All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generator.client.common.cypress.utils.DataSelector.ts Maven / Gradle / Ivy

There is a newer version: 1.22.0
Show newest version
export const dataSelector = (selector: string): string => `[data-selector="${selector}"]`;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy