apollodec/Apollo/bower_components/angular-ladda/test/e2e/spec/form.js
saravanakumar_kandasami 7d72a0b91a updated code
2017-11-21 14:56:39 +05:30

10 lines
247 B
JavaScript

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);
});
});