apollodec/Apollo/bower_components/angular-ladda/test/e2e/spec/disabled.js
venbatechnologies@gmail.com d06b1c0cba status file
2017-12-07 11:31:25 +05:30

10 lines
254 B
JavaScript
Executable File

describe('ng-disabled test', function() {
beforeEach(function () {
browser.get('/disabled.html');
});
it('should compile ng-disabled attribute', function() {
expect(element(by.id('btn')).getAttribute('disabled')).not.toBe(null);
});
});