Skip to content

Commit

Permalink
Fix only installing Chromium for Playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleHuisman committed Apr 1, 2024
1 parent 035ef38 commit e7f577d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/leptos/tests/playwright.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ pub fn playwright() {
let status = Command::new("npx")
.arg("playwright")
.arg("install")
.arg("--with-deps")
.arg("chromium")
.current_dir(repository_dom_path.clone())
.status()
.expect("Playwright install failed.");
Expand Down

0 comments on commit e7f577d

Please sign in to comment.