forked from rero/rero-ils
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixes cypress tests according to new features. * Adds fixtures for item status and actions. Co-Authored-by: Alicia Zangger <alicia.zangger@rero.ch>
- Loading branch information
1 parent
1e9f227
commit 93fbc54
Showing
4 changed files
with
37 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
{ | ||
"uniquePwd": "123456" | ||
"uniquePwd": "123456", | ||
"itemStatus": { | ||
"transit": "in transit", | ||
"onShelf": "on shelf", | ||
"atDesk": "at desk" | ||
}, | ||
"itemAction": { | ||
"checkedIn": "checked in", | ||
"checkedOut": "checked out", | ||
"receive": "receive" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters