diff --git a/Tests/ThumbprintTests/Snapshot/Components/TextAreaTest.swift b/Tests/ThumbprintTests/Snapshot/Components/TextAreaTest.swift index 21ee0a2..f50d296 100644 --- a/Tests/ThumbprintTests/Snapshot/Components/TextAreaTest.swift +++ b/Tests/ThumbprintTests/Snapshot/Components/TextAreaTest.swift @@ -25,9 +25,10 @@ class TextAreaTest: SnapshotTestCase { } func testFirstResponderEmpty() { - verify { + verify(setUp: { self.textArea.becomeFirstResponder() - } + tt_waitForAnimations() + }) } func testFirstResponderFilled() {