Skip to content

Commit

Permalink
test: typo in storageLimitDialogCanSetTheLimit
Browse files Browse the repository at this point in the history
  • Loading branch information
loggerz committed Dec 13, 2024
1 parent 0bd19aa commit 7e78b55
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,5 @@ class StorageDashboardTests {
val newLimit = 200L
composeTestRule.onNodeWithTag("storageLimitDialogTextField").performTextInput(newLimit.toString())
composeTestRule.onNodeWithTag("storageLimitDialogSaveButton").performClick()
composeTestRule.waitUntil { composeTestRule.onNodeWithTag("storageLimitDialogBox").isNotDisplayed() }
//val newLimitText = "Storage limit: ${storageStats.storageLimitToString()}"
//composeTestRule.onNodeWithTag("storageLimitCardText", useUnmergedTree = true).assertTextEquals(newLimitText)
}
}

0 comments on commit 7e78b55

Please sign in to comment.