diff --git a/test/e2e/specs/editor/blocks/navigation.spec.js b/test/e2e/specs/editor/blocks/navigation.spec.js index a6bf775ce27ab..940e97dc0822e 100644 --- a/test/e2e/specs/editor/blocks/navigation.spec.js +++ b/test/e2e/specs/editor/blocks/navigation.spec.js @@ -96,7 +96,7 @@ test.describe( await page.goto( '/' ); await expect( page.locator( - 'role=navigation >> nth=1 >> role=link[name="WordPress"]' + 'role=navigation >> nth=1 >> role=link[name="WordPress"i]' ) ).toBeVisible(); } );