Skip to content

Fix stale smoke test locator causing verify job failure - #10

Merged
QA1S merged 3 commits into
mainfrom
copilot/fix-verify-job-failure
Aug 29, 2026
Merged

Fix stale smoke test locator causing verify job failure#10
QA1S merged 3 commits into
mainfrom
copilot/fix-verify-job-failure

Conversation

Copilot AI commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

The verify GitHub Actions job was failing in the Playwright smoke suite because the test targeted an outdated accessible region name. The UI now exposes the editor region as "Code editor", while the test still expected "Shared code editor".

  • E2E smoke test alignment
    • Updated the homepage demo locator in apps/web/tests/e2e/smoke.spec.ts to match the current accessibility label used by landing-workspace-demo.
- const demo = page.getByRole("region", { name: "Shared code editor" });
+ const demo = page.getByRole("region", { name: "Code editor" });

@vercel

vercel Bot commented Aug 29, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codev Ready Ready Preview Aug 29, 2026 7:34pm

Co-authored-by: QA1S <77554399+QA1S@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failing GitHub Actions job verify Fix stale smoke test locator causing verify job failure Aug 29, 2026
Copilot AI requested a review from QA1S August 29, 2026 18:59
@QA1S
QA1S marked this pull request as ready for review August 29, 2026 19:43
@QA1S
QA1S merged commit 4ce962c into main Aug 29, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants