mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-12 11:28:56 +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}"]`));
|