Skip to content

Commit

Permalink
Run tests in Cirrus CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
stevesoltys committed Sep 19, 2024
1 parent d755029 commit 0e68085
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object BackupScreen : UiDeviceScreen<BackupScreen>() {

val internalStorageButton = findObject { textContains(Build.MODEL) }

val useAnywayButton = findObject { text("USE ANYWAY") }
val useAnywayButton = findObject { text("Use anyway") }

val initializingText: BySelector = By.textContains("Initializing backup location")
}

0 comments on commit 0e68085

Please sign in to comment.