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
XCTest test cases can be configured with `continueAfterFailure = false`,
and in fact UI tests are configured with this by default, but in these
cases inline snapshots will never be written because the failure aborts
the test before we write to the snapshot state.
This commit reorders things to fix the problem.
0 commit comments