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 0eae82c commit 8e30fa3Copy full SHA for 8e30fa3
src/test/java/io/github/bonigarcia/seljup/test/watcher/RecordChromeTest.java
@@ -43,7 +43,7 @@ class RecordChromeTest {
43
static SeleniumJupiter seleniumJupiter = new SeleniumJupiter();
44
45
@Test
46
- void test(@Watch ChromeDriver driver) throws InterruptedException {
+ void test(@Watch ChromeDriver driver) {
47
driver.get(
48
"https://bonigarcia.dev/selenium-webdriver-java/slow-calculator.html");
49
0 commit comments