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 10, 2024
1 parent 09504b6 commit fd23763
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import com.stevesoltys.seedvault.e2e.screen.UiDeviceScreen

object RestoreScreen : UiDeviceScreen<RestoreScreen>() {

val backupListItem = findObject { textContains("Last backup") }
val backupListItem = findObject { textContains("December 29, 2023") }

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

Expand Down

0 comments on commit fd23763

Please sign in to comment.