Commit 7f4527d
committed
Fix CommandPalette test for Spotlight rebuild
The Spotlight rewrite widened the palette to search projects, saved queries,
visualizations, and dashboards — and updated the placeholder text accordingly.
The test still expected the old 'Search projects...' placeholder and didn't
mock the three new API modules, so the calls to getSavedQueries /
getVisualizations / getDashboards triggered real network requests in jsdom.
Updated the placeholder assertion to match the new copy (regex-based for
robustness to typographic punctuation) and added vi.mock entries for the
three additional API modules.1 parent 2e705ac commit 7f4527d
1 file changed
Lines changed: 18 additions & 2 deletions
Lines changed: 18 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
29 | 41 | | |
30 | 42 | | |
31 | 43 | | |
| |||
61 | 73 | | |
62 | 74 | | |
63 | 75 | | |
64 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
65 | 79 | | |
66 | 80 | | |
67 | 81 | | |
| |||
72 | 86 | | |
73 | 87 | | |
74 | 88 | | |
75 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
76 | 92 | | |
77 | 93 | | |
78 | 94 | | |
0 commit comments