Fix/m7 ci uitest runner sign #73

Merged
gronod merged 3 commits from fix/m7-ci-uitest-runner-sign into develop 2026-09-10 06:59:07 +01:00
3 Commits
Author SHA1 Message Date
gronod 906a449062 fix: increase layout button wait timeout from 10s to 25s in Milestone6CalibrationUITests
macOS CI / build-and-test (pull_request) Failing after 11m19s
macOS CI / package (pull_request) Skipped
- Extends waitForExistence timeout to accommodate slower profile generation on CI runners
2026-09-10 06:57:27 +01:00
gronod 6c939289ea fix: query print failure notice with predicate instead of identifier
- Replace element("printNotificationText") with NSPredicate-based query on app.staticTexts
- Check notice.label instead of notice.value for "Print failed" text
- Ensures UI test reliably finds print failure notification in Stage2View
2026-09-10 06:56:33 +01:00
gronod bcac74fa6c fix: query closeAboutBtn within sheet hierarchy with explicit wait
- Change closeAboutBtn query from app.buttons to app.sheets.firstMatch.buttons
- Replace exists check with waitForExistence(timeout: 5) for more reliable sheet button detection
2026-09-10 06:50:31 +01:00