Skip to content

Commit 2828359

Browse files
fix indention
1 parent 782d10a commit 2828359

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cypress/e2e/a11y.cy.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ describe('a11y tests', () => {
4343
.join(', ') || 'no WCAG reference'
4444

4545
cy.task('log', `→ Rule: ${rule.id}`)
46-
cy.task('log', ` Description: ${rule.help}`)
47-
cy.task('log', ` Impact: ${rule.impact || 'n/a'}`)
48-
cy.task('log', ` WCAG: ${wcagRefs}`)
49-
cy.task('log', ` Help: ${rule.helpUrl}`)
46+
cy.task('log', ` Description: ${rule.help}`)
47+
cy.task('log', ` Impact: ${rule.impact || 'n/a'}`)
48+
cy.task('log', ` WCAG: ${wcagRefs}`)
49+
cy.task('log', ` Help: ${rule.helpUrl}`)
5050
})
5151
})
5252

0 commit comments

Comments
 (0)