Bug 1842154 - Fix notificationCanBeDismissedIfDownloadIsInterruptedTest UI test

fenix/121.0
AndiAJ 7 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
@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 {}

Loading…
Cancel
Save