diff options
| author | David Göransson <david.goransson@mullvad.net> | 2025-01-07 16:46:51 +0100 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2025-01-07 16:46:51 +0100 |
| commit | cd277a1e2c7251b4b142e5b58c33d3b95bc7ba6c (patch) | |
| tree | cc5486d5a7c2b608251e3f218674325459427885 /android/app/src/androidTest | |
| parent | 21078398c10370a049768701ac57e85bc90d2e98 (diff) | |
| parent | 770cf2c1449dadd2fc9890b7218c3e71e14a3e10 (diff) | |
| download | mullvadvpn-cd277a1e2c7251b4b142e5b58c33d3b95bc7ba6c.tar.xz mullvadvpn-cd277a1e2c7251b4b142e5b58c33d3b95bc7ba6c.zip | |
Merge branch 'be-honest-with-connection-state-droid-1690'
Diffstat (limited to 'android/app/src/androidTest')
| -rw-r--r-- | android/app/src/androidTest/kotlin/net/mullvad/mullvadvpn/compose/screen/ConnectScreenTest.kt | 4 |
1 files changed, 2 insertions, 2 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 be998a3728..59357d0527 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 @@ -168,7 +168,7 @@ class ConnectScreenTest { ) // Assert - onNodeWithText("DISCONNECTED").assertExists() + onNodeWithText("DISCONNECTING...").assertExists() onNodeWithText(mockLocationName).assertExists() onNodeWithText("Disconnect").assertExists() } @@ -310,7 +310,7 @@ class ConnectScreenTest { ) // Assert - onNodeWithText("CONNECTED").assertExists() + onNodeWithText("BLOCKING...").assertExists() onNodeWithText(mockLocationName).assertExists() onNodeWithText("Disconnect").assertExists() onNodeWithText("BLOCKING INTERNET").assertExists() |
