From 4b69948366cb2cd9ea9db4dd9c9b98a7da4b2d47 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Sat, 13 Apr 2024 20:44:14 -0700 Subject: Release 1.77.0 (#3549) * A couple test fixes * Intl extract --- __e2e__/util.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '__e2e__') 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') } -- cgit 1.4.1