Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add expectation when checking email text field value (#3572)
Task/Issue URL: https://app.asana.com/0/1204006570077678/1208793837278290/f Tech Design URL: CC: **Description**: The `testCrendentialsAreAutoFilledInFireWindows` failed on [macOS 15](https://github.com/duckduckgo/macos-browser/actions/runs/11905477557/job/33176330383). Checking the logs, the problem was that there was a slight delay when the autofill credentials email is tapped and when it is loaded into the web view text field; given that we do not wait and check immediately, it could sometimes fail. I’ve added an expectation, so we will now wait for the email to appear. **Steps to test this PR**: 1. Select the UI test target 2. Run the `testCrendentialsAreAutoFilledInFireWindows` test **Definition of Done**: * [x] Does this PR satisfy our [Definition of Done](https://app.asana.com/0/1202500774821704/1207634633537039/f)? — ###### Internal references: [Pull Request Review Checklist](https://app.asana.com/0/1202500774821704/1203764234894239/f) [Software Engineering Expectations](https://app.asana.com/0/59792373528535/199064865822552) [Technical Design Template](https://app.asana.com/0/59792373528535/184709971311943) [Pull Request Documentation](https://app.asana.com/0/1202500774821704/1204012835277482/f)
- Loading branch information