Skip to content

Commit

Permalink
reset test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
phanlezz committed Oct 16, 2024
1 parent c81fce2 commit 0318121
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Update deps
run: |
sudo apt-get install -y libnss3 libatk-bridge2.0-0 libx11-xcb1 libxcomposite1 libxcursor1 libxdamage1 libxi6 libxtst6
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion visualization/jest-puppeteer.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
launch: {
headless: "new",
headless: true,
args: ["--allow-file-access-from-files", "--start-maximized"],
defaultViewport: { width: 1920, height: 1080 },
slowMo: 25
Expand Down

0 comments on commit 0318121

Please sign in to comment.