Skip to content

Commit c2038bb

Browse files
committed
updates
Signed-off-by: Jess Frazelle <[email protected]>
1 parent d76e44b commit c2038bb

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

e2e/playwright/snapshot-tests.spec.ts

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,17 +1151,6 @@ sweepSketch = startSketchOn(XY)
11511151
await u.waitForAuthSkipAppStart()
11521152

11531153
await scene.settled(cmdBar)
1154-
// Go to the end of the code.
1155-
await page.keyboard.press('End')
1156-
// Go to the end of the line.
1157-
await page.keyboard.press('End')
1158-
// Press enter to create a new line.
1159-
await page.keyboard.press('Enter')
1160-
await page.keyboard.type('test')
1161-
await page.keyboard.press('Backspace')
1162-
await page.keyboard.press('Backspace')
1163-
await page.keyboard.press('Backspace')
1164-
await page.keyboard.press('Backspace')
11651154

11661155
await expect(page, 'expect small color widget').toHaveScreenshot({
11671156
maxDiffPixels: 100,
@@ -1209,21 +1198,6 @@ sweepSketch = startSketchOn(XY)
12091198

12101199
await scene.settled(cmdBar)
12111200

1212-
// Click in the code editor.
1213-
await page.locator('.cm-content').click()
1214-
1215-
// Go to the end of the code.
1216-
await page.keyboard.press('End')
1217-
// Go to the end of the line.
1218-
await page.keyboard.press('End')
1219-
// Press enter to create a new line.
1220-
await page.keyboard.press('Enter')
1221-
await page.keyboard.type('test')
1222-
await page.keyboard.press('Backspace')
1223-
await page.keyboard.press('Backspace')
1224-
await page.keyboard.press('Backspace')
1225-
await page.keyboard.press('Backspace')
1226-
12271201
await expect(page.locator('.cm-css-color-picker-wrapper')).toBeVisible()
12281202

12291203
// Click the color widget

0 commit comments

Comments
 (0)