Skip to content

Commit

Permalink
Run a11y tests with firefox and webkit browsers.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Nov 23, 2022
1 parent 4703e55 commit 1020339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/editor/various/a11y.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
const { test, expect } = require( '@wordpress/e2e-test-utils-playwright' );

test.describe( 'a11y', () => {
test.describe( 'a11y (@firefox, @webkit)', () => {
test.beforeEach( async ( { admin } ) => {
await admin.createNewPost();
} );
Expand Down

0 comments on commit 1020339

Please sign in to comment.