update test name
This commit is contained in:
parent
d27bcf564f
commit
973cd24906
|
@ -32,7 +32,7 @@ public class SeleniumJavaScriptClickTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void whenSearchForSeleniumArticles_theReturnNotEmptyResults() {
|
public void whenSearchForSeleniumArticles_thenReturnNotEmptyResults() {
|
||||||
driver.get("https://baeldung.com");
|
driver.get("https://baeldung.com");
|
||||||
String title = driver.getTitle();
|
String title = driver.getTitle();
|
||||||
assertEquals("Baeldung | Java, Spring and Web Development tutorials", title);
|
assertEquals("Baeldung | Java, Spring and Web Development tutorials", title);
|
||||||
|
|
Loading…
Reference in New Issue