update test name

This commit is contained in:
Krzysztof Majewski 2020-05-08 14:07:07 +02:00
parent d27bcf564f
commit 973cd24906
1 changed files with 1 additions and 1 deletions

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);