Skip to content

Commit

Permalink
Click 'start new backup' buttom
Browse files Browse the repository at this point in the history
  • Loading branch information
stevesoltys committed Sep 19, 2024
1 parent 6c2d03d commit c2410c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ internal interface LargeTestBase : KoinComponent {

fun confirmCode() {
RecoveryCodeScreen {
startNewBackupButton.click()
confirmCodeButton.click()

verifyCodeButton.scrollTo().click()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import com.stevesoltys.seedvault.e2e.screen.UiDeviceScreen

object RecoveryCodeScreen : UiDeviceScreen<RecoveryCodeScreen>() {

val startNewBackupButton = findObject { text("Start new") }

val confirmCodeButton = findObject { text("Confirm code") }

val verifyCodeButton = findObject { text("Verify") }
Expand Down

0 comments on commit c2410c4

Please sign in to comment.