Skip to content

Commit

Permalink
fixup! Add Snapshot tests for gva response text
Browse files Browse the repository at this point in the history
This PR adds snapshot tests for GVA response text.

MOB-2509
  • Loading branch information
rasmustautsglia committed Aug 9, 2023
1 parent 11e4a59 commit 2af0107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions SnapshotTests/ChatViewControllerLayoutTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ class ChatViewControllerLayoutTests: SnapshotTestCase {
assertSnapshot(
matching: viewController,
as: .image,
named: nameForDevice(),
record: true
named: nameForDevice()
)
}

Expand Down
3 changes: 1 addition & 2 deletions SnapshotTests/ChatViewControllerVoiceOverTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ class ChatViewControllerVoiceOverTests: SnapshotTestCase {
assertSnapshot(
matching: viewController,
as: .accessibilityImage(precision: Self.possiblePrecision),
named: nameForDevice(),
record: true
named: nameForDevice()
)
}
}

0 comments on commit 2af0107

Please sign in to comment.