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 1e4fe6e commit 0a75ee3Copy full SHA for 0a75ee3
src/test/java/me/alb_i986/selenium/junit/rules/WebDriverResourceTest.java
@@ -62,7 +62,7 @@ public void afterShouldQuitTheDriver() {
62
@Test
63
public void nullArgsInConstructorShouldNotBeAllowed() {
64
try {
65
- new WebDriverResource(null);
+ new WebDriverResource(((WebDriverFactory) null));
66
fail("null arg should not be allowed");
67
} catch (IllegalArgumentException e) {
68
// expected
0 commit comments