Skip to content

Commit

Permalink
LPD-15350 Fixing type error
Browse files Browse the repository at this point in the history
  • Loading branch information
4lejandrito committed Sep 27, 2024
1 parent a794ecd commit 79d8919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/test/playwright/utils/checkAccessibility.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export async function checkAccessibility({
}
}

const results = await new AxeBuilder({page})
const results = await new AxeBuilder({page} as any)
.withTags(tags)
.include(selectors)
.exclude(selectorsToExclude)
Expand Down

0 comments on commit 79d8919

Please sign in to comment.