[Mobile] Tests
ContextMenu and InfoButton Gesture tests remain.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user