From 48228473cbe6c65e50251fbccc7d9880e434bd99 Mon Sep 17 00:00:00 2001 From: George Mamadashvili Date: Mon, 24 May 2021 22:28:04 +0400 Subject: [PATCH] Navigation Editor: Skip "Change detection" tests (#32151) --- .../e2e-tests/specs/experiments/navigation-editor.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/e2e-tests/specs/experiments/navigation-editor.test.js b/packages/e2e-tests/specs/experiments/navigation-editor.test.js index ba62b00c98af0c..9e9d0499387263 100644 --- a/packages/e2e-tests/specs/experiments/navigation-editor.test.js +++ b/packages/e2e-tests/specs/experiments/navigation-editor.test.js @@ -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'