Skip to content

Commit

Permalink
Merge pull request #159 from kiwicom/fix-screenshot-tests
Browse files Browse the repository at this point in the history
fix screenshot test for CountryFlags
  • Loading branch information
hrach authored Jun 3, 2022
2 parents 394c426 + 8942ad9 commit 3f365cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ internal class ScreenshotTest : ScreenshotTest {
@Test
fun countryFlag() {
composeTestRule.setContent { CountryFlagPreview() }
Thread.sleep(250)
Thread.sleep(1000)
compareScreenshot(composeTestRule)
}

Expand Down

0 comments on commit 3f365cd

Please sign in to comment.