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
A failed attempt by our CI to advance Brim's Zed pointer reveals that the e2e ingest tests started breaking as of the merge of #2530. I was able to repro a consistent failure by running yarn e2e locally at Brim commit 124d658. A failure looks like:
A failed attempt by our CI to advance Brim's Zed pointer reveals that the e2e ingest tests started breaking as of the merge of #2530. I was able to repro a consistent failure by running
yarn e2e
locally at Brim commit124d658
. A failure looks like:Looking closer at the test code, I can see that points to:
https://github.com/brimdata/brim/blob/124d658befab6d03d047a9617552fa291d2bb283/packages/e2e-tests/helpers/test-app.ts#L69-L73
So, it appears that middle
await
is still expecting to find the Run button in the editor, but it's been moved to the title bar.The text was updated successfully, but these errors were encountered: