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
add missing discovery param to autofill_settings_opened pixel (#6267)
Task/Issue URL:
https://app.asana.com/1/137249556945/project/1202552961248957/task/1210398081973867?focus=true
### Description
Adds missing pixel parameter.
### Steps to test this PR
- [ ] Launch a clean app.
- [ ] Open "Passwords & Autofill" from settings.
- [ ] Verify that `autofill_settings_opened` pixel is sent with
`source=settings` and `has_credentials_saved=0` parameters.
Copy file name to clipboardExpand all lines: autofill/autofill-impl/src/main/java/com/duckduckgo/autofill/impl/ui/settings/AutofillSettingsViewModel.kt
Copy file name to clipboardExpand all lines: autofill/autofill-impl/src/test/java/com/duckduckgo/autofill/impl/ui/settings/AutofillSettingsViewModelTest.kt
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -122,9 +122,18 @@ class AutofillSettingsViewModelTest {
0 commit comments