aria-practices icon indicating copy to clipboard operation
aria-practices copied to clipboard

Infrastructure: MacOS Regression Testing

Open howard-e opened this issue 10 months ago • 1 comments

Follow-up from #3115.

Ensuring that #2735 doesn't become an issue in the future, should we also include macOS in the regression testing?


WAI Preview Link (Last built on Tue, 11 Feb 2025 18:57:16 GMT).

howard-e avatar Feb 11 '25 18:02 howard-e

The errors reflected here aren't thrown when running npm run regression locally on macOS 15:

list of regression failures running with macOS
  1. not ok 204 - feed_feed › content/patterns/feed/examples/feed.html [data-test-id="feed-aria-busy"]: aria-busy attribute on feed element
  2. not ok 209 - feed_feed › content/patterns/feed/examples/feed.html [data-test-id="article-role"]: role="article" exists
  3. not ok 214 - feed_feed › content/patterns/feed/examples/feed.html [data-test-id="article-tabindex"]: tabindex="-1" on article elements
  4. not ok 217 - feed_feed › content/patterns/feed/examples/feed.html [data-test-id="article-labelledby"]: aria-labelledby set on article elements
  5. not ok 219 - feed_feed › content/patterns/feed/examples/feed.html [data-test-id="article-describedby"]: aria-describedby set on article elements
  6. not ok 225 - feed_feed › content/patterns/feed/examples/feed.html [data-test-id="article-aria-posinset"]: aria-posinset on article element
  7. not ok 229 - feed_feed › content/patterns/feed/examples/feed.html [data-test-id="article-aria-setsize"]: aria-setsize on article element
  8. not ok 230 - feed_feed › content/patterns/feed/examples/feed.html [data-test-id="key-page-down"]: PAGE DOWN moves focus between articles
  9. not ok 231 - feed_feed › content/patterns/feed/examples/feed.html [data-test-id="key-page-up"]: PAGE UP moves focus between articles
  10. not ok 232 - feed_feed › content/patterns/feed/examples/feed.html [data-test-id="key-control-end"]: CONTROL+END moves focus out of feed
  11. not ok 37 - listbox_collapsible › content/patterns/listbox/examples/listbox-collapsible.html [data-test-id="key-character"]: Character keys moves focus
  12. not ok 97 - toolbar_toolbar › content/patterns/toolbar/examples/toolbar.html [data-test-id="toolbar-menuitemradio-aria-checked"]: menuitemradio elements have aria-checked set

howard-e avatar Feb 11 '25 18:02 howard-e