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.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/__e2e__/util.ts b/__e2e__/util.ts
index a7869a2e1..70fbdb601 100644
--- a/__e2e__/util.ts
+++ b/__e2e__/util.ts
@@ -1,5 +1,5 @@
-import {resolveConfig} from 'detox/internals'
 import {execSync} from 'child_process'
+import {resolveConfig} from 'detox/internals'
 import http from 'http'
 
 const platform = device.getPlatform()
@@ -52,7 +52,7 @@ export async function login(
   if (await isVisible('chooseAccountForm')) {
     await element(by.id('chooseNewAccountBtn')).tap()
   }
-  await element(by.id('loginSelectServiceButton')).tap()
+  await element(by.id('selectServiceButton')).tap()
   if (takeScreenshots) {
     await device.takeScreenshot('2- opened service selector')
   }