We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f87f1a commit 2ff52fbCopy full SHA for 2ff52fb
e2e/playwright/point-click.spec.ts
@@ -670,17 +670,6 @@ openSketch = startSketchOn(XY)
670
await scene.settled(cmdBar)
671
})
672
673
- // Setup
674
- await test.step(`Initial test setup`, async () => {
675
- await context.addInitScript((initialCode) => {
676
- localStorage.setItem('persistCode', initialCode)
677
- }, initialCode)
678
- await page.setBodyDimensions({ width: 1000, height: 500 })
679
- await homePage.goToModelingScene()
680
- await toolbar.closePane('code')
681
- await scene.settled(cmdBar)
682
- })
683
-
684
// Click helpers
685
const [clickOnUpperEdge] = scene.makeMouseHelpers(
686
upperEdgeLocation.x,
0 commit comments