mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
action menu e2e
This commit is contained in:
8
ionic/components/action-menu/test/basic/e2e.ts
Normal file
8
ionic/components/action-menu/test/basic/e2e.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
it('should open action menu', function() {
|
||||
element(by.css('button')).click();
|
||||
});
|
||||
|
||||
it('should close with backdrop click', function() {
|
||||
element(by.css('.action-menu-backdrop')).click();
|
||||
});
|
||||
Reference in New Issue
Block a user