Skip to content

Comments

chore: allow generating aria references#35132

Merged
pavelfeldman merged 1 commit intomicrosoft:mainfrom
pavelfeldman:aria-ref
Mar 10, 2025
Merged

chore: allow generating aria references#35132
pavelfeldman merged 1 commit intomicrosoft:mainfrom
pavelfeldman:aria-ref

Conversation

@pavelfeldman
Copy link
Member

No description provided.

@github-actions
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