fix(ios): avoid stale send button in live gateway test

This commit is contained in:
Vincent Koc
2026-07-12 15:22:19 +02:00
committed by Vincent Koc
parent 796fc409f6
commit 2e218fdc09
@@ -876,7 +876,7 @@ final class OpenClawSnapshotUITests: XCTestCase {
XCTAssertTrue(send.isEnabled)
app.coordinate(withNormalizedOffset: CGVector(dx: 0.5, dy: 0.2)).tap()
XCTAssertTrue(app.keyboards.firstMatch.waitForNonExistence(timeout: 3))
send.tap()
send.coordinate(withNormalizedOffset: CGVector(dx: 0.5, dy: 0.5)).tap()
XCTAssertTrue(app.staticTexts[replyMarker].waitForExistence(timeout: 60))
XCTAssertTrue(app.staticTexts["Writing"].waitForNonExistence(timeout: 5))