about summary refs log tree commit diff
path: root/__e2e__
diff options
context:
space:
mode:
Diffstat (limited to '__e2e__')
-rw-r--r--__e2e__/util.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/__e2e__/util.ts b/__e2e__/util.ts
index 78d9f9f5d..d53c72dfe 100644
--- a/__e2e__/util.ts
+++ b/__e2e__/util.ts
@@ -42,6 +42,7 @@ export async function login(
     await device.takeScreenshot('2- opened service selector')
   }
   await element(by.id('customServerTextInput')).typeText(service)
+  await element(by.id('customServerTextInput')).tapReturnKey()
   await element(by.id('customServerSelectBtn')).tap()
   if (takeScreenshots) {
     await device.takeScreenshot('3- input custom service')