You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know enough about how to do UI testing to handle the modal situation, plus all of the network requests should ideally get mocked out. But this seems like a high-risk area for data races (even with Swift 6, in my limited testing; it's a logic problem rather than a synchronization one) and it will likely balloon in scope with #27.
The text was updated successfully, but these errors were encountered:
Generally:
I don't know enough about how to do UI testing to handle the modal situation, plus all of the network requests should ideally get mocked out. But this seems like a high-risk area for data races (even with Swift 6, in my limited testing; it's a logic problem rather than a synchronization one) and it will likely balloon in scope with #27.
The text was updated successfully, but these errors were encountered: