apollo_developers/bower_components/angular-ladda/test/e2e/spec/form.js
venbatechnologies@gmail.com 1809bcf9c9 fixed table for student details
2018-04-23 18:34:11 +05:30

10 lines
247 B
JavaScript
Executable File

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