Skip to content

Commit

Permalink
Remove old invalid test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Jul 26, 2024
1 parent 680f662 commit 54f717f
Showing 1 changed file with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,24 +70,6 @@ class ServerIpOverridesScreenTest {
onNodeWithText("Overrides active").assertExists()
}

@Test
fun ensure_overrides_active_shows_warning_on_import() =
composeExtension.use {
// Arrange
setContentWithTheme {
ScreenWithDefault(state = ServerIpOverridesViewState.Loaded(true))
}

// Act
onNodeWithTag(testTag = SERVER_IP_OVERRIDE_IMPORT_TEST_TAG).performClick()

// Assert
onNodeWithText(
"Importing new overrides might replace some previously imported overrides."
)
.assertExists()
}

@Test
fun ensure_info_click_works() =
composeExtension.use {
Expand Down

0 comments on commit 54f717f

Please sign in to comment.