Skip to content

Commit

Permalink
Navigation Editor: Skip "Change detection" tests (#32151)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka authored May 24, 2021
1 parent 1743b38 commit 4822847
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -546,11 +546,11 @@ describe( 'Navigation editor', () => {
}
}

it( 'should not prompt to confirm unsaved changes for the newly selected menu', async () => {
it.skip( 'should not prompt to confirm unsaved changes for the newly selected menu', async () => {
await assertIsDirty( false );
} );

it( 'should prompt to confirm unsaved changes when menu name is edited', async () => {
it.skip( 'should prompt to confirm unsaved changes when menu name is edited', async () => {
await page.type(
'.edit-navigation-name-editor__text-control input',
' Menu'
Expand Down

0 comments on commit 4822847

Please sign in to comment.