-
Notifications
You must be signed in to change notification settings - Fork 929
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Omnibar: Pixel and Clear action regressions (#5304)
Task/Issue URL: https://app.asana.com/0/1205782002757341/1208820359395089/f ### Description ### Steps to test this PR Looks at this task for different scenarios: https://app.asana.com/0/1174433894299346/1208812333027437/f _Pixel for clearing address bar - Site_ - [x] Navigate to a site - [x] Tap into address bar - [x] X to delete entry (don’t type anything new) - [x] Swipe gesture to close keyboard - [x] Verify pixel `m_addressbar_focus_clear_entry_website` is fired only once _Pixel for clearing address bar - SERP_ - [x] Navigate to a site - [x] Tap into address bar - [x] X to delete entry (don’t type anything new) - [x] Swipe gesture to close keyboard - [x] Verify pixel `m_addressbar_focus_clear_entry_serp ` is fired only once _Pixel for clearing address bar - NTP_ - [x] Navigate to a site - [x] Tap into address bar - [x] X to delete entry (don’t type anything new) - [x] Swipe gesture to close keyboard - [x] Verify pixel `m_addressbar_focus_clear_entry_ntp ` is fired only once _Swipe gesture to close keyboard - Site_ - [x] Navigate to a site - [x] Tap into address bar - [x] X to delete entry (don’t type anything new) - [x] Swipe gesture to close keyboard - [x] Verify Site url is displayed _Swipe gesture to close keyboard - SERP_ - [x] Enter a search query on SERP - [x] Tap into address bar - [x] X to delete entry (don’t type anything new) - [x] Swipe gesture to close keyboard - [x] Verify query is displayed _Manually close keyboard + Scroll- Site_ - [x] Navigate to a site - [x] Tap into address bar - [x] X to delete entry (don’t type anything new) - [x] Manually close keyboard - [x] Scroll down the site - [x] Verify Site url is displayed _Manually close keyboard + Scroll- SERP_ - [x] Enter a search query on SERP - [x] Tap into address bar - [x] X to delete entry (don’t type anything new) - [x] Manually close keyboard - [x] Scroll down the site - [x] Verify query is displayed _Close keyboard - Site_ - [x] Ensure 3 button navigation is enabled (via device Settings) - [x] Navigate to a site - [x] Tap into address bar - [x] X to delete entry (don’t type anything new) - [x] Close keyboard (press back) - [x] Verify Site url is displayed _Close keyboard - SERP_ - [x] Ensure 3 button navigation is enabled (via device Settings) - [x] Enter a search query on SERP - [x] Tap into address bar - [x] X to delete entry (don’t type anything new) - [x] Close keyboard (press back) - [x] Verify query is displayed
- Loading branch information
Showing
4 changed files
with
147 additions
and
6 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
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