Skip to content

Commit 27dbd3c

Browse files
committed
E2E tests: Fix typo
1 parent 3cafdcb commit 27dbd3c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/e2e/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ describe('Admin menu', () => {
9393
expect(page.getByRole('navigation', { name: 'Main menu' })).toHaveCount(1)
9494
})
9595

96-
test('Tangbile', async ({ admin, page }) => {
96+
test('Tangible', async ({ admin, page }) => {
9797
await admin.visitAdminPage('/')
9898
expect(
9999
page
@@ -103,7 +103,7 @@ describe('Admin menu', () => {
103103
).toHaveCount(1)
104104
})
105105

106-
test('Tangbile -> Blocks', async ({ admin, page }) => {
106+
test('Tangible -> Blocks', async ({ admin, page }) => {
107107
await admin.visitAdminPage('/')
108108
expect(
109109
page

0 commit comments

Comments
 (0)