-
Notifications
You must be signed in to change notification settings - Fork 145
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
Enable a11y testing on CircleCI. #2430
Conversation
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
7bdbcf5
to
fc4dc9f
Compare
* fix #2431: re-register key bindings on subsequent lightbox opens (#2432) * fix #2431: lightbox key bindings * tweak logic and spacing Co-authored-by: AnthonyLedesma <[email protected]> * [skip ci] Update coblocks.pot/coblocks.json files * Updates * update .sql file * Updates * Update aria labels * Updates to slider * Update unit tests * Add ignore element * Add wait beore running pa11y * Update .sql file * updates * Remove alert * Try pa11y-ci * Test new config * update * Wait for element * Update actions * Test screenshot before pa11y * Fix path * Fix artifact path * Increase timeout * Move images to uploads directory * Tweak media path * Rename coblocks-testing * Try pa11y * Update pa11y.js * Fix test url * Remove pa11y-ci * Update pa11y sql test file * Update site title and tagline of a11y test site * Install go theme before performance tests run * Install go theme before performance tests run * remove go theme before performance tests run * Update form cypress test * Update form cypress test * Update service block test * Remove checkbox from color test * Fix form legend style attributes * Add test for form legend color * Update eslint errors/warnings * Update color label test * Update collage and carousel snapshots * Update form tests * Update * Update * Fix form tests * Test * Update color * Update pricing table test * Update service cypress test * Revert * Update helpers add custom class, update service cypress test. * Uncomment test * Fix js errors * Fix broken tests with WP 6.1 RC1 (#2435) * Fix broken tests in Accordion block in WP 6.1 RC1 * Other fixes * Fix condition * Permalink is not at the same place in WP 6.1 * Type caption in Gallery Collage * Fix Pricing Table Item test * Fix padding-controls test * Fix Food & Drink block tests * Do not execute Form tests that need a CI setup when in local * Fix Form block test * Fix Food Item block tests * Fix Icon block test * Fix Gallery Masonry block test * Code review fixes * [skip ci] Update coblocks.pot/coblocks.json files * Fix collage replace image caption save bug * Add WCAG2A badge to readme.md * Fix conditional to determine if we are using a WP version >= WP 6.1 in the tests (#2437) Fix conditional * [skip ci] Update coblocks.pot/coblocks.json files * Drop support for PHP 5.6 (#2408) * Drop PHP 5.6 * Update wp-phpunit * Drop --1 * composer update * Revert skip coverage for PHP 8.1 * Fix spacing * Rollback --1 * Put back newPhpUnit flag * Augment PHP version to 7.4+ in phpcs.xml * [skip ci] Update coblocks.pot/coblocks.json files * Disable color controls for WordPress 6.1+ (#2440) * disable color settings controls in 6.1+ WP * Skip Cypress tests for Color Controls for WP 6.1+ Co-authored-by: Anthony M Ledesma <[email protected]> Co-authored-by: Olivier Lafleur <[email protected]> * [skip ci] Update coblocks.pot/coblocks.json files * Bump 'Tested up to' to WP 6.1 (#2439) * [skip ci] Update coblocks.pot/coblocks.json files * Make sure that the Welcome Guide does not show in the Cypress tests (#2441) * It should work * Code Review changes * [skip ci] Update coblocks.pot/coblocks.json files * Fix aria label for email field. Remove migrate heading level from food and drink item. * Remove ID attributes from next and prev buttons * Update GoDaddy Styles to 1.0.5 (#2438) * [skip ci] Update coblocks.pot/coblocks.json files * Changelog for 2.25.0 * 2.25.0 * [skip ci] Update coblocks.pot/coblocks.json files * Add @gracemarsh to the contributors * [skip ci] Update coblocks.pot/coblocks.json files * Fix extra } * Update email field aria label capitalization Co-authored-by: Grace <[email protected]> Co-authored-by: AnthonyLedesma <[email protected]> Co-authored-by: GoDaddy Translator Bot <[email protected]> Co-authored-by: Olivier Lafleur <[email protected]> Co-authored-by: Anthony Ledesma <[email protected]> Co-authored-by: Anthony M Ledesma <[email protected]> Co-authored-by: Olivier Lafleur <[email protected]>
@EvanHerman please merge the master branch into this branch, resolving the conflicts, then let me know when it is ready. |
@EvanHerman approved. |
@jkopepasah-godaddy The builds are failing here because the |
This PR covers fixes for Pa11y, which are each being committed in individual pull requests to this source branch. Once completed, we will merge this source branch into
master
, as long as the tests are passing.