apollo_developers/bower_components/angular-ladda/test/e2e/spec/binding.js
saravanakumar_kandasami a11795c215 SIT code
2018-04-19 18:17:06 +05:30

10 lines
256 B
JavaScript

describe('Double curly binding test', function() {
beforeEach(function () {
browser.get('/binding.html');
});
it('should compile binding', function() {
expect(element(by.css('#loader1 .ladda-spinner div')).isPresent()).toBe(true);
});
});