Skip to content

Commit

Permalink
actually test all pages
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfinnarn committed Mar 26, 2024
1 parent 5fd120f commit 785e094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playwright/tests/a11y.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ test.describe(`Accessibility Tests`, async () => {
console.log('segment index', segmentNumber)

// @todo Delete this line after testing.
const slim = pages.slice(0, 1000)
// const slim = pages
// const slim = pages.slice(0, 1000)
const slim = pages

let segment = slim
if (segmentNumber !== 0) {
Expand Down

0 comments on commit 785e094

Please sign in to comment.