Skip to content

Commit

Permalink
Fix expected Edge versions in test
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Jan 16, 2024
1 parent 498e404 commit 512678e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ class EdgeReadVersionTest {

@Test
void edgeVersionsTest() {
String[] expectedVersions = { "75.0.139.20", "76.0.183.0", "77.0.237.0",
"78.0.277.0", "79.0.313.0", "80.0.361.111" };
String[] expectedVersions = { "119.0.2151.97", "122.0.2343.0" };
List<String> driverVersions = WebDriverManager.edgedriver()
.getDriverVersions();

Expand Down

0 comments on commit 512678e

Please sign in to comment.