mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-27 18:58:08 +00:00
6 lines
202 B
JavaScript
6 lines
202 B
JavaScript
|
import { addMatchImageSnapshotCommand } from 'cypress-image-snapshot/command';
|
||
|
|
||
|
addMatchImageSnapshotCommand();
|
||
|
|
||
|
Cypress.Commands.add('getTestElement', selector => cy.get(`[data-test="${selector}"]`));
|