Commit de69496
committed
Fix false-negative goal absence assertion
The selector `.d-block.color-fg-muted` never matched anything because
the goal element uses neither `d-block` nor that class combination.
Asserts against the goal element's DOM id instead.1 parent b68b858 commit de69496
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | | - | |
| 265 | + | |
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| |||
0 commit comments