Fix e2e test.

This commit is contained in:
Alex Hart
2025-10-22 11:34:24 -03:00
committed by Greyson Parrelli
parent 0266de3532
commit 12cb74bc05

View File

@@ -138,7 +138,7 @@ class MessageBackupsCheckoutActivityTest {
// Key education screen
composeTestRule.onNodeWithText(context.getString(R.string.MessageBackupsKeyEducationScreen__your_backup_key)).assertIsDisplayed()
composeTestRule.onNodeWithText(context.getString(R.string.MessageBackupsKeyRecordScreen__next)).performClick()
composeTestRule.onNodeWithText(context.getString(R.string.MessageBackupsKeyEducationScreen__view_recovery_key)).performClick()
// Key record screen
composeTestRule.onNodeWithText(context.getString(R.string.MessageBackupsKeyRecordScreen__record_your_backup_key)).assertIsDisplayed()