Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Try to fix testFirstResponderEmpty
Browse files Browse the repository at this point in the history
  • Loading branch information
scottasoutherland committed Nov 14, 2023
1 parent 9e39f47 commit 2a7d90d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Tests/ThumbprintTests/Snapshot/Components/TextAreaTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ class TextAreaTest: SnapshotTestCase {
}

func testFirstResponderEmpty() {
verify {
verify(setUp: {
self.textArea.becomeFirstResponder()
}
tt_waitForAnimations()
})
}

func testFirstResponderFilled() {
Expand Down

0 comments on commit 2a7d90d

Please sign in to comment.