Files
Brandy Carney d6589e1586 fix(toast): remove default duration, allow close button click when bd disabled
Set default text for the close button if nothing is passed. Updated
tests and API docs.

references #5582
2016-04-21 13:46:29 -04:00

9 lines
183 B
TypeScript

it('should open toast', function() {
element(by.css('.e2eOpenToast')).click();
});
it('should close with backdrop click', function() {
element(by.css('.backdrop')).click();
});