Data Sync User
Data Sync User
It looks like the only one change is that when the success sheet is opened, the VO focus does not update and it’s still focusing the “Complete” button. It’s expected...
**Acceptance criteria:** * The search button is displayed as the multistate/middle button action when on the homepage in private mode when the `feltPrivacyFeltDeletion` feature is enabled ┆Issue is synchronized with...
Flaky test for `testGetPocketData` The issue is that an asynchronous method in Task does not complete by the test finishes. We can resolve this issue with sleep or adding another...
┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FXIOS-9855)
Related to the 7/17, some changes were made to how UUIDs are managed. We should update the related unit tests to reflect this ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FXIOS-9610)
1. Launch app on iPad, open some normal tabs and then open a private tab 1. Make sure the Close Private Tabs setting is OFF (so that private tabs are...
When a tab is closed and then restored via “Undo”, the open Tab Tray should scroll to a restored closed tab at the end of the tab collection. **Steps to...
Implement `PrivateModeUI` for `BrowserAddressToolbar` and apply private mode UI from `BrowserViewController` Also check all other places where we call `applyUIMode()`. ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FXIOS-9298)
Usage of redux often significantly lessens the need for delegation. `BrowserNavigationToolbar` and `BrowserAddressToolbar` as well as their containers utilize delegation that could potentially be replaced by redux. These delegate methods...
┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FXIOS-9714)