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

@ -731,6 +731,9 @@ openSketch = startSketchOn('XY')
const expectedOutput = `plane001 = offsetPlane('XZ', 5)`
await homePage.goToModelingScene()
// FIXME: Since there is no KCL code loaded. We need to wait for the scene to load before we continue.
// The engine may not be connected
await page.waitForTimeout(15000)
await test.step(`Look for the blue of the XZ plane`, async () => {
await scene.expectPixelColor([50, 51, 96], testPoint, 15)