fix: trying to resolve more flakes when running with more workers

This commit is contained in:
Kevin Nadro
2025-02-06 20:33:43 -06:00
parent 1829c1047a
commit b2fea24fc4
5 changed files with 21 additions and 7 deletions

View File

@ -174,6 +174,9 @@ test.describe('Command bar tests', { tag: ['@skipWin'] }, () => {
await page.setBodyDimensions({ width: 1200, height: 500 })
await homePage.goToModelingScene()
// FIXME: No KCL code, unable to wait for engine execution
await page.waitForTimeout(10000)
await expect(
page.getByRole('button', { name: 'Start Sketch' })
).not.toBeDisabled()