Switch to dynamically disabling broken tests (#6492)
* Switch to dynamically disabling broken tests * Remove stale comment * Fix nested tests
This commit is contained in:
@ -2,11 +2,7 @@ import path, { join } from 'path'
|
||||
import { KCL_DEFAULT_LENGTH } from '@src/lib/constants'
|
||||
import * as fsp from 'fs/promises'
|
||||
|
||||
import {
|
||||
executorInputPath,
|
||||
getUtils,
|
||||
orRunWhenFullSuiteEnabled,
|
||||
} from '@e2e/playwright/test-utils'
|
||||
import { executorInputPath, getUtils } from '@e2e/playwright/test-utils'
|
||||
import { expect, test } from '@e2e/playwright/zoo-test'
|
||||
|
||||
test.describe('Command bar tests', () => {
|
||||
@ -53,7 +49,6 @@ test.describe('Command bar tests', () => {
|
||||
|
||||
// TODO: fix this test after the electron migration
|
||||
test('Fillet from command bar', async ({ page, homePage }) => {
|
||||
test.fixme(orRunWhenFullSuiteEnabled())
|
||||
await page.addInitScript(async () => {
|
||||
localStorage.setItem(
|
||||
'persistCode',
|
||||
|
||||
Reference in New Issue
Block a user