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 f0f2038 commit 3092c60Copy full SHA for 3092c60
src/test/java/org/htmlunit/general/huge/CtorPrototypeTest.java
@@ -1107,8 +1107,7 @@ void _MouseScrollEvent() throws Exception {
1107
test("MouseScrollEvent");
1108
}
1109
1110
- @Alerts(DEFAULT = "exception",
1111
- FF_ESR = "false")
+ @Alerts("exception")
1112
void _MutationEvent() throws Exception {
1113
test("MutationEvent");
1114
@@ -1826,8 +1825,7 @@ void _Text() throws Exception {
1826
1825
test("Text");
1827
1828
1829
- @Alerts(DEFAULT = "false",
1830
- FF_ESR = "exception")
+ @Alerts("false")
1831
void _TextEvent() throws Exception {
1832
test("TextEvent");
1833
0 commit comments