UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

10 lines (8 loc) 239 B
const $errUtils = require('../../../cypress/error_utils') module.exports = (Commands) => { return Commands.addAll({ prevSubject: 'element' }, { hover () { return $errUtils.throwErrByPath('hover.not_implemented') }, }) }