-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pixels for bookmarks > favorites tab (#3572)
Task/Issue URL: https://app.asana.com/0/392891325557410/1208733952836859/f Tech Design URL: CC: **Description**: Pixels for bookmarks > favorites tab. **Steps to test this PR**: 1. Change DailyPixel.swift so that `hasBeenFiredToday` returns false 2. Add some favorites 3. Go to the bookmarks UI and tap on the favourites tab 4. Tap on manage -> pixel should fire `m_bookmarks_ui_favorites_manage_daily` 6. Exit edit mode 7. Edit a favorite -> pixel should fire `m_bookmarks_ui_favorites_action_daily` 8. Move a favorite -> pixel should fire `m_bookmarks_ui_favorites_action_daily` 9. Remove a favorite -> pixel should fire `m_bookmarks_ui_favorites_action_daily` 10. Check that actions on the new tab page do not fire the above pixels 11. Check the overlay does not trigger these pixels to fire --------- Co-authored-by: Mariusz Śpiewak <[email protected]>
- Loading branch information
Showing
3 changed files
with
20 additions
and
2 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