Skip to content

chore: allow generating aria references #35132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 10, 2025

Conversation

pavelfeldman
Copy link
Member

No description provided.

Copy link
Contributor

Test results for "tests 1"

3 flaky ⚠️ [firefox-page] › tests/page/page-evaluate.spec.ts:403:3 › should throw for too deep reference chain @firefox-ubuntu-22.04-node18
⚠️ [playwright-test] › tests/ui-mode-test-output.spec.ts:117:5 › should collapse repeated console messages for test @ubuntu-latest-node22-1
⚠️ [chromium] › tests/headerView.spec.tsx:43:1 › should toggle filters @web-components-html-reporter

38695 passed, 803 skipped
✔️✔️✔️

Merge workflow run.

function elementIdLocator(page: playwright.Page, params: Record<string, string>): playwright.Locator {
return page.locator(`internal:aria-id=${params.elementId}`);
function elementRefLocator(page: playwright.Page, params: Record<string, string>): playwright.Locator {
return page.locator(`internal:aria-ref=${params.elementRef}`);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be just aria-ref, not internal:aria-ref now.

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.

3 participants