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: reduce flakes on pages-dev e2e tests (#10284)
Occasionally this test flaked because the dev process output the bindings twice.
I believe this is a timings issue around watching for file changes, triggering a second update and printing of the bindings
So now we only extract the first bindings list and clean it up to make it resilient to flaking
0 commit comments