We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0642a1 commit 595d3b1Copy full SHA for 595d3b1
app/src/androidTest/java/to/bitkit/ui/settings/backups/BackupIntroScreenTest.kt
@@ -32,7 +32,7 @@ class BackupIntroScreenTest {
32
// Assert
33
composeTestRule.onNodeWithTag("BackupIntroView").assertExists()
34
composeTestRule.onNodeWithTag("BackupIntroViewImage").assertExists()
35
- composeTestRule.onNodeWithTag("backup_title").assertExists()
+ composeTestRule.onNodeWithTag("BackupIntroViewTitle").assertExists()
36
37
// Verify buttons
38
composeTestRule.onNodeWithTag("BackupIntroViewButtons").assertExists()
0 commit comments