diff --git a/Tests/ThumbprintTests/Snapshot/Components/TextAreaTest.swift b/Tests/ThumbprintTests/Snapshot/Components/TextAreaTest.swift index 4852e74..dc7d633 100644 --- a/Tests/ThumbprintTests/Snapshot/Components/TextAreaTest.swift +++ b/Tests/ThumbprintTests/Snapshot/Components/TextAreaTest.swift @@ -25,6 +25,7 @@ class TextAreaTest: SnapshotTestCase { } // Disabled because hangs frequently under github actions + // https://thumbtack.atlassian.net/browse/MINF-2392 func testFirstResponderEmpty() { verify { self.textArea.becomeFirstResponder() @@ -32,6 +33,7 @@ class TextAreaTest: SnapshotTestCase { } // Disabled because hangs frequently under github actions + // https://thumbtack.atlassian.net/browse/MINF-2392 func testFirstResponderFilled() { textArea.text = "Test."