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 9913ab1 commit 0f5baedCopy full SHA for 0f5baed
src/test/java/org/openqa/selenium/htmlunit/interactions/MouseTest.java
@@ -82,9 +82,8 @@ public void mouseOver() throws Exception {
82
* @throws Exception if an error occurs
83
*/
84
@Test
85
- @Alerts(DEFAULT = "Test:",
86
- FF = "Test:mouse over [disabledBtn]",
87
- FF_ESR = "Test:mouse over [disabledBtn]")
+ @Alerts(DEFAULT = "Test:mouse over [disabledBtn]",
+ IE = "Test:")
88
public void mouseOverDiabled() throws Exception {
89
final String html =
90
STANDARDS_MODE_PREFIX_
0 commit comments