File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/src/androidTest/java/to/bitkit/ui/sheets Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ class NewTransactionSheetViewTest {
6060 composeTestRule.mainClock.advanceTimeBy(1000 )
6161 composeTestRule.waitForIdle()
6262
63- // composeTestRule.onNodeWithTag("balance_header").assertExists() Doesn't work because of viewmodel instance
63+ // composeTestRule.onNodeWithTag("balance_header").assertExists() Doesn't work because of viewmodel instance
6464 composeTestRule.onNodeWithTag(" sent_buttons_row" ).assertExists()
6565
6666 // Verify buttons exist and click interactions work
@@ -106,7 +106,7 @@ class NewTransactionSheetViewTest {
106106 composeTestRule.waitForIdle()
107107
108108 composeTestRule.onNodeWithTag(" confetti_animation" ).assertExists()
109- // composeTestRule.onNodeWithTag("balance_header").assertExists()
109+ // composeTestRule.onNodeWithTag("balance_header").assertExists()
110110 composeTestRule.onNodeWithTag(" sent_buttons_row" ).assertDoesNotExist()
111111
112112 // Verify only OK button exists for received transactions
You can’t perform that action at this time.
0 commit comments