Skip to content

Commit

Permalink
Add comment in generic driver test
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Jan 17, 2023
1 parent 19eefe4 commit c79aa2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class GenericBasicTest {

@BeforeEach
void setup() {
driver = WebDriverManager.getInstance().create();
driver = WebDriverManager.getInstance().create(); // Local Chrome by default
}

@AfterEach
Expand Down

0 comments on commit c79aa2c

Please sign in to comment.