Skip to content

Commit

Permalink
expect.assertions removed (#27818)
Browse files Browse the repository at this point in the history
  • Loading branch information
Addison-Stavlo authored Dec 18, 2020
1 parent 6a8099b commit fe5bd76
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ describe( 'Multi-entity save flow', () => {
};

it( 'Save flow should work as expected.', async () => {
expect.assertions( 26 );
await createNewPost();
// Edit the page some.
await page.click( '.editor-post-title' );
Expand Down Expand Up @@ -185,7 +184,6 @@ describe( 'Multi-entity save flow', () => {
const saveA11ySelector = '.edit-site-editor__toggle-save-panel-button';

it( 'Save flow should work as expected', async () => {
expect.assertions( 5 );
// Navigate to site editor.
const query = addQueryArgs( '', {
page: 'gutenberg-edit-site',
Expand Down

0 comments on commit fe5bd76

Please sign in to comment.