Skip to content

Commit 0f5baed

Browse files
committed
adjust to latest htmlunit
1 parent 9913ab1 commit 0f5baed

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/test/java/org/openqa/selenium/htmlunit/interactions/MouseTest.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,8 @@ public void mouseOver() throws Exception {
8282
* @throws Exception if an error occurs
8383
*/
8484
@Test
85-
@Alerts(DEFAULT = "Test:",
86-
FF = "Test:mouse over [disabledBtn]",
87-
FF_ESR = "Test:mouse over [disabledBtn]")
85+
@Alerts(DEFAULT = "Test:mouse over [disabledBtn]",
86+
IE = "Test:")
8887
public void mouseOverDiabled() throws Exception {
8988
final String html =
9089
STANDARDS_MODE_PREFIX_

0 commit comments

Comments
 (0)