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:
Kurt Hutten
2023-11-28 21:23:20 +11:00
committed by GitHub
parent 6df1ae7161
commit f6cbc752d7
8 changed files with 132 additions and 24 deletions

View File

@ -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