1221d88e13
* Adding feature flag utility to cypress and adding wallet cypress tests Co-authored-by: Alex Ball <alexball@UNISWAP-MAC-038.local>
2 lines
85 B
TypeScript
2 lines
85 B
TypeScript
export const getTestSelector = (selectorId: string) => `[data-testid=${selectorId}]`
|