Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not use .newPassword content type within simulator (#52)
# Do not use .newPassword content type within simulator ## ♻️ 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. ## ⚙️ Release Notes * Avoid using `.newPassword` text content type when running within the simulator. ## 📚 Documentation Inline docs were added. ## ✅ Testing -- ## 📝 Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md).
- Loading branch information