uber / ios-snapshot-test-case

Snapshot view unit tests for iOS
MIT License
1.79k stars 214 forks source link

Take multiple snapshots to the same view #181

Closed ahmdyasser closed 1 year ago

ahmdyasser commented 2 years ago

Is it possible to take a snapshot to view1 then move to view2 then go back to view1 to check if any changes happened during that moving between the two views?

alanzeino commented 1 year ago

What does 'moving' mean in this context? Is this an animation between two views? Or are these two static views but you're seeing a bug where the first one changes layout after a side effect from the second one?

ahmdyasser commented 1 year ago

@alanzeino Honestly I don't remember what what the scenario, but I guess I've done that task so am closing this issue.