chore: fixes test suites that use clearAndSeedEverything (#4080)

This commit is contained in:
Jarrod Flesch
2023-11-09 12:30:19 -05:00
committed by GitHub
parent cef4cbb0ee
commit dbc4ce71e6
40 changed files with 897 additions and 623 deletions

View File

@@ -10,8 +10,8 @@ import { exactText, saveDocAndAssert, saveDocHotkeyAndAssert } from '../helpers'
import { AdminUrlUtil } from '../helpers/adminUrlUtil'
import { initPayloadE2E } from '../helpers/configHelpers'
import { RESTClient } from '../helpers/rest'
import { jsonDoc } from './collections/JSON'
import { numberDoc } from './collections/Number'
import { jsonDoc } from './collections/JSON/shared'
import { numberDoc } from './collections/Number/shared'
import { textDoc } from './collections/Text/shared'
import { clearAndSeedEverything } from './seed'
import {