diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/TabbedBrowsingTest.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/TabbedBrowsingTest.kt index 109db2b83..3a5656a67 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/ui/TabbedBrowsingTest.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/ui/TabbedBrowsingTest.kt @@ -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() } } }