From d7faa4a3322d8e16050ff40f288e6bc5d75aa5de Mon Sep 17 00:00:00 2001 From: yogeshbhutkar Date: Fri, 10 Jan 2025 17:55:37 +0530 Subject: [PATCH] Test case: fix failing tests --- test/e2e/specs/site-editor/navigation-editor.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/specs/site-editor/navigation-editor.spec.js b/test/e2e/specs/site-editor/navigation-editor.spec.js index 6723ae5968b9a6..2ceaea06ec2d44 100644 --- a/test/e2e/specs/site-editor/navigation-editor.spec.js +++ b/test/e2e/specs/site-editor/navigation-editor.spec.js @@ -58,7 +58,7 @@ test.describe( 'Editing Navigation Menus', () => { await expect( listView ).toBeVisible(); const navBlockNode = listView.getByRole( 'link', { - name: 'Navigation (Primary Menu)', + name: 'Primary Menu', exact: true, } );