fix action menu / popups

This commit is contained in:
Adam Bradley
2015-08-01 23:08:59 -05:00
parent dc003e0a89
commit b42204d8dd
10 changed files with 113 additions and 86 deletions

View File

@@ -4,5 +4,5 @@ it('should open action menu', function() {
});
it('should close with backdrop click', function() {
element(by.css('.action-menu-backdrop')).click();
element(by.css('backdrop')).click();
});