docs(ci): add CI verification note to trigger Actions #2

Merged
jaybe merged 9 commits from feat/ci-verify-run into main 2025-11-14 09:45:12 +00:00
Showing only changes of commit f09dc5320b - Show all commits
+1
View File
@@ -7,6 +7,7 @@ test('Preview viewport toggle via keyboard (Tab + Enter/Space)', async ({ page }
// Tab to first button (Desktop)
await page.keyboard.press('Tab')
await page.keyboard.press('Tab')
await expect(page.getByRole('button', { name: 'Desktop' })).toBeFocused()
// Press Space to toggle Mobile (first ensure Desktop is selected, then move to Mobile with Tab)