1
0
Fork 0

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

master
Oana Horvath 2020-06-25 21:17:04 +03:00 committed by GitHub
parent 2d65faf232
commit 932a032772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

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