Skip to content

fix(deps): update dependency androidx.compose.ui:ui-test-junit4 to v1…

Bitrise / Virtual Device Testing (MediumPhone.arm-30-en-portrait-rerun_3) failed Oct 30, 2024 in 0s

Virtual Device Testing (MediumPhone.arm-30-en-portrait-rerun_3)

🛑 8 out of 38 tests have failed!

emptyPasswordShowsError


java.lang.NoSuchMethodError: No virtual method getIsEditable()Landroidx/compose/ui/semantics/SemanticsPropertyKey; in class Landroidx/compose/ui/semantics/SemanticsProperties; or its super classes (declaration of 'androidx.compose.ui.semantics.SemanticsProperties' appears in /data/app/~~mzXYdk5reF9TJkIty7pdxA==/com.chesire.nekome.debug-FFh1tiNhyVuVysTPolfBvw==/base.apk!classes13.dex)
	at androidx.compose.ui.test.FiltersKt.isEditable(Filters.kt:447)
	at androidx.compose.ui.test.TextActionsKt.getNodeAndFocus(TextActions.kt:118)
	at androidx.compose.ui.test.TextActionsKt.getNodeAndFocus$default(TextActions.kt:108)
	at androidx.compose.ui.test.TextActionsKt.performTextInput(TextActions.kt:44)
	at com.chesire.nekome.robots.login.LoginCredentialsRobot.enterUsername(LoginCredentialsRobot.kt:32)
	at com.chesire.nekome.features.login.CredentialsTests$emptyPasswordShowsError$1.invoke(CredentialsTests.kt:39)
	at com.chesire.nekome.features.login.CredentialsTests$emptyPasswordShowsError$1.invoke(CredentialsTests.kt:38...


failureToLoginShowsError


java.lang.NoSuchMethodError: No virtual method getIsEditable()Landroidx/compose/ui/semantics/SemanticsPropertyKey; in class Landroidx/compose/ui/semantics/SemanticsProperties; or its super classes (declaration of 'androidx.compose.ui.semantics.SemanticsProperties' appears in /data/app/~~mzXYdk5reF9TJkIty7pdxA==/com.chesire.nekome.debug-FFh1tiNhyVuVysTPolfBvw==/base.apk!classes13.dex)
	at androidx.compose.ui.test.FiltersKt.isEditable(Filters.kt:447)
	at androidx.compose.ui.test.TextActionsKt.getNodeAndFocus(TextActions.kt:118)
	at androidx.compose.ui.test.TextActionsKt.getNodeAndFocus$default(TextActions.kt:108)
	at androidx.compose.ui.test.TextActionsKt.performTextInput(TextActions.kt:44)
	at com.chesire.nekome.robots.login.LoginCredentialsRobot.enterUsername(LoginCredentialsRobot.kt:32)
	at com.chesire.nekome.features.login.CredentialsTests$failureToLoginShowsError$3.invoke(CredentialsTests.kt:77)
	at com.chesire.nekome.features.login.CredentialsTests$failureToLoginShowsError$3.invoke(CredentialsTests.kt:...


emptyUsernameShowsError


java.lang.NoSuchMethodError: No virtual method getIsEditable()Landroidx/compose/ui/semantics/SemanticsPropertyKey; in class Landroidx/compose/ui/semantics/SemanticsProperties; or its super classes (declaration of 'androidx.compose.ui.semantics.SemanticsProperties' appears in /data/app/~~mzXYdk5reF9TJkIty7pdxA==/com.chesire.nekome.debug-FFh1tiNhyVuVysTPolfBvw==/base.apk!classes13.dex)
	at androidx.compose.ui.test.FiltersKt.isEditable(Filters.kt:447)
	at androidx.compose.ui.test.TextActionsKt.getNodeAndFocus(TextActions.kt:118)
	at androidx.compose.ui.test.TextActionsKt.getNodeAndFocus$default(TextActions.kt:108)
	at androidx.compose.ui.test.TextActionsKt.performTextInput(TextActions.kt:44)
	at com.chesire.nekome.robots.login.LoginCredentialsRobot.enterUsername(LoginCredentialsRobot.kt:32)
	at com.chesire.nekome.features.login.CredentialsTests$emptyUsernameShowsError$1.invoke(CredentialsTests.kt:26)
	at com.chesire.nekome.features.login.CredentialsTests$emptyUsernameShowsError$1.invoke(CredentialsTests.kt:25...


invalidCredentialsShowsError


java.lang.NoSuchMethodError: No virtual method getIsEditable()Landroidx/compose/ui/semantics/SemanticsPropertyKey; in class Landroidx/compose/ui/semantics/SemanticsProperties; or its super classes (declaration of 'androidx.compose.ui.semantics.SemanticsProperties' appears in /data/app/~~mzXYdk5reF9TJkIty7pdxA==/com.chesire.nekome.debug-FFh1tiNhyVuVysTPolfBvw==/base.apk!classes13.dex)
	at androidx.compose.ui.test.FiltersKt.isEditable(Filters.kt:447)
	at androidx.compose.ui.test.TextActionsKt.getNodeAndFocus(TextActions.kt:118)
	at androidx.compose.ui.test.TextActionsKt.getNodeAndFocus$default(TextActions.kt:108)
	at androidx.compose.ui.test.TextActionsKt.performTextInput(TextActions.kt:44)
	at com.chesire.nekome.robots.login.LoginCredentialsRobot.enterUsername(LoginCredentialsRobot.kt:32)
	at com.chesire.nekome.features.login.CredentialsTests$invalidCredentialsShowsError$3.invoke(CredentialsTests.kt:58)
	at com.chesire.nekome.features.login.CredentialsTests$invalidCredentialsShowsError$3.invoke(CredentialsT...


navigateThroughLoginFlow


java.lang.NoSuchMethodError: No virtual method getIsEditable()Landroidx/compose/ui/semantics/SemanticsPropertyKey; in class Landroidx/compose/ui/semantics/SemanticsProperties; or its super classes (declaration of 'androidx.compose.ui.semantics.SemanticsProperties' appears in /data/app/~~mzXYdk5reF9TJkIty7pdxA==/com.chesire.nekome.debug-FFh1tiNhyVuVysTPolfBvw==/base.apk!classes13.dex)
	at androidx.compose.ui.test.FiltersKt.isEditable(Filters.kt:447)
	at androidx.compose.ui.test.TextActionsKt.getNodeAndFocus(TextActions.kt:118)
	at androidx.compose.ui.test.TextActionsKt.getNodeAndFocus$default(TextActions.kt:108)
	at androidx.compose.ui.test.TextActionsKt.performTextInput(TextActions.kt:44)
	at com.chesire.nekome.robots.login.LoginCredentialsRobot.enterUsername(LoginCredentialsRobot.kt:32)
	at com.chesire.nekome.features.login.LoginFlowTests$navigateThroughLoginFlow$1.invoke(LoginFlowTests.kt:65)
	at com.chesire.nekome.features.login.LoginFlowTests$navigateThroughLoginFlow$1.invoke(LoginFlowTests.kt:64)
	at ...


emptySearchTermShowsError


java.lang.NoSuchMethodError: No virtual method getIsEditable()Landroidx/compose/ui/semantics/SemanticsPropertyKey; in class Landroidx/compose/ui/semantics/SemanticsProperties; or its super classes (declaration of 'androidx.compose.ui.semantics.SemanticsProperties' appears in /data/app/~~mzXYdk5reF9TJkIty7pdxA==/com.chesire.nekome.debug-FFh1tiNhyVuVysTPolfBvw==/base.apk!classes13.dex)
	at androidx.compose.ui.test.FiltersKt.isEditable(Filters.kt:447)
	at androidx.compose.ui.test.TextActionsKt.getNodeAndFocus(TextActions.kt:118)
	at androidx.compose.ui.test.TextActionsKt.getNodeAndFocus$default(TextActions.kt:108)
	at androidx.compose.ui.test.TextActionsKt.performTextInput(TextActions.kt:44)
	at com.chesire.nekome.robots.search.SearchRobot.searchTerm(SearchRobot.kt:31)
	at com.chesire.nekome.features.search.SearchTests$emptySearchTermShowsError$3.invoke(SearchTests.kt:66)
	at com.chesire.nekome.features.search.SearchTests$emptySearchTermShowsError$3.invoke(SearchTests.kt:65)
	at com.chesire.nekome.robots.sear...


noSeriesFoundErrorFromSearchShowsError


java.lang.NoSuchMethodError: No virtual method getIsEditable()Landroidx/compose/ui/semantics/SemanticsPropertyKey; in class Landroidx/compose/ui/semantics/SemanticsProperties; or its super classes (declaration of 'androidx.compose.ui.semantics.SemanticsProperties' appears in /data/app/~~mzXYdk5reF9TJkIty7pdxA==/com.chesire.nekome.debug-FFh1tiNhyVuVysTPolfBvw==/base.apk!classes13.dex)
	at androidx.compose.ui.test.FiltersKt.isEditable(Filters.kt:447)
	at androidx.compose.ui.test.TextActionsKt.getNodeAndFocus(TextActions.kt:118)
	at androidx.compose.ui.test.TextActionsKt.getNodeAndFocus$default(TextActions.kt:108)
	at androidx.compose.ui.test.TextActionsKt.performTextInput(TextActions.kt:44)
	at com.chesire.nekome.robots.search.SearchRobot.searchTerm(SearchRobot.kt:31)
	at com.chesire.nekome.features.search.SearchTests$noSeriesFoundErrorFromSearchShowsError$3.invoke(SearchTests.kt:104)
	at com.chesire.nekome.features.search.SearchTests$noSeriesFoundErrorFromSearchShowsError$3.invoke(SearchTests.kt:103)
	at co...


genericErrorFromSearchShowsError


java.lang.NoSuchMethodError: No virtual method getIsEditable()Landroidx/compose/ui/semantics/SemanticsPropertyKey; in class Landroidx/compose/ui/semantics/SemanticsProperties; or its super classes (declaration of 'androidx.compose.ui.semantics.SemanticsProperties' appears in /data/app/~~mzXYdk5reF9TJkIty7pdxA==/com.chesire.nekome.debug-FFh1tiNhyVuVysTPolfBvw==/base.apk!classes13.dex)
	at androidx.compose.ui.test.FiltersKt.isEditable(Filters.kt:447)
	at androidx.compose.ui.test.TextActionsKt.getNodeAndFocus(TextActions.kt:118)
	at androidx.compose.ui.test.TextActionsKt.getNodeAndFocus$default(TextActions.kt:108)
	at androidx.compose.ui.test.TextActionsKt.performTextInput(TextActions.kt:44)
	at com.chesire.nekome.robots.search.SearchRobot.searchTerm(SearchRobot.kt:31)
	at com.chesire.nekome.features.search.SearchTests$genericErrorFromSearchShowsError$3.invoke(SearchTests.kt:85)
	at com.chesire.nekome.features.search.SearchTests$genericErrorFromSearchShowsError$3.invoke(SearchTests.kt:84)
	at com.chesire.neko...