Skip to content
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

fix(aria snapshot): assorted fixes #33512

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

dgozman
Copy link
Contributor

@dgozman dgozman commented Nov 8, 2024

  • RegExp parsing
  • text value escaping
  • limit string lengths in longestCommonSubstring
  • failing tests for unresolved edge cases

This comment has been minimized.

@@ -579,3 +619,34 @@ test('call log should contain actual snapshot', async ({ page }) => {

expect(stripAnsi(error.message)).toContain(`- unexpected value "- heading "todos" [level=1]"`);
});

test.fixme('should normalize whitespace when matching accessible name', async ({ page }) => {
Copy link
Member

Choose a reason for hiding this comment

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

I don't think we want this

`);
});

it.fixme('should handle long strings', async ({ page }) => {
Copy link
Member

Choose a reason for hiding this comment

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

why a fixme?

- RegExp parsing
- text value escaping
- limit string lengths in `longestCommonSubstring`
- failing tests for unresolved edge cases
Copy link
Contributor

github-actions bot commented Nov 8, 2024

Test results for "tests 1"

2 fatal errors, not part of any test

1 flaky ⚠️ [webkit-page] › page/page-goto.spec.ts:81:3 › should work with Cross-Origin-Opener-Policy @webkit-ubuntu-22.04-node18
1 interrupted ⚠️ [chromium-library] › library/inspector/pause.spec.ts:33:3 › should not reset timeouts @ubuntu-20.04-chromium-tip-of-tree

36839 passed, 690 skipped, 24 did not run
✔️✔️✔️

Merge workflow run.

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