Skip to content

Commit

Permalink
Re-enable list spaces test
Browse files Browse the repository at this point in the history
  • Loading branch information
mchowning committed May 26, 2020
1 parent ae69fc5 commit bff2e1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions __device-tests__/gutenberg-editor-lists.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ describe( 'Gutenberg Editor tests for List block @canary', () => {
} );

// Prevent regression of https://github.com/wordpress-mobile/gutenberg-mobile/issues/871
// Commented out because it started failing. This is being tracked by https://github.com/wordpress-mobile/gutenberg-mobile/issues/2315.
it.skip( 'should handle spaces in a list', async () => {
it( 'should handle spaces in a list', async () => {
await editorPage.addNewBlock( listBlockName );
let listBlockElement = await editorPage.getBlockAtPosition( listBlockName );
// Click List block on Android to force EditText focus
Expand Down

0 comments on commit bff2e1a

Please sign in to comment.