pages235/cypress/support/index.js
Vitaly 9227ccc7d6 first real cypress test, try on ci
remove refs to unimplemented components for now
2023-08-17 05:35:29 +03:00

2 lines
125 B
JavaScript

import 'cypress-plugin-snapshots/commands'
Cypress.Commands.overwrite('log', (_subject, message) => cy.task('log', message))