Skip to content

Commit

Permalink
Update the test, the wording of the button has changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Oct 10, 2024
1 parent 10261d4 commit 266210e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class ResetIdentityRootViewTest {
ResetIdentityRootState(displayConfirmationDialog = false, eventSink = eventsRecorder),
)

rule.clickOn(CommonStrings.action_continue)
rule.clickOn(R.string.screen_encryption_reset_action_continue_reset)

eventsRecorder.assertSingle(ResetIdentityRootEvent.Continue)
}
Expand Down

0 comments on commit 266210e

Please sign in to comment.