Switch to dynamically disabling broken tests (#6492)

* Switch to dynamically disabling broken tests

* Remove stale comment

* Fix nested tests
This commit is contained in:
Jace Browning
2025-04-25 10:49:22 -04:00
committed by GitHub
parent c501d3bfbf
commit be4a32a59e
27 changed files with 11 additions and 207 deletions

View File

@ -1,5 +1,4 @@
import { expect, test } from '@e2e/playwright/zoo-test'
import { orRunWhenFullSuiteEnabled } from '@e2e/playwright/test-utils'
/* eslint-disable jest/no-conditional-expect */
@ -58,7 +57,6 @@ test.describe('edit with AI example snapshots', () => {
`change colour`,
{ tag: '@snapshot' },
async ({ context, homePage, cmdBar, editor, page, scene }) => {
test.fixme(orRunWhenFullSuiteEnabled())
await context.addInitScript((file) => {
localStorage.setItem('persistCode', file)
}, file)