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

10 lines
237 B
JavaScript
Executable File

describe('data-ladda case test', function() {
beforeEach(function () {
browser.get('/data.html');
});
it('should compile inner text', function() {
expect(element(by.id('btn')).getText()).toEqual('ladda button');
});
});