Hopefully help CI flake
This commit is contained in:
		| @ -19,6 +19,8 @@ async function doBasicSketch( | ||||
|   const PUR = 400 / 37.5 //pixeltoUnitRatio | ||||
|  | ||||
|   await homePage.goToModelingScene() | ||||
|   await u.waitForPageLoad() | ||||
|   await page.waitForTimeout() | ||||
|   await u.openDebugPanel() | ||||
|  | ||||
|   // If we have the code pane open, we should see the code. | ||||
| @ -144,7 +146,6 @@ async function doBasicSketch( | ||||
|  | ||||
| test.describe('Basic sketch', () => { | ||||
|   test('code pane open at start', async ({ page, homePage }) => { | ||||
|     // Skip on windows it is being weird. | ||||
|     await doBasicSketch(page, homePage, ['code']) | ||||
|   }) | ||||
|  | ||||
|  | ||||
| @ -550,6 +550,8 @@ test.describe('Editor tests', () => { | ||||
|     await page.setBodyDimensions({ width: 1000, height: 500 }) | ||||
|  | ||||
|     await homePage.goToModelingScene() | ||||
|     await u.waitForPageLoad() | ||||
|     await page.waitForTimeout(1000) | ||||
|  | ||||
|     await u.openDebugPanel() | ||||
|     await u.expectCmdLog('[data-message-type="execution-done"]') | ||||
|  | ||||
		Reference in New Issue
	
	Block a user