Three UI tests fail on main, independent of any current branch (verified by running them on main):
-
testCreationAndEditingFlows:84— waits for an issue row containing README.org. That is issue #4, which is now closed, so it is not in the default open list. The test needs its own fixture issue, or to switch the filter to All. -
testDiscoveryFlows:417— assertsapp.staticTexts["Repositories"]on a profile. The section header isRepositories \(profile.repos.count), so the label is "Repositories 12" and the exact match fails. Should match by prefix. -
testScreenshotCheckpoint:606— after tapping the first MR row, waits for the "Diff" static text and does not find it. Root cause not established; MRView renders that row unconditionally, so it may be a timing or mis-tap problem rather than data.
The pattern across all three is tests pinned to live instance state that changes as the project moves. Worth deciding whether the live suite should create its own fixtures (as testRepoManagementFlows does with cmc/ui-smoke) rather than assert on whatever happens to be there.
referenced in commit 51b6a14eab by cmc: tests: own the fixtures the live suite depends on
2026-08-28 19:17