Skip to content

Commit 595d3b1

Browse files
committed
update BackupIntroViewTitle
1 parent f0642a1 commit 595d3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/androidTest/java/to/bitkit/ui/settings/backups/BackupIntroScreenTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class BackupIntroScreenTest {
3232
// Assert
3333
composeTestRule.onNodeWithTag("BackupIntroView").assertExists()
3434
composeTestRule.onNodeWithTag("BackupIntroViewImage").assertExists()
35-
composeTestRule.onNodeWithTag("backup_title").assertExists()
35+
composeTestRule.onNodeWithTag("BackupIntroViewTitle").assertExists()
3636

3737
// Verify buttons
3838
composeTestRule.onNodeWithTag("BackupIntroViewButtons").assertExists()

0 commit comments

Comments
 (0)