1
0
Fork 0

fixed test spec

This commit is contained in:
Frank Celler 2014-06-04 16:13:36 +02:00
parent 325f41352c
commit 575e22e2d3
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);
});