summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/androidTest
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2024-10-31 12:50:30 +0100
committerAlbin <albin@mullvad.net>2024-10-31 12:50:30 +0100
commit1eb6eb38a49ca2e5be6ede1b858ff554d60f0346 (patch)
treebd1f54a0e1227dd780b308f1e6dda836a42b3661 /android/app/src/androidTest
parent114d1919fcaa68be26c9f4bd49c7255cdcc1ff39 (diff)
parenta537125bb814b117a2da0ff4742014a103b22ce0 (diff)
downloadmullvadvpn-1eb6eb38a49ca2e5be6ede1b858ff554d60f0346.tar.xz
mullvadvpn-1eb6eb38a49ca2e5be6ede1b858ff554d60f0346.zip
Merge branch 'change-ip-address-labels-to-uppercase-in-main-screen-droid-1499'
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()
}
}