778ea8ee42
* adding in some basic token tests
4 lines
182 B
TypeScript
4 lines
182 B
TypeScript
export const getTestSelector = (selectorId: string) => `[data-testid=${selectorId}]`
|
|
|
|
export const getTestSelectorStartsWith = (selectorId: string) => `[data-testid^=${selectorId}]`
|