Update the test, the wording of the button has changed.

This commit is contained in:
Benoit Marty 2024-10-10 18:04:34 +02:00
parent 10261d406a
commit 266210e264

View file

@ -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)
}