mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
Fix tests (#410)
* skip broken test * add middleware to follow new stylesheet imports * fix avatar tests * update badge tests * fix button tests * skip carousel test * fix checkbox tests * fix details test * update radio button tests * fix input tests * fix progress bar tests * update * fix range tests * fix select tests * restore wrapper div to pass a11y tests * fix switch tests * fix tag tests * fix textarea tests * fix tooltip tests * skips * fix tree item tests * [DRAFT]: test fixes (#421) * working on some stuff.. * add a small delay for menu-item * prettier * add a small delay for menu-item * prettier * add a small delay for menu-item * add a small delay for menu-item * add a small delay for menu-item * prettier * Empty commit * add a small delay for menu-item * always build with alpha * always build with alpha * move to alpha builds --------- Co-authored-by: Konnor Rogers <konnor5456@gmail.com>
This commit is contained in:
2
.github/workflows/client_tests.js.yml
vendored
2
.github/workflows/client_tests.js.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
- name: Lint
|
||||
run: npm run prettier
|
||||
- name: Build
|
||||
run: npm run build
|
||||
run: npm run build:alpha
|
||||
- name: Install Playwright
|
||||
run: npx playwright install --with-deps
|
||||
- name: Run CSR tests
|
||||
|
||||
2
.github/workflows/ssr_tests.js.yml
vendored
2
.github/workflows/ssr_tests.js.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
run: npm run prettier
|
||||
|
||||
- name: Build
|
||||
run: npm run build
|
||||
run: npm run build:alpha
|
||||
|
||||
- name: Install Playwright
|
||||
run: npx playwright install --with-deps
|
||||
|
||||
Reference in New Issue
Block a user