uniswap-interface-uncensored/cypress/utils/index.ts
aballerr 1221d88e13
chore: Cypress utility function for selecting feature flags and walletdrop down cypress tests (#4536)
* Adding feature flag utility to cypress and adding wallet cypress tests


Co-authored-by: Alex Ball <alexball@UNISWAP-MAC-038.local>
2022-09-09 14:54:54 -04:00

2 lines
85 B
TypeScript

export const getTestSelector = (selectorId: string) => `[data-testid=${selectorId}]`