UNPKG

nightwatch

Version:

Easy to use Node.js based end-to-end testing solution for web applications using the W3C WebDriver API.

11 lines (10 loc) 301 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const ExpectElement = require('./element.js'); class ExpectComponent extends ExpectElement { constructor(...args) { super(...args); this.flag('component', true); } } module.exports = ExpectComponent;