We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ee762f + 8e80b1f commit aa053fdCopy full SHA for aa053fd
android/test/e2e/src/main/kotlin/net/mullvad/mullvadvpn/test/e2e/ConnectionTest.kt
@@ -41,7 +41,7 @@ class ConnectionTest : EndToEndTest(BuildConfig.FLAVOR_infrastructure) {
41
// When
42
device.findObjectWithTimeout(By.text("Secure my connection")).click()
43
device.findObjectWithTimeout(By.text("OK")).click()
44
- device.findObjectWithTimeout(By.text("SECURE CONNECTION"))
+ device.findObjectWithTimeout(By.text("SECURE CONNECTION"), CONNECTION_TIMEOUT)
45
val expected = ConnCheckState(true, app.extractIpAddress())
46
47
// Then
0 commit comments