mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 06:56:59 +00:00
4 lines
113 B
JavaScript
4 lines
113 B
JavaScript
Cypress.Commands.add('getBySel', (selector, ...args) => {
|
|
return cy.get(`[data-test=${selector}]`, ...args)
|
|
})
|