Skip to content

Commit

Permalink
Fix Edge read version test
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Jan 16, 2024
1 parent 0e2c0a6 commit faa72a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class EdgeReadVersionTest {

@Test
void edgeVersionsTest() {
String[] expectedVersions = { "119.0.2151.97", "122.0.2343.0" };
String[] expectedVersions = { "119.0.2151.97", "122.0.2334.0" };
List<String> driverVersions = WebDriverManager.edgedriver()
.getDriverVersions();

Expand Down

0 comments on commit faa72a8

Please sign in to comment.