Skip to content

Commit

Permalink
chore: update playwright and tests deps (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Volubyl authored Nov 6, 2023
1 parent 5b5ca7c commit 654bb3d
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 47 deletions.
4 changes: 1 addition & 3 deletions e2e/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ export type AppTestArgs = AppFixtures;

export const test = base.extend<AppTestArgs>({
makeAxeBuilder: async ({ page }, use) => {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
//@ts-ignore this is a hot fix untild this isssue will be resolved https://github.com/dequelabs/axe-core-npm/issues/601
const makeAxeBuilder = () => new AxeBuilder.default({ page });
const makeAxeBuilder = () => new AxeBuilder({ page })
await use(makeAxeBuilder);
}
});
112 changes: 70 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@playwright/test": "^1.28.1",
"@playwright/test": "^1.39.0",
"@sveltejs/adapter-auto": "^1.0.0",
"@sveltejs/adapter-node": "^1.1.0",
"@sveltejs/kit": "^1.0.0",
Expand All @@ -40,7 +40,7 @@
},
"type": "module",
"dependencies": {
"@axe-core/playwright": "^4.5.2",
"@axe-core/playwright": "^4.8.1",
"@sendinblue/client": "^3.3.1",
"dialog-polyfill": "^0.5.6",
"slugify": "^1.6.5",
Expand Down

0 comments on commit 654bb3d

Please sign in to comment.