[Mobile] Tests

ContextMenu and InfoButton Gesture
tests remain.
This commit is contained in:
Shivam Dave
2015-08-05 12:14:16 -07:00
parent f46a0853b9
commit 0b635afcf7
3 changed files with 21 additions and 7 deletions

View File

@@ -166,7 +166,7 @@ define(
expect(mockBody.off).not.toHaveBeenCalled();
});
it("mobile", function () {
it("keeps a menu when menu is clicked on mobile", function () {
mockAgentService.isMobile.andReturn(true);
action = new ContextMenuAction(
mockCompile,