Craig Morten
Craig Morten
Some more context: - https://github.com/w3c/core-aam/issues/100 - https://github.com/w3c/html-aam/pull/372 - https://github.com/w3c/aria/issues/1764 The last one means that WAI-ARIA is somewhat in conflict with the AAM specs currently as it still states that an...
By way of example / visual aid, here is an example https://github.com/guidepup/setup/actions/runs/7527748171 where have attached the recordings generated for MacOS 11, 12, and 13. MacOS 12 is almost always green....
> Could #9529 be related to this? May be similar, but in the linked issue it is MacOS 13 and 14 having problems whereas in this issue it is MacOS...
[v10.0.0](https://github.com/testing-library/dom-testing-library/releases/tag/v10.0.0) is now live with this update, and looks like react-testing-library v15.0.0 will drop soon, see https://github.com/testing-library/react-testing-library/pull/1295 (and then overrides won't be needed).
[v10.0.0](https://github.com/testing-library/dom-testing-library/releases/tag/v10.0.0) is now live with this update, and looks like react-testing-library v15.0.0 will drop soon, see https://github.com/testing-library/react-testing-library/pull/1295 (and then overrides won't be needed).
Try with `data-testid` and not `data-test-id`, without the extra hyphen 🙂 ```js import React from 'react'; import { render, screen } from '@testing-library/react'; test('FacetSize callback', async () => { render(Test);...
Is it worth adding to the release notes that #1241 also closes #1100, #1150, #1171, #1201, #1234, #1239?
Having a quick play it seems: - Option (1) is more involved than stated, simply replacing results in Shadow DOM test failures. - Option (2) currently fails tests with `CSS`...
As raised by https://github.com/testing-library/dom-testing-library/issues/1295, unfortunately neither #338 nor #444 fully resolved the OP. Although these changes added the graphics roles to `aria-query`, the implicit role of `graphics-document` was not associated...
[v10.0.0](https://github.com/testing-library/dom-testing-library/releases/tag/v10.0.0) is now live with this update.