Skip to content

Commit

Permalink
Revert "feat: run with headless=new"
Browse files Browse the repository at this point in the history
This reverts commit 007a14f.
  • Loading branch information
SuZhou-Joe committed Nov 1, 2023
1 parent 007a14f commit 66cce5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: cypress-io/github-action@v2
with:
working-directory: monetery-test
command: yarn cypress:run-without-security --headless=new --browser chromium --spec 'cypress/integration/core-opensearch-dashboards/vanilla-opensearch-dashboards/*.js'
command: yarn cypress:run-without-security --browser chromium --spec 'cypress/integration/core-opensearch-dashboards/vanilla-opensearch-dashboards/*.js'
wait-on: 'http://localhost:5601'
# Screenshots are only captured on failure, will change this once we do visual regression tests
- uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 66cce5c

Please sign in to comment.