Release 1.77.0 (#3549)

* A couple test fixes

* Intl extract
This commit is contained in:
Paul Frazee 2024-04-13 20:44:14 -07:00 committed by GitHub
parent 0b43d728e4
commit 4b69948366
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 9473 additions and 8300 deletions

View file

@ -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')
}