Although we have a dedicated e2e test suite for custom IDs, tests for custom unnamed tab and row IDs were still located within the admin test suite. This consolidates these tests into the appropriate test suite as expected.
4 lines
144 B
TypeScript
4 lines
144 B
TypeScript
export const nonStandardID = 'id 1'
|
|
export const customRowID = '111111111111111111111111'
|
|
export const customTabID = '111111111111111111111111'
|