Skip to content

Commit 3615620

Browse files
committed
Renamed the test as it's been annoying me
1 parent e80dc66 commit 3615620

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/heroku/theinternet/tests/web/TheInternetExampleTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
public class TheInternetExampleTest extends BaseTest {
1111

1212
@Test
13-
public void basicAuth() {
13+
public void smokeTest() {
1414

1515
assertThat(WelcomePage.open().then().getTitle()).isEqualTo("The Internet");
1616
}
17-
}
17+
}

0 commit comments

Comments
 (0)