File tree 2 files changed +0
-22
lines changed
common/src/main/kotlin/net/mullvad/mullvadvpn/test/common/interactor
e2e/src/main/kotlin/net/mullvad/mullvadvpn/test/e2e
2 files changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -52,15 +52,6 @@ class AppInteractor(
52
52
ensureLoggedIn()
53
53
}
54
54
55
- fun launchAndCreateAccount () {
56
- launch()
57
- device.clickAgreeOnPrivacyDisclaimer()
58
- device.clickAllowOnNotificationPermissionPromptIfApiLevel33AndAbove()
59
- waitForLoginPrompt()
60
- attemptCreateAccount()
61
- ensureAccountCreated()
62
- }
63
-
64
55
fun attemptLogin (accountNumber : String ) {
65
56
val loginObject =
66
57
device.findObjectWithTimeout(By .clazz(" android.widget.EditText" )).apply {
Original file line number Diff line number Diff line change @@ -23,17 +23,4 @@ class LogoutTest : EndToEndTest(BuildConfig.FLAVOR_infrastructure) {
23
23
// Then
24
24
assertNotNull(device.findObjectWithTimeout(By .text(" Login" )))
25
25
}
26
-
27
- @Test
28
- fun testCreateAccountAndLogout () {
29
- // Given
30
- app.launchAndCreateAccount()
31
-
32
- // When
33
- app.clickAccountCog()
34
- app.clickActionButtonByText(" Log out" )
35
-
36
- // Then
37
- assertNotNull(device.findObjectWithTimeout(By .text(" Login" )))
38
- }
39
26
}
You can’t perform that action at this time.
0 commit comments