Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Irev-Dev committed Feb 28, 2025
1 parent e96ae46 commit 9613ac5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions e2e/playwright/regression-tests.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,6 @@ extrude001 = extrude(sketch001, length = 50)
homePage,
toolbar,
}) => {

await test.step('Load an empty file', async () => {
await page.addInitScript(async () => {
localStorage.setItem('persistCode', '')
Expand All @@ -657,7 +656,7 @@ extrude001 = extrude(sketch001, length = 50)

// Check that the modeling toolbar doesn't appear during the animation
// The animation typically takes around 500ms, so we'll check for a second
await expect.poll(toolBarMode, {timeout: 1000}).not.toEqual('modeling')
await expect.poll(toolBarMode, { timeout: 1000 }).not.toEqual('modeling')

// After animation completes, we should see the sketching toolbar
await expect.poll(toolBarMode).toEqual('sketching')
Expand Down

0 comments on commit 9613ac5

Please sign in to comment.