chore: adds e2e tests for nested views (#3962)
This commit is contained in:
@@ -16,8 +16,24 @@ export const noApiViewCollection = 'collection-no-api-view'
|
||||
|
||||
export const noApiViewGlobal = 'global-no-api-view'
|
||||
|
||||
export const customViewPath = '/custom-view'
|
||||
|
||||
export const customViewTitle = 'Custom View'
|
||||
|
||||
export const customNestedViewPath = `${customViewPath}/nested-view`
|
||||
|
||||
export const customNestedViewTitle = 'Custom Nested View'
|
||||
|
||||
export const customViews2Slug = 'custom-views-two'
|
||||
|
||||
export const customEditLabel = 'Custom Edit Label'
|
||||
|
||||
export const customTabLabel = 'Custom Tab Component'
|
||||
export const customTabLabel = 'Custom Tab Label'
|
||||
|
||||
export const customTabViewPath = '/custom-tab-component'
|
||||
|
||||
export const customTabViewTitle = 'Custom View With Tab Component'
|
||||
|
||||
export const customNestedTabViewPath = `${customTabViewPath}/nested-view`
|
||||
|
||||
export const customNestedTabViewTitle = 'Custom Nested Tab View'
|
||||
|
||||
Reference in New Issue
Block a user