Skip to content

Commit

Permalink
fix: trying to unflake this test
Browse files Browse the repository at this point in the history
  • Loading branch information
nadr0 committed Feb 14, 2025
1 parent fa743fc commit da28c86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/playwright/sketch-tests.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1914,6 +1914,7 @@ profile003 = circle({ center = [6.92, -4.2], radius = 3.16 }, sketch001)

await page.setBodyDimensions({ width: 1000, height: 500 })
await homePage.goToModelingScene()
await scene.waitForExecutionDone()
await expect(
page.getByRole('button', { name: 'Start Sketch' })
).not.toBeDisabled()
Expand Down

0 comments on commit da28c86

Please sign in to comment.