-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Refactor FXIOS-12796 [Swift 6 Migration] Fix main actor isolation warnings that are Swift 6 errors in the XCUITests suite - Batch 3 #31029
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
💪 Quality guardian9 tests files modified. You're a champion of test coverage! 🚀 🥇 Perfect PR sizeSmaller PRs are easier to review. Thanks for making life easy for reviewers! ✨ 🙌 Friday high-fiveThanks for pushing us across the finish line this week! 🙌 💬 Description craftsmanGreat PR description! Reviewers salute you 🫡 ✅ Per-file coverageAll changed files meet the threshold of 35.0%. Generated by 🚫 Danger Swift against c1504f3 |
|
Hey @lmarceau how can we get Danger not to fail the PR for this work? Error 1
For the second error it's a UI test and I also don't see any Text() objects on line 683 of the Error 2
For this one I think a print should be permissible in the UI tests? |
Yes, I have encountered the same type of error from Danger, too. A |
Do you know @clarmso which SwiftUI |
|
Opened a PR to fix the Danger detection in #31159 |
|
This pull request has conflicts when rebasing. Could you fix it @ih-codes? 🙏 |
e94539e to
25cbbe3
Compare
|
@lmarceau is there a way we can ignore danger for the print statement in the tests? I didn't really want to actually change any of the UI test code I was touching for this 👀 |
Yeah let me add an option for that, Ill do that shortly to unblock this |
|
@Mergifyio rebase |
✅ Branch has been successfully rebased |
25cbbe3 to
c1504f3
Compare
|
🚀 PR merged to |


📜 Tickets
Jira ticket
Github issue
💡 Description
async throwsversion of the methods@MainActorSee the Swift 6 Migration channel (#tmp-swift-6-migration) for details on how to migrate the setUp and tearDown methods.
Batch 1: #31025
Batch 2: #31027
cc @Cramsden @lmarceau @dataports
📝 Checklist