chore: fix e2e tests by not importing from ./config

This commit is contained in:
Alessio Gravili
2023-09-07 22:53:28 +02:00
parent 4aad563f58
commit e2df74bbff
12 changed files with 59 additions and 42 deletions

View File

@@ -1,2 +1,16 @@
export const firstArrayText = 'first-array-text'
export const secondArrayText = 'second-array-text'
export const slug = 'posts'
export const unrestrictedSlug = 'unrestricted'
export const readOnlySlug = 'read-only-collection'
export const userRestrictedSlug = 'user-restricted'
export const restrictedSlug = 'restricted'
export const restrictedVersionsSlug = 'restricted-versions'
export const siblingDataSlug = 'sibling-data'
export const relyOnRequestHeadersSlug = 'rely-on-request-headers'
export const docLevelAccessSlug = 'doc-level-access'
export const hiddenFieldsSlug = 'hidden-fields'
export const hiddenAccessSlug = 'hidden-access'