You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments