-
Notifications
You must be signed in to change notification settings - Fork 938
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UI for autofill breakage reports (#4741)
Task/Issue URL: https://app.asana.com/0/608920331025315/1207767049586685/f ### Description Adds the UI for showing the option to send an autofill breakage report. Note, this branch doesn't actually submit the report or suppress the prompt from showing again. ### Steps to test this PR ℹ️ Local hack to enable feature: In `AutofillSiteBreakageReportingFeature`, set default value to `true` --- **Verifying it doesn't show unexpectedly** - [ ] Fresh install - [ ] Tap on overflow->Passwords; verify you do **not** see the "report a problem" view - [ ] Manually add a password for `fill.dev`, and press back after saving. verify you do **not** see the "report a problem" view - [ ] Return to browser and visit a different site, e.g., `example.com` - [ ] Tap on overflow->Passwords; verify you do **not** see the "report a problem" view - [ ] Visit `fill.dev`. This time, access passwords from `Settings` (not directly from the overflow.) verify you do **not** see the "report a problem" view **Verifying it does show when it should** - [ ] With a password saved for `fill.dev` already, visit `fill.dev` - [ ] Tap on overflow->Passwords; verify you **do** see the "report a problem" view **Verifying it behaves when tapped on** - [ ] Tap on "Report a problem with autofill" - [ ] Verify prompt looks good against designs - [ ] Tap `Send Report` and verify confirmation snackbar looks good **Verifying feature flag works** - [ ] Remove your local hack so that the feature defaults to `false` (and remote config isn't yet set up for it anyway) - [ ] With a password saved for `fill.dev` already, visit `fill.dev` - [ ] Tap on overflow->Passwords; verify you do **not** see the "report a problem" view ![output](https://github.com/user-attachments/assets/6ae3326b-81dc-4f61-a762-7f57ddaaca32)
- Loading branch information
Showing
10 changed files
with
268 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.