Skip to content

Commit bb3631a

Browse files
committed
continued moles
1 parent 0472965 commit bb3631a

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/SecuredPage.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
import org.openqa.selenium.WebDriver;
66
import org.openqa.selenium.WebElement;
77

8-
import static org.junit.Assert.fail;
8+
import static org.junit.jupiter.api.Assertions.assertTrue;
99

1010
public class SecuredPage{
1111

1212
private final WebDriver driver;
13-
private final LoadableComponent<?> parent;
13+
// private final LoadableComponent<?> parent;
1414
private final String username;
1515
private final String password;
1616

0 commit comments

Comments
 (0)