Commit 2ee9584
committed
fix(test): fix codehints test using HTML file for reliable hints
The codehints visibility test used test.js which only contains a comment,
so no code hints were available at position (0,0). Changed to test.html
with cursor at (8,1) inside a tag name where HTML hints reliably appear.
Also removed debug logging and added focus assertion to custom handler test.1 parent fac5268 commit 2ee9584
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1013 | 1013 | | |
1014 | 1014 | | |
1015 | 1015 | | |
1016 | | - | |
| 1016 | + | |
1017 | 1017 | | |
1018 | 1018 | | |
1019 | | - | |
| 1019 | + | |
| 1020 | + | |
1020 | 1021 | | |
1021 | 1022 | | |
1022 | 1023 | | |
| |||
1146 | 1147 | | |
1147 | 1148 | | |
1148 | 1149 | | |
| 1150 | + | |
1149 | 1151 | | |
1150 | 1152 | | |
1151 | 1153 | | |
| |||
0 commit comments