From 63b491d2972b97ed24489737ab3d7200d1eaa137 Mon Sep 17 00:00:00 2001 From: AndiAJ Date: Wed, 15 Nov 2023 14:48:05 +0200 Subject: [PATCH] Bug 1842154 - Fix notificationCanBeDismissedIfDownloadIsInterruptedTest UI test --- app/src/androidTest/java/org/mozilla/fenix/ui/DownloadTest.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/DownloadTest.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/DownloadTest.kt index 9bce2f25e3..d49e99dd34 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/ui/DownloadTest.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/ui/DownloadTest.kt @@ -278,7 +278,6 @@ class DownloadTest { } // TestRail link: https://testrail.stage.mozaws.net/index.php?/cases/view/2299297 - @Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1842154") @Test fun notificationCanBeDismissedIfDownloadIsInterruptedTest() { downloadRobot { @@ -289,8 +288,8 @@ class DownloadTest { browserScreen { }.openNotificationShade { - verifySystemNotificationExists("Download failed") expandNotificationMessage() + verifySystemNotificationExists("Download failed") swipeDownloadNotification("Left", true) verifySystemNotificationDoesNotExist("Firefox Fenix") }.closeNotificationTray {}