fix(uitest): resolve AboutHelp close button lookup on runner #75
@@ -61,6 +61,7 @@ struct AboutView: View {
|
||||
.padding(32)
|
||||
.frame(width: 360)
|
||||
.background(Theme.panel)
|
||||
.accessibilityElement(children: .contain)
|
||||
.accessibilityIdentifier("aboutDialog")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -52,8 +52,7 @@ final class AboutHelpUITests: XCTestCase {
|
||||
_ = waitFor("aboutVersion", timeout: 10)
|
||||
XCTAssertTrue(element("aboutBuildDate").exists)
|
||||
|
||||
let close = app.sheets.firstMatch.buttons["closeAboutBtn"]
|
||||
XCTAssertTrue(close.waitForExistence(timeout: 5))
|
||||
let close = waitFor("closeAboutBtn", timeout: 10)
|
||||
close.click()
|
||||
|
||||
XCTAssertFalse(element("aboutDialog").exists)
|
||||
|
||||
Reference in New Issue
Block a user