diff options
| author | Albin <albin@mullvad.net> | 2023-08-01 10:33:31 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-08-01 11:45:31 +0200 |
| commit | fd6464f0568ad087e3669ae444434768c2a9e50f (patch) | |
| tree | 338416e3b07235dc6116bcf11e1b03326227a172 /android/app/src/androidTest | |
| parent | 1a2c21115d649687611a409fd724e0a0fa2aa48e (diff) | |
| download | mullvadvpn-fd6464f0568ad087e3669ae444434768c2a9e50f.tar.xz mullvadvpn-fd6464f0568ad087e3669ae444434768c2a9e50f.zip | |
Update ui test
Diffstat (limited to 'android/app/src/androidTest')
| -rw-r--r-- | android/app/src/androidTest/kotlin/net/mullvad/mullvadvpn/compose/screen/ConnectScreenTest.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/app/src/androidTest/kotlin/net/mullvad/mullvadvpn/compose/screen/ConnectScreenTest.kt b/android/app/src/androidTest/kotlin/net/mullvad/mullvadvpn/compose/screen/ConnectScreenTest.kt index 9d64b2d395..083443b259 100644 --- a/android/app/src/androidTest/kotlin/net/mullvad/mullvadvpn/compose/screen/ConnectScreenTest.kt +++ b/android/app/src/androidTest/kotlin/net/mullvad/mullvadvpn/compose/screen/ConnectScreenTest.kt @@ -200,7 +200,7 @@ class ConnectScreenTest { composeTestRule.apply { onNodeWithText("UNSECURED CONNECTION").assertExists() onNodeWithText(mockLocationName).assertExists() - onNodeWithText("Secure my connection").assertExists() + onNodeWithText("Disconnect").assertExists() } } |
