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 testing a production React application Puppeteer is unable to
serialise the elements due to circular references from React Fiber.
The tests include a basic `getByText` test and another for checking
refetching after a key change. The later is important as key changes are
common in React.
Skip the tests until they pass with Puppeteer as well.
0 commit comments