1
0
Fork 0

Fixed frontend test for query view

This commit is contained in:
Michael Hackstein 2014-06-04 17:12:13 +02:00
parent 244fe61e6c
commit 43e8b48c46
1 changed files with 1 additions and 2 deletions

View File

@ -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);
});