Skip to content

Commit 15b294b

Browse files
format README.md
1 parent 788b531 commit 15b294b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public class WaitTest {
7777
public WebDriver getDriver() {
7878
SeleniumWaitOptions options = SeleniumWaitOptions.builder()
7979
.parseAnnotations(true)
80-
.defaultWaitTime(Duration.ofSeconds(30))
80+
.defaultWaitTime(Duration.ofSeconds(30))
8181
.build();
8282

8383
SeleniumWaitPlugin seleniumWaitPlugin = new SeleniumWaitPlugin(new ChromeDriver(), options);
@@ -86,9 +86,9 @@ public class WaitTest {
8686

8787
@Test
8888
public void test() {
89-
WebDriver driver = getDriver();
90-
searchAmazon(driver);
91-
searchAmazonWithoutWait(driver);
89+
WebDriver driver = getDriver();
90+
searchAmazon(driver);
91+
searchAmazonWithoutWait(driver);
9292
searchAmazonWithCustomWait(driver);
9393
}
9494

0 commit comments

Comments
 (0)