Skip to content

Commit

Permalink
Re-enable autocomplete tests
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Nov 30, 2021
1 parent 3bf69be commit 82727b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/e2e-tests/specs/editor/various/mentions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ import {
pressKeyTimes,
} from '@wordpress/e2e-test-utils';

// Something in WP 5.9 RC has broken the creation of new users so disabling until
// that is fixed
describe.skip( 'autocomplete mentions', () => {
describe( 'autocomplete mentions', () => {
beforeAll( async () => {
await createUser( 'testuser', { firstName: 'Jane', lastName: 'Doe' } );
} );
Expand Down

0 comments on commit 82727b6

Please sign in to comment.