-
Notifications
You must be signed in to change notification settings - Fork 70
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
Added Identifier to inverted snapshot tests #55
Conversation
@NickEntin here is a draft PR of my fix. The reason for this being a draft is the local inversion of the entire screen instead of just the colours |
|
||
@testable import AccessibilitySnapshotDemo | ||
|
||
final class IdentifierTests: SnapshotTestCase { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of a new test class, I think we should add this test to InvertColorsTests
, i.e. testInvertColorsWithIdentifier()
.
@joshmsamuels I filed #56 to track fixing the flipped image issue |
45e29f4
to
7afa51c
Compare
Thanks! @NickEntin sorry for another ping but do you have any idea why some of the tests are failing? All the snapshots appear to be the same and all the tests pass locally. It seems really odd that the iOS 12 tests are passing here but 13 & 14 are failing |
@joshmsamuels I'm having trouble reproducing the issue locally. See my comment in #56. Can you test locally and see which path it's taking? |
closes #51