UNPKG

protractor

Version:

Webdriver E2E test wrapper for Angular.

10 lines (8 loc) 247 B
describe('accessibility', function() { it('should get a file to test', function() { browser.get('accessibility/index.html'); element.all(by.css('input')).then(function(inputs) { expect(inputs.length).toEqual(2); }); }); });