Unverified Commit 02574b7e authored by Chris Yang's avatar Chris Yang Committed by GitHub

Fix ios module test typo (#94878)

parent 87f88734
......@@ -42,7 +42,7 @@ static const CGFloat kStandardTimeOut = 60.0;
if (!newPageAppeared) {
// Sometimes, the element doesn't respond to the tap, it seems an XCUITest race condition where the tap happened
// too soon. Trying to tap the element again.
[self waitForAndTapElement:app.buttons[@"Full Screen (Warm))"]];
[self waitForAndTapElement:app.buttons[@"Full Screen (Warm)"]];
newPageAppeared = [app.staticTexts[@"Button tapped 0 times."] waitForExistenceWithTimeout:kStandardTimeOut];
}
XCTAssertTrue(newPageAppeared);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment