focus-android icon indicating copy to clipboard operation
focus-android copied to clipboard

Intermittent UI test failure - < WebControlsTest. verifySelectTextTest >

Open AndiAJ opened this issue 2 years ago • 5 comments

Firebase Test Run: Firebase link

Stacktrace:

java.lang.AssertionError at org.junit.Assert.fail(Assert.java:87) at org.junit.Assert.assertTrue(Assert.java:42) at org.junit.Assert.assertTrue(Assert.java:53) at org.mozilla.focus.activity.robots.BrowserRobot.verifyPageContent(BrowserRobot.kt:55) at org.mozilla.focus.activity.WebControlsTest$verifySelectTextTest$2.invoke(WebControlsTest.kt:153) at org.mozilla.focus.activity.WebControlsTest$verifySelectTextTest$2.invoke(WebControlsTest.kt:148) at org.mozilla.focus.activity.robots.SearchRobot$Transition.loadPage(SearchRobot.kt:97) at org.mozilla.focus.activity.WebControlsTest.verifySelectTextTest(WebControlsTest.kt:148)

Build: 7/14 Main

AndiAJ avatar Jul 14 '22 08:07 AndiAJ

Flaky 1x on 7/19 Main Firebase link

java.lang.AssertionError at org.junit.Assert.fail(Assert.java:87) at org.junit.Assert.assertTrue(Assert.java:42) at org.junit.Assert.assertTrue(Assert.java:53) at org.mozilla.focus.activity.robots.BrowserRobot.verifyPageContent(BrowserRobot.kt:55) at org.mozilla.focus.activity.WebControlsTest$verifySelectTextTest$2.invoke(WebControlsTest.kt:153) at org.mozilla.focus.activity.WebControlsTest$verifySelectTextTest$2.invoke(WebControlsTest.kt:148) at org.mozilla.focus.activity.robots.SearchRobot$Transition.loadPage(SearchRobot.kt:97) at org.mozilla.focus.activity.WebControlsTest.verifySelectTextTest(WebControlsTest.kt:148)

AndiAJ avatar Jul 20 '22 08:07 AndiAJ

Flaky 1x on 7/20 Main Firebase link

java.lang.AssertionError at org.junit.Assert.fail(Assert.java:87) at org.junit.Assert.assertTrue(Assert.java:42) at org.junit.Assert.assertTrue(Assert.java:53) at org.mozilla.focus.activity.robots.BrowserRobot.verifyPageContent(BrowserRobot.kt:55) at org.mozilla.focus.activity.WebControlsTest$verifySelectTextTest$2.invoke(WebControlsTest.kt:153) at org.mozilla.focus.activity.WebControlsTest$verifySelectTextTest$2.invoke(WebControlsTest.kt:148) at org.mozilla.focus.activity.robots.SearchRobot$Transition.loadPage(SearchRobot.kt:97) at org.mozilla.focus.activity.WebControlsTest.verifySelectTextTest(WebControlsTest.kt:148)

AndiAJ avatar Jul 20 '22 08:07 AndiAJ

Flaky 1x on 7/22 Main Firebase link

java.lang.AssertionError at org.junit.Assert.fail(Assert.java:87) at org.junit.Assert.assertTrue(Assert.java:42) at org.junit.Assert.assertTrue(Assert.java:53) at org.mozilla.focus.activity.robots.BrowserRobot.verifyPageContent(BrowserRobot.kt:55) at org.mozilla.focus.activity.WebControlsTest$verifySelectTextTest$2.invoke(WebControlsTest.kt:153) at org.mozilla.focus.activity.WebControlsTest$verifySelectTextTest$2.invoke(WebControlsTest.kt:148) at org.mozilla.focus.activity.robots.SearchRobot$Transition.loadPage(SearchRobot.kt:97) at org.mozilla.focus.activity.WebControlsTest.verifySelectTextTest(WebControlsTest.kt:148)

AndiAJ avatar Jul 22 '22 11:07 AndiAJ

Flaky on 7/28, on debug: Firebase link

sv-ohorvath avatar Jul 29 '22 13:07 sv-ohorvath

We're setting this test to @Ignore because we had troubles landing today's A-C upgrade.

csadilek avatar Aug 03 '22 16:08 csadilek

Re-enabled with #7779

AndiAJ avatar Oct 03 '22 14:10 AndiAJ