perkele99

Results 2 issues of perkele99

| Allure version | 2.19.0 | | --- | --- | | Test framework | [email protected] | | Allure adaptor | [email protected] | | Generate report using | gradle plugins...

type:bug

when I use the method return WebDriver I get an error ``` Awaitility.await().atMost(Duration.ofSeconds(5)) .until(() -> driver().getCurrentUrl().contains("selenium")); ``` ``` java.lang.NullPointerException: Cannot invoke "org.openqa.selenium.WebDriver.getCurrentUrl()" because the return value of "test.testexecute.TestBankIntegration.driver()" is null...