You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug 1973324 - Part 1: Persists private mode when the user is still in private mode and has private tabs opened on warm start r=android-reviewers,Roger a=pascalc
Copy file name to clipboardExpand all lines: mobile/android/fenix/app/src/test/java/org/mozilla/fenix/HomeActivityTest.kt
+25-2Lines changed: 25 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -86,18 +86,41 @@ class HomeActivityTest {
86
86
}
87
87
88
88
@Test
89
-
fun`GIVEN browsing mode is not set by intent WHEN getModeFromIntentOrLastKnown is called THEN returns normal browsing mode`() {
89
+
fun`GIVEN browsing mode is not set by intent and private mode with a tab persisted WHEN getModeFromIntentOrLastKnown is called THEN returns normal browsing mode`() {
0 commit comments