about summary refs log tree commit diff
path: root/__e2e__/util.ts
diff options
context:
space:
mode:
Diffstat (limited to '__e2e__/util.ts')
-rw-r--r--__e2e__/util.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/__e2e__/util.ts b/__e2e__/util.ts
index 8c47406c0..a7869a2e1 100644
--- a/__e2e__/util.ts
+++ b/__e2e__/util.ts
@@ -56,9 +56,10 @@ export async function login(
   if (takeScreenshots) {
     await device.takeScreenshot('2- opened service selector')
   }
+  await element(by.id('customSelectBtn')).tap()
   await element(by.id('customServerTextInput')).typeText(service)
   await element(by.id('customServerTextInput')).tapReturnKey()
-  await element(by.id('customServerSelectBtn')).tap()
+  await element(by.id('doneBtn')).tap()
   if (takeScreenshots) {
     await device.takeScreenshot('3- input custom service')
   }