UNPKG

@df-legacy/angular-ladda

Version:

An angular directive wrapper for Ladda.

10 lines (8 loc) 247 B
describe('duplicate compile test', function() { beforeEach(function () { browser.get('/form.html'); }); it('should msg element is only one', function() { expect(element.all(by.className('help-block')).count()).toEqual(1); }); });