Do not use .newPassword content type within simulator
:recycle: Current situation & Problem
Previously, we would disable password auto-fill within the simulator to avoid the simulator proposing a pre-filled password that would otherwise interfere with our UI tests. This approach broke with iOS 17.2 simulator and our workaround seems to not always work.
Instead, this PR just avoids using the .newPassword content type when running within the simulator.
:gear: Release Notes
Avoid using .newPassword text content type when running within the simulator.
:books: Documentation
Inline docs were added.
:white_check_mark: Testing
--
:pencil: Code of Conduct & Contributing Guidelines
Do not use .newPassword content type within simulator
:recycle: Current situation & Problem
Previously, we would disable password auto-fill within the simulator to avoid the simulator proposing a pre-filled password that would otherwise interfere with our UI tests. This approach broke with iOS 17.2 simulator and our workaround seems to not always work. Instead, this PR just avoids using the
.newPassword
content type when running within the simulator.:gear: Release Notes
.newPassword
text content type when running within the simulator.:books: Documentation
Inline docs were added.
:white_check_mark: Testing
--
:pencil: Code of Conduct & Contributing Guidelines
By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines: