UNPKG

@df-legacy/angular-ladda

Version:

An angular directive wrapper for Ladda.

10 lines (8 loc) 256 B
describe('config test', function() { beforeEach(function () { browser.get('/config.html'); }); it('change default style to expand-left', function() { expect(element(by.id('btn')).getAttribute('data-style')).toEqual('expand-left'); }); });