Skip to content

Commit

Permalink
Fix post-merge snapshots tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanceriu committed Sep 9, 2024
1 parent 2f6fea2 commit d88440d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions PreviewTests/Sources/PreviewTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -969,18 +969,6 @@ class PreviewTests: XCTestCase {
}
}

func test_waitingDialog() {
for preview in WaitingDialog_Previews._allPreviews {
assertSnapshots(matching: preview)
}
}

func test_waitlistScreen() {
for preview in WaitlistScreen_Previews._allPreviews {
assertSnapshots(matching: preview)
}
}

func test_waveformCursorView() {
for preview in WaveformCursorView_Previews._allPreviews {
assertSnapshots(matching: preview)
Expand Down

0 comments on commit d88440d

Please sign in to comment.