mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-22 18:00:17 +01:00
6 lines
120 B
TypeScript
6 lines
120 B
TypeScript
/// <reference types="cypress" />
|
|
|
|
Cypress.Commands.add('dataCy', value => {
|
|
return cy.get(`[data-cy=${value}]`);
|
|
});
|