We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 884f57d commit 2a80d72Copy full SHA for 2a80d72
1 file changed
examples/java/src/test/java/dev/selenium/design_strategies/BestPractices.java
@@ -292,12 +292,12 @@ public IssueList(WebDriver driver) {
292
293
@Override
294
protected void load() {
295
- return true;
+ driver.get("https://github.com/SeleniumHQ/selenium");
296
}
297
298
299
protected void isLoaded() throws Error {
300
+ Assertions.assertTrue(true, "Dummy check");
301
302
303
0 commit comments