update test name

This commit is contained in:
Krzysztof Majewski
2020-05-08 14:07:07 +02:00
parent 7d457a99df
commit 05479dba81

View File

@@ -32,7 +32,7 @@ public class SeleniumJavaScriptClickTest {
}
@Test
public void whenSearchForSeleniumArticles_theReturnNotEmptyResults() {
public void whenSearchForSeleniumArticles_thenReturnNotEmptyResults() {
driver.get("https://baeldung.com");
String title = driver.getTitle();
assertEquals("Baeldung | Java, Spring and Web Development tutorials", title);