mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
9 lines
182 B
TypeScript
9 lines
182 B
TypeScript
|
|
it('should open action sheet', function() {
|
|
element(by.css('button')).click();
|
|
});
|
|
|
|
it('should close with backdrop click', function() {
|
|
element(by.css('backdrop')).click();
|
|
});
|