Update candidate filter QA fixture expectation
| | |
| | | WindowEnumerationRecord( |
| | | id: 20_015, |
| | | app: app, |
| | | title: "CG-only Offscreen Rejected", |
| | | title: "CG-only Space-backed Candidate", |
| | | size: CGSize(width: 900, height: 600), |
| | | subrole: .standard, |
| | | hasAXBacking: false, |
| | |
| | | "Sheet Candidate", |
| | | "Dialog Candidate", |
| | | "Candidate Standard Untitled", |
| | | "CG-only Space-backed Candidate", |
| | | } |
| | | rejected_titles = { |
| | | "Accessory Rejected", |
| | |
| | | "Desktop", |
| | | "Security Confirmation", |
| | | "Noninteractive Rejected", |
| | | "CG-only Offscreen Rejected", |
| | | } |
| | | expected_title_hashes = {stable_fingerprint(title) for title in expected_titles} |
| | | rejected_title_hashes = {stable_fingerprint(title) for title in rejected_titles} |