Skip to content

Commit b9ee30f

Browse files
authored
Update LoadableComponentExtended.java
1 parent 3e1ff48 commit b9ee30f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ private void clearAndType(WebElement field, String text) {
8888

8989
// Further Updates
9090

91-
@Override
92-
protected void load() {
93-
securedPage.get();
91+
// @Override
92+
// protected void load() {
93+
// securedPage.get();
9494

95-
driver.get("https://github.com/SeleniumHQ/selenium/issues/new?assignees=&labels=I-defect%2Cneeds-triaging&projects=&template=bug-report.yml&title=%5B%F0%9F%90%9B+Bug%5D%3A+");
96-
}
95+
// driver.get("https://github.com/SeleniumHQ/selenium/issues/new?assignees=&labels=I-defect%2Cneeds-triaging&projects=&template=bug-report.yml&title=%5B%F0%9F%90%9B+Bug%5D%3A+");
96+
// }

0 commit comments

Comments
 (0)