Bug 1842154 - Fix notificationCanBeDismissedIfDownloadIsInterruptedTest UI test

fenix/121.0
AndiAJ 11 months ago committed by mergify[bot]
parent 6289aef354
commit 63b491d297

@ -278,7 +278,6 @@ class DownloadTest {
} }
// TestRail link: https://testrail.stage.mozaws.net/index.php?/cases/view/2299297 // 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 @Test
fun notificationCanBeDismissedIfDownloadIsInterruptedTest() { fun notificationCanBeDismissedIfDownloadIsInterruptedTest() {
downloadRobot { downloadRobot {
@ -289,8 +288,8 @@ class DownloadTest {
browserScreen { browserScreen {
}.openNotificationShade { }.openNotificationShade {
verifySystemNotificationExists("Download failed")
expandNotificationMessage() expandNotificationMessage()
verifySystemNotificationExists("Download failed")
swipeDownloadNotification("Left", true) swipeDownloadNotification("Left", true)
verifySystemNotificationDoesNotExist("Firefox Fenix") verifySystemNotificationDoesNotExist("Firefox Fenix")
}.closeNotificationTray {} }.closeNotificationTray {}

Loading…
Cancel
Save