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
[test] Move test selectors as close to the actual value as possible (vercel#78931)
React will start outlining boundaries if they add too many bytes to the next completion. This doesn't have any perceivable effect but some of our tests use Cheerio to parse the flushed HTML without any JS applied so the expected values might end up in a template that's not within the element you're targetting with CSS selectors.
The real fix is using `next.browser` instead but that's slower so we just make sure React can't separate targetted elements and the expected values.
0 commit comments