Skip to content

Commit 7451d53

Browse files
authored
fixed playwright test, added setup installation because of the new version
1 parent 6c69e05 commit 7451d53

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/playwright-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
run: |
2626
cp this-repository/config/config.lindat.ui.tests.json dspace-ui-tests/customer-constants/
2727
28+
- name: Install Playwright Browsers
29+
run: npx playwright install --with-deps
30+
working-directory: dspace-ui-tests
31+
2832
- name: test
2933
working-directory: dspace-ui-tests/scripts
3034
env:

0 commit comments

Comments
 (0)