We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f20c453 commit 3f6fd05Copy full SHA for 3f6fd05
test/e2e/specs/demo.test.js
@@ -40,6 +40,6 @@ describe( 'new editor state', () => {
40
} );
41
42
it( 'should be immediately saveable', async () => {
43
- await page.$( 'button.editor-post-save-draft' );
+ expect( await page.$( 'button.editor-post-save-draft' ) ).toBeTruthy();
44
45
0 commit comments