Skip to content

Commit 2a80d72

Browse files
committed
claenup
1 parent 884f57d commit 2a80d72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/java/src/test/java/dev/selenium/design_strategies/BestPractices.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -292,12 +292,12 @@ public IssueList(WebDriver driver) {
292292

293293
@Override
294294
protected void load() {
295-
return true;
295+
driver.get("https://github.com/SeleniumHQ/selenium");
296296
}
297297

298298
@Override
299299
protected void isLoaded() throws Error {
300-
return true;
300+
Assertions.assertTrue(true, "Dummy check");
301301
}
302302

303303
}

0 commit comments

Comments
 (0)