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

Commit

Permalink
Link JIRA ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
scottasoutherland committed Mar 7, 2024
1 parent 7baecb2 commit de9ad17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/ThumbprintTests/Snapshot/Components/TextAreaTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ class TextAreaTest: SnapshotTestCase {
}

// Disabled because hangs frequently under github actions
// https://thumbtack.atlassian.net/browse/MINF-2392
func testFirstResponderEmpty() {
verify {
self.textArea.becomeFirstResponder()
}
}

// Disabled because hangs frequently under github actions
// https://thumbtack.atlassian.net/browse/MINF-2392
func testFirstResponderFilled() {
textArea.text = "Test."

Expand Down

0 comments on commit de9ad17

Please sign in to comment.