Commit 6f76110
fix: resolve two CI test failures in DashboardRenderer and ReportViewer tests
- DashboardRenderer.designMode.test: Use more specific CSS selector to exclude
data-table ghost rows (which have pointer-events-none internally) from the
design-mode pointer-events-none check
- ReportViewer.test: Update expected color format from rgb() to hex to match
happy-dom's style handling behavior
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent 7ad3bee commit 6f76110
File tree
2 files changed
+4
-3
lines changed- packages
- plugin-dashboard/src/__tests__
- plugin-report/src/__tests__
2 files changed
+4
-3
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
273 | | - | |
274 | | - | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
275 | 276 | | |
276 | 277 | | |
277 | 278 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
411 | | - | |
| 411 | + | |
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
| |||
0 commit comments