We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4041c4d commit ffc8792Copy full SHA for ffc8792
1 file changed
src/test/java/org/htmlunit/libraries/TinyMceTest.java
@@ -64,8 +64,8 @@ public void api() throws Exception {
64
EDGE = {"89", "1"})
65
@HtmlUnitNYI(CHROME = {"70", "50"},
66
EDGE = {"70", "50"},
67
- FF = {"70", "50"},
68
- FF_ESR = {"70", "50"})
+ FF = {"89", "45"},
+ FF_ESR = {"89", "45"})
69
public void basic() throws Exception {
70
test("basic", Integer.parseInt(getExpectedAlerts()[0]), Integer.parseInt(getExpectedAlerts()[1]));
71
}
0 commit comments