Skip to content

Fix dashboard workflow-row Playwright assertions - #141

Merged
pelikhan merged 2 commits into
mainfrom
copilot/fix-github-actions-job-another-one
Aug 29, 2026
Merged

Fix dashboard workflow-row Playwright assertions#141
pelikhan merged 2 commits into
mainfrom
copilot/fix-github-actions-job-another-one

Conversation

Copilot AI commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

The dashboard CI job failed because the workflow-row E2E test applied an array text assertion to a single <tr>, while Playwright expects an element collection for array expectations.

  • E2E assertion targeting
    • Target the row’s individual <td> cells before asserting ordered text values.
await expect(row.locator('td')).toContainText([
  'dashboard.yml',
  'githubnext',
  // ...
]);

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failing GitHub Actions job Fix dashboard workflow-row Playwright assertions Aug 29, 2026
Copilot AI requested a review from pelikhan August 29, 2026 01:58
@pelikhan
pelikhan marked this pull request as ready for review August 29, 2026 02:00
@pelikhan
pelikhan merged commit 573c93f into main Aug 29, 2026
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