Skip to content

Commit 9f73bf2

Browse files
authored
UI Tests: Login Flow - Wait for 'Continue' button to go away (#19208)
* Remove status checking after tapping continutButton
1 parent b8b9c45 commit 9f73bf2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

WordPress/UITestsFoundation/Screens/Login/Unified/PasswordScreen.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ public class PasswordScreen: ScreenObject {
3737
passwordTextField.typeText(password)
3838
let continueButton = app.buttons["Continue Button"]
3939
continueButton.tap()
40-
if continueButton.exists && !continueButton.isHittable {
41-
XCTAssertEqual(continueButton.waitFor(predicateString: "isEnabled == true"), .completed)
42-
}
40+
4341
return self
4442
}
4543

0 commit comments

Comments
 (0)