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 87eb2bd commit 1f54898Copy full SHA for 1f54898
src/test/java/org/htmlunit/javascript/host/event/Event2Test.java
@@ -68,7 +68,7 @@ public void optionClick() throws Exception {
68
* @throws Exception if the test fails
69
*/
70
@Test
71
- @Alerts(DEFAULT = "[object PointerEvent] click b:true c:true [clickMe] [1]")
+ @Alerts("[object PointerEvent] click b:true c:true [clickMe] [1]")
72
@BuggyWebDriver(CHROME = "",
73
EDGE = "",
74
FF = "",
0 commit comments