Skip to content

Commit

Permalink
Chrome/Edge 131 (wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Nov 17, 2024
1 parent 4b7e4ff commit 189bfe5
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 61 deletions.
4 changes: 2 additions & 2 deletions src/test/java/org/htmlunit/BrowserVersionTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ public class BrowserVersionTest {
public void getBrowserVersionNumeric() {
assertEquals(132, BrowserVersion.FIREFOX.getBrowserVersionNumeric());
assertEquals(128, BrowserVersion.FIREFOX_ESR.getBrowserVersionNumeric());
assertEquals(130, BrowserVersion.CHROME.getBrowserVersionNumeric());
assertEquals(130, BrowserVersion.EDGE.getBrowserVersionNumeric());
assertEquals(131, BrowserVersion.CHROME.getBrowserVersionNumeric());
assertEquals(131, BrowserVersion.EDGE.getBrowserVersionNumeric());
}

/**
Expand Down
Loading

0 comments on commit 189bfe5

Please sign in to comment.