This commit is contained in:
lee-at-zoo-corp
2025-03-27 10:47:25 -04:00
parent 81f70251e1
commit 9e19d131eb
8 changed files with 53 additions and 19 deletions

View File

@ -401,7 +401,9 @@ test(
await page.getByText('broken-code').click()
// Gotcha: You can not use scene.settled() since the KCL code is going to fail
await expect(page.getByTestId('model-state-indicator-playing')).toBeAttached()
await expect(
page.getByTestId('model-state-indicator-playing')
).toBeAttached()
// Gotcha: Scroll to the text content in code mirror because CodeMirror lazy loads DOM content
await editor.scrollToText(