Commit 48037d5
committed
Fix remaining Cypress test failures
- Use v-show instead of v-if for .infomode and .option.number so
Cypress can assert .should('not.be.visible') on elements that
remain in the DOM (Cypress 13 requires elements to exist before
checking visibility)
- Use numeric:'always' in Intl.RelativeTimeFormat so log timestamps
always read "X seconds ago" rather than "now" (which lacked 'ago')
- Fix .logs selector typo in 'close logs' test (should be .log)
https://claude.ai/code/session_016mM8ccmRQf7mAZQn83oZRS1 parent a35f21c commit 48037d5
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
430 | 430 | | |
431 | 431 | | |
432 | 432 | | |
433 | | - | |
| 433 | + | |
434 | 434 | | |
435 | 435 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
| 277 | + | |
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| |||
0 commit comments