mirror of https://gitee.com/bigwinds/arangodb
fixed test spec
This commit is contained in:
parent
325f41352c
commit
575e22e2d3
|
@ -62,8 +62,7 @@
|
||||||
'keypress #aqlEditor': 'aqlShortcuts',
|
'keypress #aqlEditor': 'aqlShortcuts',
|
||||||
'click #arangoQueryTable .table-cell0': 'editCustomQuery',
|
'click #arangoQueryTable .table-cell0': 'editCustomQuery',
|
||||||
'click #arangoQueryTable .table-cell1': 'editCustomQuery',
|
'click #arangoQueryTable .table-cell1': 'editCustomQuery',
|
||||||
'click #arangoQueryTable .table-cell2 a': 'deleteAQL',
|
'click #arangoQueryTable .table-cell2 a': 'deleteAQL'
|
||||||
'click #queryDiv .showHotkeyHelp' : 'shortcutModal'
|
|
||||||
};
|
};
|
||||||
expect(events).toEqual(view.events);
|
expect(events).toEqual(view.events);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue