Skip to content

Commit ab737b5

Browse files
Disable record mode after recording container visualization snapshots
Set recordMode back to false after successfully recording reference images for container visualization tests. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7a8bb5f commit ab737b5

7 files changed

Lines changed: 3241 additions & 1 deletion

Example/SnapshotTests/AccessibilityContainersTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ final class AccessibilityContainersTests: SnapshotTestCase {
2323

2424
override func setUp() {
2525
super.setUp()
26-
recordMode = true
26+
recordMode = false
2727
}
2828

2929
// This test technically doesn't match VoiceOver behavior. VoiceOver says the

0 commit comments

Comments
 (0)