Skip to content

Commit

Permalink
fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 12, 2024
1 parent d3df916 commit 90a2298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/htmlunit/ExternalTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class ExternalTest {
static String CHROME_DRIVER_URL_ =
"https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json";

static String EDGE_DRIVER_ = "120.0.2210.121";
static String EDGE_DRIVER_ = "120.0.2210.133";
static String EDGE_DRIVER_URL_ = "https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/";

/** Gecko driver. */
Expand Down
1 change: 1 addition & 0 deletions src/test/java/org/htmlunit/archunit/Architecture2Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ else if (oneTests.size() == 0) {
.and().doNotHaveFullyQualifiedName("org.htmlunit.libraries.HtmxTest1x9x6")
.and().doNotHaveFullyQualifiedName("org.htmlunit.libraries.HtmxTest1x9x7")
.and().doNotHaveFullyQualifiedName("org.htmlunit.libraries.HtmxTest1x9x9")
.and().doNotHaveFullyQualifiedName("org.htmlunit.libraries.HtmxTest1x9x10")
.and().doNotHaveFullyQualifiedName("org.htmlunit.javascript.regexp.mozilla.js1_2.DigitTest")
.should().callMethod(BrowserVersion.class, "isIE", new Class[] {});
}

0 comments on commit 90a2298

Please # to comment.