selections e2e test (#1136)
* selections e2e test * .only * adde test * make invalid kcl test pass on macos runner * further attempt to solve invalid code test on macos * add comment
This commit is contained in:
@ -2,8 +2,6 @@ import { expect, Page } from '@playwright/test'
|
||||
import { EngineCommand } from '../../src/lang/std/engineConnection'
|
||||
|
||||
async function waitForPageLoad(page: Page) {
|
||||
// wait for 'Loading KittyCAD Modeling App...' spinner
|
||||
await page.getByTestId('initial-load').waitFor()
|
||||
// wait for 'Loading stream...' spinner
|
||||
await page.getByTestId('loading-stream').waitFor()
|
||||
// wait for all spinners to be gone
|
||||
|
Reference in New Issue
Block a user