apollo_developers/bower_components/angular-ladda/test/e2e/spec/disabled.js
venbatechnologies@gmail.com 1809bcf9c9 fixed table for student details
2018-04-23 18:34:11 +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);
});
});