Commit 3c7d29c
test(e2e): Add dashboard stat card navigation test (#903)
* test(e2e): Add dashboard stat card navigation test
Add E2E test verifying Quick Stats cards navigate to correct filtered URLs:
- Open Issues → /issues?status=new,confirmed,in_progress,need_parts,need_help,wait_owner
- Machines Needing Service → /m?status=unplayable,needs_service
- Assigned to Me → /issues?assignee={uuid}&status=...
Closes #891
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix(e2e): Replace networkidle with element assertions
Address Copilot review feedback: use element assertions instead of
waitForLoadState("networkidle") to reduce flakiness.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 306847d commit 3c7d29c
1 file changed
+41
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
113 | 154 | | |
114 | 155 | | |
115 | 156 | | |
| |||
0 commit comments