Skip to content

Commit 2415239

Browse files
committed
suppress checks
1 parent e77dedf commit 2415239

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

feature/foryou/src/test/kotlin/com/google/samples/apps/nowinandroid/feature/foryou/ForYouScreenScreenshotTests.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ class ForYouScreenScreenshotTests {
122122
matchesElements(withText("Done")),
123123

124124
// TODO investigate, seems a false positive
125-
// matchesElements(withText("What are you interested in?")),
126-
// matchesElements(withText("UI")),
125+
matchesElements(withText("What are you interested in?")),
126+
matchesElements(withText("UI")),
127127
),
128128
),
129129
) {

0 commit comments

Comments
 (0)