Skip to content

Commit

Permalink
Add api access to settings test
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun committed Jun 12, 2024
1 parent c344789 commit b784c8e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class SettingsScreenTest {
onNodeWithText("VPN settings").assertExists()
onNodeWithText("Split tunneling").assertExists()
onNodeWithText("App version").assertExists()
onNodeWithText("API access").assertExists()
}

@Test
Expand All @@ -62,5 +63,6 @@ class SettingsScreenTest {
onNodeWithText("VPN settings").assertDoesNotExist()
onNodeWithText("Split tunneling").assertDoesNotExist()
onNodeWithText("App version").assertExists()
onNodeWithText("API access").assertExists()
}
}

0 comments on commit b784c8e

Please sign in to comment.