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 03dbfd927f
commit a51078b2f2

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