mirror of https://gitee.com/bigwinds/arangodb
Fixed document view tests
This commit is contained in:
parent
166407d4f9
commit
3fecf7d4cb
|
@ -39,6 +39,10 @@
|
||||||
expect(view.colid).toEqual(0);
|
expect(view.colid).toEqual(0);
|
||||||
expect(view.events).toEqual({
|
expect(view.events).toEqual({
|
||||||
"click #saveDocumentButton": "saveDocument",
|
"click #saveDocumentButton": "saveDocument",
|
||||||
|
"click #deleteDocumentButton" : "deleteDocumentModal",
|
||||||
|
"click #confirmDeleteDocument" : "deleteDocument",
|
||||||
|
"click #document-from" : "navigateToDocument",
|
||||||
|
"click #document-to" : "navigateToDocument",
|
||||||
"dblclick #documentEditor tr" : "addProperty"
|
"dblclick #documentEditor tr" : "addProperty"
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue