Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Dec 23, 2024
1 parent 9e436e7 commit 7a296f0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class ConnectScreenTest {
)

// Assert
onNodeWithText("DISCONNECTED").assertExists()
onNodeWithText("DISCONNECTING...").assertExists()
onNodeWithText(mockLocationName).assertExists()
onNodeWithText("Disconnect").assertExists()
}
Expand Down Expand Up @@ -226,7 +226,7 @@ class ConnectScreenTest {
// Assert
onNodeWithText("BLOCKED CONNECTION").assertExists()
onNodeWithText(mockLocationName).assertExists()
onNodeWithText("Disconnect").assertExists()
onNodeWithText("Unblock").assertExists()
onNodeWithText("BLOCKING INTERNET").assertExists()
}
}
Expand Down Expand Up @@ -310,7 +310,7 @@ class ConnectScreenTest {
)

// Assert
onNodeWithText("CONNECTED").assertExists()
onNodeWithText("BLOCKING...").assertExists()
onNodeWithText(mockLocationName).assertExists()
onNodeWithText("Disconnect").assertExists()
onNodeWithText("BLOCKING INTERNET").assertExists()
Expand Down

0 comments on commit 7a296f0

Please sign in to comment.