Skip to content

Commit

Permalink
Fix storybook test
Browse files Browse the repository at this point in the history
  • Loading branch information
drozdzynski committed Oct 14, 2024
1 parent 01817f6 commit e21979a
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install Dependencies
run: |
yarn install
yarn dlx playwright install --with-deps chromium
yarn playwright install --with-deps chromium
- name: Build
run: yarn build
- name: Run tests
Expand Down
Binary file modified .yarn/install-state.gz
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"eslint": "^9.9.0",
"playwright": "^1.48.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"storybook": "^8.1.1",
Expand Down
25 changes: 25 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14435,6 +14435,15 @@ __metadata:
languageName: node
linkType: hard

"playwright-core@npm:1.48.0":
version: 1.48.0
resolution: "playwright-core@npm:1.48.0"
bin:
playwright-core: cli.js
checksum: 10/644489b4de9cc181e83eb639a283d3c4f8e4c3b1b1759d7c93b72fd0373b5a66ba376ee6a5ee3eca67f1b773bf15c5e01b6aeedd43c94c355bf4fc0d110713bc
languageName: node
linkType: hard

"playwright@npm:^1.14.0":
version: 1.46.1
resolution: "playwright@npm:1.46.1"
Expand All @@ -14450,6 +14459,21 @@ __metadata:
languageName: node
linkType: hard

"playwright@npm:^1.48.0":
version: 1.48.0
resolution: "playwright@npm:1.48.0"
dependencies:
fsevents: "npm:2.3.2"
playwright-core: "npm:1.48.0"
dependenciesMeta:
fsevents:
optional: true
bin:
playwright: cli.js
checksum: 10/85b06ae8d0ab7a5a8c9a0d416007b18f35a59455fad40438bda98cbe07c48f338e97b98b1d9214e27f08d6ac284eba0eaab722f5684cd17dd4a47f5b69d004b9
languageName: node
linkType: hard

"polished@npm:^4.2.2":
version: 4.2.2
resolution: "polished@npm:4.2.2"
Expand Down Expand Up @@ -16579,6 +16603,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": "npm:^8.1.0"
"@typescript-eslint/parser": "npm:^8.1.0"
eslint: "npm:^9.9.0"
playwright: "npm:^1.48.0"
prettier: "npm:^3.3.3"
prettier-plugin-svelte: "npm:^3.2.6"
storybook: "npm:^8.1.1"
Expand Down

0 comments on commit e21979a

Please sign in to comment.