Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MTRNord committed Apr 19, 2024
1 parent 1ea8307 commit 8e01af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/metadata.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ test.describe('accessibility', () => {
});

// This fails to various contrast related issues - https://dequeuniversity.com/rules/axe/4.9/color-contrast
// Also lists are not structured corectly - https://dequeuniversity.com/rules/axe/4.9/list
// Also lists are not structured correctly - https://dequeuniversity.com/rules/axe/4.9/list
test.fixme('docs should not have any automatically detectable accessibility issues', async ({ page }) => {
await page.goto('/docs/chat_basics/matrix-for-im/');

Expand Down

0 comments on commit 8e01af1

Please sign in to comment.