UNPKG

@df-legacy/angular-ladda

Version:

An angular directive wrapper for Ladda.

10 lines (8 loc) 254 B
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); }); });