Closes #11947: fix and enable closePrivateTabsNotificationTest (#11951)

fennec/production
Oana Horvath 4 years ago committed by GitHub
parent 2d65faf232
commit 932a032772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -204,7 +204,6 @@ class TabbedBrowsingTest {
} }
} }
@Ignore("Temp disabled, intermittent test: https://github.com/mozilla-mobile/fenix/issues/9783")
@Test @Test
fun closePrivateTabsNotificationTest() { fun closePrivateTabsNotificationTest() {
val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1) val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
@ -222,7 +221,7 @@ class TabbedBrowsingTest {
}.clickClosePrivateTabsNotification { }.clickClosePrivateTabsNotification {
// Tap an empty spot on the app homescreen to make sure it's into focus // Tap an empty spot on the app homescreen to make sure it's into focus
sendSingleTapToScreen(20, 20) sendSingleTapToScreen(20, 20)
verifyPrivateSessionMessage() verifyHomeScreen()
} }
} }
} }

Loading…
Cancel
Save