mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00

Set default text for the close button if nothing is passed. Updated tests and API docs. references #5582
9 lines
183 B
TypeScript
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();
|
|
});
|