summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/androidTest
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2024-10-31 11:07:52 +0100
committerAlbin <albin@mullvad.net>2024-10-31 11:07:52 +0100
commita537125bb814b117a2da0ff4742014a103b22ce0 (patch)
treebd1f54a0e1227dd780b308f1e6dda836a42b3661 /android/app/src/androidTest
parent15180de873ad8aafe9347e940ec74998c518b353 (diff)
downloadmullvadvpn-a537125bb814b117a2da0ff4742014a103b22ce0.tar.xz
mullvadvpn-a537125bb814b117a2da0ff4742014a103b22ce0.zip
Fix tests
Diffstat (limited to 'android/app/src/androidTest')
-rw-r--r--android/app/src/androidTest/kotlin/net/mullvad/mullvadvpn/compose/screen/ConnectScreenTest.kt4
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 05862a5bc4..1c33420863 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
@@ -518,10 +518,10 @@ class ConnectScreenTest {
onNodeWithText("In").assertExists()
onNodeWithText("$inHost:$inPort UDP").assertExists()
- onNodeWithText("Out Ipv4").assertExists()
+ onNodeWithText("Out IPv4").assertExists()
onNodeWithText(outIpv4).assertExists()
- onNodeWithText("Out Ipv6").assertExists()
+ onNodeWithText("Out IPv6").assertExists()
onNodeWithText(outIpv6).assertExists()
}
}