diff --git a/src/test/java/core/FreestyleJobTest.java b/src/test/java/core/FreestyleJobTest.java index 4eb685b5d7..b22af46562 100644 --- a/src/test/java/core/FreestyleJobTest.java +++ b/src/test/java/core/FreestyleJobTest.java @@ -100,8 +100,7 @@ public void should_visit_build_with_permalink() { b.open(); assertThat("Permalink link is current URL", driver.getCurrentUrl(), is(expectedUrl)); assertThat("Build number is correct", b.getNumber(), is(1)); - // TODO JENKINS-73168 - //assertThat("Build has no changes", driver, hasContent("No changes")); + assertThat("Build has no changes", driver, hasContent("No changes")); assertThat("Build is success", b.getResult(), is(Build.Result.SUCCESS.name())); }