Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Closes #11947: fix and enable closePrivateTabsNotificationTest (#11951)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oana Horvath committed Jun 25, 2020
1 parent 2d65faf commit 932a032
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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()
}
}
}

0 comments on commit 932a032

Please sign in to comment.