Commit fb0a8ce
committed
tests(links): ignore link bubble when reading link text
The link bubble now also gets rendered
when the cursor is behind the link.
`cy.get` will always start at the root of the doc.
So it also found the link inside the link bubble.
Use `.find` on the content instead as the link bubble is outside of that.
Signed-off-by: Max <[email protected]>1 parent c2fd1e5 commit fb0a8ce
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
0 commit comments