We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cafdcb commit 27dbd3cCopy full SHA for 27dbd3c
1 file changed
tests/e2e/index.js
@@ -93,7 +93,7 @@ describe('Admin menu', () => {
93
expect(page.getByRole('navigation', { name: 'Main menu' })).toHaveCount(1)
94
})
95
96
- test('Tangbile', async ({ admin, page }) => {
+ test('Tangible', async ({ admin, page }) => {
97
await admin.visitAdminPage('/')
98
expect(
99
page
@@ -103,7 +103,7 @@ describe('Admin menu', () => {
103
).toHaveCount(1)
104
105
106
- test('Tangbile -> Blocks', async ({ admin, page }) => {
+ test('Tangible -> Blocks', async ({ admin, page }) => {
107
108
109
0 commit comments