Commit 4eba7d3
committed
fix: convert remaining URL preview warning test to fake timer pattern
- The 'shows warning when not configured' test was still using
userEvent.type() which jsdom 29.1.1 broke for email inputs
- Switch to fireEvent.change() + vi.useFakeTimers() consistent with
the other fixed tests in the same describe block
- Resolves the last remaining CI failure on PR #992
Refs: #9921 parent 9129b25 commit 4eba7d3
1 file changed
Lines changed: 12 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
563 | 563 | | |
564 | 564 | | |
565 | 565 | | |
566 | | - | |
567 | | - | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
568 | 575 | | |
569 | | - | |
570 | 576 | | |
571 | | - | |
572 | 577 | | |
573 | | - | |
574 | 578 | | |
575 | 579 | | |
576 | 580 | | |
577 | | - | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
578 | 584 | | |
579 | 585 | | |
580 | 586 | | |
| |||
0 commit comments