Skip to content

fix(e2e): kind-chip locator for the card-list layout#6

Merged
tjluyao merged 1 commit into
mainfrom
dev
May 25, 2026
Merged

fix(e2e): kind-chip locator for the card-list layout#6
tjluyao merged 1 commit into
mainfrom
dev

Conversation

@tjluyao
Copy link
Copy Markdown
Contributor

@tjluyao tjluyao commented May 25, 2026

Workflows page switched from table to card-list; previous selector matched a hidden filter . data-testid lookup is unambiguous.

The workflows page switched from a <table> to a card-list, and the
chip-presence test was using the table-row selector. Even after
relaxing to "text=/scheduled|visual/i", the locator matched the
hidden <option value='scheduled'> in the filter dropdown.

Switching to '[data-testid^="kind-chip-"]' targets the actual chip
component unambiguously (lumid-auth-ui PR adds the attribute).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@tjluyao tjluyao merged commit defa67a into main May 25, 2026
3 of 4 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.

1 participant