mirror of
https://github.com/cloud-shuttle/leptos-shadcn-ui.git
synced 2026-05-26 08:20:40 +00:00
fix: Optimize Playwright installation and fix click interception issues
- Remove --with-deps flag from Playwright browser installation to speed up CI - Install only Chromium browser to reduce installation time - Fix sidebar locator to use more reliable navigation selectors - Add force: true to button clicks to avoid element interception issues - Improve test reliability for theme toggle and counter interactions
This commit is contained in:
2
.github/workflows/demo-deploy.yml
vendored
2
.github/workflows/demo-deploy.yml
vendored
@@ -61,7 +61,7 @@ jobs:
|
||||
run: npm install
|
||||
|
||||
- name: Install Playwright Browsers
|
||||
run: npx playwright install --with-deps chromium firefox webkit
|
||||
run: npx playwright install chromium
|
||||
|
||||
- name: Build comprehensive demo
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user