Skip to content

Commit 80ba66a

Browse files
committed
chore: reformat
1 parent 014ee7d commit 80ba66a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/androidTest/java/to/bitkit/ui/sheets/NewTransactionSheetViewTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)