Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
chiaryan committed Nov 10, 2024
1 parent f58f035 commit 862051a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Run tests
run: |
cd ./apps/frontend
pnpm test -- ./__tests__/browser-tests -t "chrome webdriver installed correctly"
pnpm browser-test -- -t "chrome webdriver installed correctly"
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/__tests__/browser-tests/browser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const ETERNAL_JWT = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3OD

describe("chrome browser", () => {
const options = new Chrome.Options()
// .addArguments("--headless=new") as Chrome.Options; // uncomment locally to see the steps in action
.addArguments("--headless=new") as Chrome.Options; // uncomment locally to see the steps in action
const builder = new Builder().forBrowser(Browser.CHROME).setChromeOptions(options);
let driver: WebDriver;

Expand Down

0 comments on commit 862051a

Please sign in to comment.