Commit 9c7e63c
committed
test: fix element refetch test using Puppeteer
When using Puppeteer to drive the browser it adds extra attributes to
identify the element. This breaks the test for refetching elements as we
are checking the stringified elements are the same, however the
element identifier added by Puppeteer has changed.
Check that the refetched element has the correct text instead.1 parent 55faab4 commit 9c7e63c
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
167 | 168 | | |
168 | | - | |
169 | | - | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
170 | 172 | | |
171 | 173 | | |
172 | 174 | | |
| |||
0 commit comments