UNPKG

254 BJavaScriptView Raw
1'use strict';
2
3var expect = require('chai').expect;
4var Element = require('../lib/commands/element.js');
5
6describe('dalek-internal-webdriver Command/Element', function () {
7
8 it('should get exist', function () {
9 expect(Element).to.be.ok;
10 });
11
12});