Skip to content

Commit

Permalink
remove --disable-search-engine-choice-screen flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rybesh committed Oct 21, 2024
1 parent 5353cbb commit bd374b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-on-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
- run: make start_client
- run: npm install
- run: npx --yes update-browserslist-db@latest
- run: npx testcafe --hostname localhost --retry-test-pages --skip-js-errors --selector-timeout 60000 "chrome:headless --disable-search-engine-choice-screen" browse-periods local-database view-authority
- run: npx testcafe --hostname localhost --retry-test-pages --skip-js-errors --selector-timeout 60000 "chrome:headless" browse-periods local-database view-authority
- run: make -C periodo-client stop
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
node-version: 20
- run: npm install
- run: npx --yes update-browserslist-db@latest
- run: npx testcafe --hostname localhost --retry-test-pages --skip-js-errors --selector-timeout 60000 "chrome:headless --disable-search-engine-choice-screen" browse-periods local-database view-authority
- run: npx testcafe --hostname localhost --retry-test-pages --skip-js-errors --selector-timeout 60000 "chrome:headless" browse-periods local-database view-authority
env:
CI: true
HOST: https://client.staging.perio.do

0 comments on commit bd374b0

Please sign in to comment.