Skip to content

Commit b6a095f

Browse files
committed
fix: Update tests based on what axe is currently reporting
1 parent b247cd0 commit b6a095f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/site-with-errors.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ describe("site-with-errors", () => {
4343
}, {
4444
scannerType: "axe",
4545
url: "http://127.0.0.1:4000/jekyll/update/2025/07/30/welcome-to-jekyll.html",
46-
html: `<time class="dt-published" datetime="2025-07-30T13:32:33-04:00" itemprop="datePublished">Jul 30, 2025
46+
html: `<time class="dt-published" datetime="2025-07-30T17:32:33+00:00" itemprop="datePublished">Jul 30, 2025
4747
</time>`,
4848
problemShort: "elements must meet minimum color contrast ratio thresholds",
4949
problemUrl: "https://dequeuniversity.com/rules/axe/4.10/color-contrast?application=playwright",

0 commit comments

Comments
 (0)