don't put scene commands in the artifact map (#1403)

This commit is contained in:
Kurt Hutten
2024-02-13 18:47:37 +11:00
committed by GitHub
parent e714103655
commit 808830d29e
3 changed files with 70 additions and 12 deletions

View File

@ -661,10 +661,7 @@ test('Can extrude from the command bar', async ({ page, context }) => {
await expect(page.getByRole('button', { name: 'selection' })).toBeDisabled()
// Click to select face and set distance
await u.openAndClearDebugPanel()
await page.getByText('|> startProfileAt([-6.95, 4.98], %)').click()
await u.waitForCmdReceive('select_add')
await u.closeDebugPanel()
await page.getByRole('button', { name: 'Continue' }).click()
await expect(page.getByRole('button', { name: 'distance' })).toBeDisabled()
await page.keyboard.press('Enter')