Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Re-enable "Save flow should work as expected" e2e test
  • Loading branch information
Mamaduka committed Jul 19, 2021
commit 34f430f89d9ceed0855f3b574172c9c294b672b5
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe( 'Multi-entity save flow', () => {
expect( multiSaveButton ).toBeNull();
};

it.skip( 'Save flow should work as expected.', async () => {
it( 'Save flow should work as expected.', async () => {
await createNewPost();
// Edit the page some.
await page.click( '.editor-post-title' );
Expand Down