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
Copy file name to clipboardExpand all lines: autofill/autofill-impl/src/test/java/com/duckduckgo/autofill/impl/importing/RealInBrowserImportPromoTest.kt
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -292,6 +292,20 @@ class RealInBrowserImportPromoParameterizedTest(
292
292
expected =true,
293
293
description ="eligible: promo not previously shown for url",
294
294
),
295
+
CanShowPromoTestCase(
296
+
credentialsAvailableForCurrentPage =false,
297
+
url ="https://duckduckgo.com/email/login",
298
+
inBrowserPromoFeatureEnabled =true,
299
+
autofillFeatureEnabled =true,
300
+
hasEverImportedPasswords =false,
301
+
hasDeclinedPromo =false,
302
+
credentialCount =0,
303
+
promoShownCount =0,
304
+
webViewSupportsImportingPasswords =true,
305
+
promoPreviouslyShownForUrl =false,
306
+
expected =false,
307
+
description ="ineligible: promo won't show for Email Protection URLs",
0 commit comments