[FOLIO-1212] Missing records in UI Regression Tests Created: 17/Apr/18 Updated: 12/Nov/18 Resolved: 18/Apr/18 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Task | Priority: | P2 |
| Reporter: | John Malconian | Assignee: | charles |
| Resolution: | Done | Votes: | 0 |
| Labels: | ci, sprint36 | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | 1 hour | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||||||||||
| Sprint: | |||||||||||||||||
| Description |
|
Regression tests fail the following three tests when the larger inventory sample data is not loaded in the instance (where loading the larger data set is optional) Tue, 17 Apr 2018 17:54:27 GMT mocha:runner finished running
86 passing (5m)
3 failing
1) Module test: inventory:inventorySearch Login > Click Inventory > Ente Search Term > Wait for Results > Confirm search term at top of results > Click Reset All > Wait for results pan to change state > Logout
should search for: "God bless":
Error: .wait() timed out after 30000msec
at Timeout._onTimeout (node_modules/nightmare/lib/actions.js:453:10)
2) Module test: inventory:inventorySearch Login > Click Inventory > Ente Search Term > Wait for Results > Confirm search term at top of results > Click Reset All > Wait for results pan to change state > Logout
should search for title: God bless:
Error: .wait() timed out after 30000msec
at Timeout._onTimeout (node_modules/nightmare/lib/actions.js:453:10)
3) Module test: inventory:inventorySearch Login > Click Inventory > Ente Search Term > Wait for Results > Confirm search term at top of results > Click Reset All > Wait for results pan to change state > Logout
should search for contributor: Winget, Susan:
Error: .wait() timed out after 30000msec
at Timeout._onTimeout (node_modules/nightmare/lib/actions.js:453:10)
Can we change the test queries to items from the minimal inventory data set which is present in all test instances? That data set is located here: https://github.com/folio-org/folio-ansible/blob/master/roles/mod-inventory-data/files/multiple-mods-records.xml |
| Comments |
| Comment by charles [ 17/Apr/18 ] |
|
Yes, I will update the tests first thing tomorrow. |
| Comment by charles [ 18/Apr/18 ] |
|
Ok-- this test is ready to go. I will do the same for codex-search. |