apollodec/Apollo/bower_components/angular-ladda/test/e2e/spec/binding.js
venbatechnologies@gmail.com d06b1c0cba status file
2017-12-07 11:31:25 +05:30

10 lines
256 B
JavaScript
Executable File

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