Skip to content

Commit

Permalink
LanguageScreen.kt test with sleep added
Browse files Browse the repository at this point in the history
  • Loading branch information
AsquaredWsquared committed Aug 3, 2024
1 parent 2900ea0 commit cf4c2fa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class LanguageScreenTest {

@Test
fun languageScreenTest(){
Thread.sleep(20000)
composeTestRule.setContent {
SoundscapeTheme {
Language(navController = rememberNavController())
Expand Down

0 comments on commit cf4c2fa

Please sign in to comment.