Skip to content

Commit

Permalink
adapt CI to new UI for restore set items
Browse files Browse the repository at this point in the history
  • Loading branch information
grote committed Oct 11, 2024
1 parent 06586b0 commit 5caa0ed
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ import com.stevesoltys.seedvault.e2e.screen.UiDeviceScreen

object RestoreScreen : UiDeviceScreen<RestoreScreen>() {

val backupListItem = findObject { textContains("Last backup") }
val backupListItem = findObject {
textContains("Android SDK") // device name of test backups
}

val appsSelectedButton = findObject { text("Restore backup") }

Expand Down

0 comments on commit 5caa0ed

Please sign in to comment.