Fix 2 more

This commit is contained in:
lee-at-zoo-corp
2025-03-31 17:02:02 -04:00
parent 4c564bf332
commit 8d0343c946
2 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,8 @@ test.describe('Testing in-app sample loading', () => {
* Note this test implicitly depends on the KCL sample "a-parametric-bearing-pillow-block", * Note this test implicitly depends on the KCL sample "a-parametric-bearing-pillow-block",
* its title, and its units settings. https://github.com/KittyCAD/kcl-samples/blob/main/a-parametric-bearing-pillow-block/main.kcl * its title, and its units settings. https://github.com/KittyCAD/kcl-samples/blob/main/a-parametric-bearing-pillow-block/main.kcl
*/ */
test('Web: should overwrite current code, cannot create new file', async ({ // We have no more web tests
test.skip('Web: should overwrite current code, cannot create new file', async ({
editor, editor,
context, context,
page, page,

View File

@ -890,7 +890,6 @@ test.describe('Testing settings', () => {
await page.setBodyDimensions({ width: 1200, height: 500 }) await page.setBodyDimensions({ width: 1200, height: 500 })
await homePage.goToModelingScene() await homePage.goToModelingScene()
await scene.connectionEstablished() await scene.connectionEstablished()
await scene.settled(cmdBar)
// Constants and locators // Constants and locators
const resizeHandle = page.locator('.sidebar-resize-handles > div.block') const resizeHandle = page.locator('.sidebar-resize-handles > div.block')
@ -902,6 +901,7 @@ test.describe('Testing settings', () => {
async function setShowDebugPanelTo(value: 'On' | 'Off') { async function setShowDebugPanelTo(value: 'On' | 'Off') {
await commandsButton.click() await commandsButton.click()
await debugPaneOption.scrollIntoViewIfNeeded()
await debugPaneOption.click() await debugPaneOption.click()
await page.getByRole('option', { name: value }).click() await page.getByRole('option', { name: value }).click()
await expect( await expect(