Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
kodster28 committed Aug 31, 2023
1 parent d51c3d8 commit e70a49b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/accessibility-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ async function checkLinks() {
if (index === 0) {
result = await pa11y(link, {
browser,
page: eachPage,
page: value,
runners: ["axe", "htmlcs"],
includeNotices: true,
});
} else {
result = await pa11y(link, {
browser,
page: eachPage,
page: value,
runners: ["axe", "htmlcs"],
includeNotices: true,
actions: [
Expand Down

0 comments on commit e70a49b

Please sign in to comment.