Update tests to get them passing again (#2853)

This commit is contained in:
Paul Frazee
2024-02-12 18:55:19 -08:00
committed by GitHub
parent fad40dda97
commit 543e114877
15 changed files with 214 additions and 83 deletions
+2 -1
View File
@@ -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')
}