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 76d5b30
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Tests/ThumbprintTests/Snapshot/Components/TextAreaTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ class TextAreaTest: SnapshotTestCase {
}

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

func testFirstResponderFilled() {
Expand Down

0 comments on commit 76d5b30

Please sign in to comment.