Files
Brandy Carney a485cd00ed feat(loading): add loading indicator component and styles
this is the initial commit - still needs work

references #5426
2016-03-28 17:35:49 -04:00

5 lines
108 B
TypeScript

it('should open default spinner', function() {
element(by.css('.e2eLoadingDefaultSpinner')).click();
});