Skip to content

Commit

Permalink
Merge pull request PrestaShop#56 from boubkerbribri/revert/chrome-beta
Browse files Browse the repository at this point in the history
Revert chrome-beta and use chromium
  • Loading branch information
boubkerbribri authored Oct 12, 2023
2 parents 46872d8 + 3f2535e commit e250087
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_test_one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ jobs:
- name: Install browsers
if: (env.BASE_BRANCH == 'develop')
working-directory: ${{ env.PS_DIR }}/tests/UI
run: npx playwright install chrome-beta
run: npx playwright install chromium

- name: Run tests
id: runTests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
- name: Install browsers
working-directory: ${{ env.PS_DIR }}/tests/UI
if: inputs.base_branch == 'develop'
run: npx playwright install chrome-beta
run: npx playwright install chromium

- name: Run sanity campaign
uses: ./custom_actions/.github/workflows/actions/run-tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-with-prebuilt-shop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
- name: Install browsers
working-directory: ${{ env.PS_DIR }}/tests/UI
if: inputs.base_branch == 'develop'
run: npx playwright install chrome-beta
run: npx playwright install chromium

- name: Run campaign ${{ inputs.test_command }} on prebuilt shop
uses: ./custom_actions/.github/workflows/actions/run-tests
Expand Down

0 comments on commit e250087

Please sign in to comment.