Skip to content

Commit

Permalink
fix: attempt stable install
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Apr 27, 2024
1 parent 9902b76 commit c937b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ try {
await waitPort({ port })
const firefox = await install({
browser: Browser.FIREFOX,
buildId: 'latest',
buildId: 'stable',
cacheDir: os.tmpdir()
})
const browser = await remote({
Expand Down

0 comments on commit c937b94

Please sign in to comment.