Skip to content

Commit

Permalink
make string check case insensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
MaggieCabrera committed Feb 8, 2023
1 parent b418078 commit 3e3d551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/editor/blocks/navigation.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
} );
Expand Down

0 comments on commit 3e3d551

Please sign in to comment.