Skip to content

Commit

Permalink
Testing: Verify immediate saveability of demo post
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Nov 6, 2018
1 parent 3f3e178 commit e024015
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e/specs/demo.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,8 @@ describe( 'new editor state', () => {
} );
expect( isDirty ).toBeFalsy();
} );

it( 'should be immediately saveable', async () => {
await page.$( 'button.editor-post-save-draft' );
} );
} );

0 comments on commit e024015

Please sign in to comment.