1
0
Fork 0

Fixed user management view test

This commit is contained in:
Michael Hackstein 2014-11-06 14:45:24 +00:00
parent 8483a8bd45
commit 166407d4f9
1 changed files with 3 additions and 1 deletions

View File

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