mozilla-mobile / fenix

⚠️ Fenix (Firefox for Android) moved to a new repository. It is now developed and maintained as part of: https://github.com/mozilla-mobile/firefox-android
https://github.com/mozilla-mobile/firefox-android
Mozilla Public License 2.0
6.47k stars 1.27k forks source link

Intermittent UI test failure - < DownloadTest. manageDownloadsInDownloadsMenuTest > #27220

Closed AndiAJ closed 1 year ago

AndiAJ commented 2 years ago

Firebase Test Run: Firebase link

Stacktrace:

androidx.test.uiautomator.UiObjectNotFoundException: UiSelector[RESOURCE_ID=com.google.android.apps.photos:id/trash] at androidx.test.uiautomator.UiObject.click(UiObject.java:416) at org.mozilla.fenix.helpers.TestHelper.deleteDownloadFromStorage(TestHelper.kt:151) at org.mozilla.fenix.ui.DownloadTest$manageDownloadsInDownloadsMenuTest$7.invoke(DownloadTest.kt:194) at org.mozilla.fenix.ui.DownloadTest$manageDownloadsInDownloadsMenuTest$7.invoke(DownloadTest.kt:188) at org.mozilla.fenix.ui.robots.ThreeDotMenuMainRobot$Transition.openDownloadsManager(ThreeDotMenuMainRobot.kt:170) at org.mozilla.fenix.ui.DownloadTest.manageDownloadsInDownloadsMenuTest(DownloadTest.kt:188)

Build: 9/28 Main

┆Issue is synchronized with this Jira Task

sv-ohorvath commented 2 years ago

Flank 1x on 10/5 Main androidx.test.uiautomator.UiObjectNotFoundException: UiSelector[RESOURCE_ID=com.google.android.apps.photos:id/trash] at androidx.test.uiautomator.UiObject.click(UiObject.java:416) at org.mozilla.fenix.helpers.TestHelper.deleteDownloadFromStorage(TestHelper.kt:152) at org.mozilla.fenix.ui.DownloadTest$manageDownloadsInDownloadsMenuTest$7.invoke(DownloadTest.kt:182) at org.mozilla.fenix.ui.DownloadTest$manageDownloadsInDownloadsMenuTest$7.invoke(DownloadTest.kt:176) at org.mozilla.fenix.ui.robots.ThreeDotMenuMainRobot$Transition.openDownloadsManager(ThreeDotMenuMainRobot.kt:170) at org.mozilla.fenix.ui.DownloadTest.manageDownloadsInDownloadsMenuTest(DownloadTest.kt:176)

AndiAJ commented 2 years ago

Flaky 1x on 11/2 Main Firebase link

androidx.test.uiautomator.UiObjectNotFoundException: UiSelector[RESOURCE_ID=com.google.android.apps.photos:id/trash] at androidx.test.uiautomator.UiObject.click(UiObject.java:416) at org.mozilla.fenix.helpers.TestHelper.deleteDownloadFromStorage(TestHelper.kt:154) at org.mozilla.fenix.ui.DownloadTest$manageDownloadsInDownloadsMenuTest$7.invoke(DownloadTest.kt:182) at org.mozilla.fenix.ui.DownloadTest$manageDownloadsInDownloadsMenuTest$7.invoke(DownloadTest.kt:176) at org.mozilla.fenix.ui.robots.ThreeDotMenuMainRobot$Transition.openDownloadsManager(ThreeDotMenuMainRobot.kt:169) at org.mozilla.fenix.ui.DownloadTest.manageDownloadsInDownloadsMenuTest(DownloadTest.kt:176)

AndiAJ commented 2 years ago

Flaky 1x on 11/3 Main Firebase link

androidx.test.uiautomator.UiObjectNotFoundException: UiSelector[RESOURCE_ID=com.google.android.apps.photos:id/trash] at androidx.test.uiautomator.UiObject.click(UiObject.java:416) at org.mozilla.fenix.helpers.TestHelper.deleteDownloadFromStorage(TestHelper.kt:154) at org.mozilla.fenix.ui.DownloadTest$manageDownloadsInDownloadsMenuTest$7.invoke(DownloadTest.kt:182) at org.mozilla.fenix.ui.DownloadTest$manageDownloadsInDownloadsMenuTest$7.invoke(DownloadTest.kt:176) at org.mozilla.fenix.ui.robots.ThreeDotMenuMainRobot$Transition.openDownloadsManager(ThreeDotMenuMainRobot.kt:169) at org.mozilla.fenix.ui.DownloadTest.manageDownloadsInDownloadsMenuTest(DownloadTest.kt:176)

AaronMT commented 2 years ago

Failed in https://console.firebase.google.com/u/0/project/moz-fenix/testlab/histories/bh.66b7091e15d53d45/matrices/6188064547525830878/executions/bs.24fa67674002278d/videos

https://treeherder.mozilla.org/jobs?repo=fenix&selectedTaskRun=fiXuoR65RKybar_tnmWkqg.0

We should disable this one

AndiAJ commented 2 years ago

Failed 1x on 11/3 Main Firebase link Firebase link

androidx.test.uiautomator.UiObjectNotFoundException: UiSelector[RESOURCE_ID=com.google.android.apps.photos:id/trash] at androidx.test.uiautomator.UiObject.click(UiObject.java:416) at org.mozilla.fenix.helpers.TestHelper.deleteDownloadFromStorage(TestHelper.kt:154) at org.mozilla.fenix.ui.DownloadTest$manageDownloadsInDownloadsMenuTest$7.invoke(DownloadTest.kt:182) at org.mozilla.fenix.ui.DownloadTest$manageDownloadsInDownloadsMenuTest$7.invoke(DownloadTest.kt:176) at org.mozilla.fenix.ui.robots.ThreeDotMenuMainRobot$Transition.openDownloadsManager(ThreeDotMenuMainRobot.kt:169) at org.mozilla.fenix.ui.DownloadTest.manageDownloadsInDownloadsMenuTest(DownloadTest.kt:176)

AaronMT commented 2 years ago

In the video, when Google Photos opens I just see a spinner

https://storage.cloud.google.com/fenix_test_artifacts/2022-11-03_14-16-58.791168_Krfv/matrix_0/Pixel2.arm-30-en_US-portrait-shard_42/video.mp4?authuser=0

sv-ohorvath commented 2 years ago

@AaronMT I've already started a few days ago looking for a different solution to delete a file from storage, but I'm still getting different results on firebase. It will take a little more time since I'm working on it in between the search suite.