diff --git a/test/e2e/specs/demo.test.js b/test/e2e/specs/demo.test.js index a7d5f3dee95a52..bcf0987ae87715 100644 --- a/test/e2e/specs/demo.test.js +++ b/test/e2e/specs/demo.test.js @@ -38,4 +38,8 @@ describe( 'new editor state', () => { } ); expect( isDirty ).toBeFalsy(); } ); + + it( 'should be immediately saveable', async () => { + await page.$( 'button.editor-post-save-draft' ); + } ); } );