mirror of https://gitee.com/bigwinds/arangodb
Fixed frontend test for query view
This commit is contained in:
parent
244fe61e6c
commit
43e8b48c46
|
@ -62,8 +62,7 @@
|
|||
'keypress #aqlEditor': 'aqlShortcuts',
|
||||
'click #arangoQueryTable .table-cell0': 'editCustomQuery',
|
||||
'click #arangoQueryTable .table-cell1': 'editCustomQuery',
|
||||
'click #arangoQueryTable .table-cell2 a': 'deleteAQL',
|
||||
'click #queryDiv .showHotkeyHelp' : 'shortcutModal'
|
||||
'click #arangoQueryTable .table-cell2 a': 'deleteAQL'
|
||||
};
|
||||
expect(events).toEqual(view.events);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue