The window banner is occluded by #manageMediaDialog on Monterey. Failed Apply now also sets manageApplyNotice inside the sheet; the UI test waits for manageMediaNotice.
Fixes #170
The window banner is occluded by `#manageMediaDialog` on Monterey. Failed Apply now also sets `manageApplyNotice` inside the sheet; the UI test waits for `manageMediaNotice`.
Failed Apply kept the sheet open while the window banner sat
behind it, so Monterey XCTest never saw noticeText. Mirror the
failure string in the dialog (manageMediaNotice) and point the
UI test at that identifier.
Fixes#170
gronod
merged commit 1b91b0a94e into develop2026-09-14 14:37:17 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Fixes #170
The window banner is occluded by
#manageMediaDialogon Monterey. Failed Apply now also setsmanageApplyNoticeinside the sheet; the UI test waits formanageMediaNotice.