mirror of https://gitee.com/bigwinds/arangodb
Fixed user management view test
This commit is contained in:
parent
8483a8bd45
commit
166407d4f9
|
@ -69,7 +69,9 @@
|
|||
"click #userManagementSearchSubmit" : "search",
|
||||
"click #callEditUserPassword" : "editUserPassword",
|
||||
"click #submitEditUserPassword" : "submitEditUserPassword",
|
||||
"click #submitEditCurrentUserProfile" : "submitEditCurrentUserProfile"
|
||||
"click #submitEditCurrentUserProfile" : "submitEditCurrentUserProfile",
|
||||
"click .css-label" : "checkBoxes",
|
||||
"change #userSortDesc" : "sorting"
|
||||
};
|
||||
expect(myEvents).toEqual(myView.events);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue