fix: skip ctb tests

This commit is contained in:
Mark Kaylor 2024-06-07 16:20:11 +02:00
parent 9afdc25f4e
commit 896e24a2ea
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import { waitForRestart } from '../../../utils/restart';
import { resetFiles } from '../../../utils/file-reset';
import { createCollectionType, navToHeader, skipCtbTour } from '../../../utils/shared';
test.describe('Edit collection type', () => {
test.skip('Edit collection type', () => {
// use a name with a capital and a space to ensure we also test the kebab-casing conversion for api ids
const ctName = 'Secret Document';

View File

@ -5,7 +5,7 @@ import { waitForRestart } from '../../../utils/restart';
import { resetFiles } from '../../../utils/file-reset';
import { createSingleType, navToHeader, skipCtbTour } from '../../../utils/shared';
test.describe('Edit single type', () => {
test.skip('Edit single type', () => {
// use a name with a capital and a space to ensure we also test the kebab-casing conversion for api ids
const ctName = 'Secret Document';