cern-sis / issues-inspire

0 stars 0 forks source link

Add e2e tests to new Holdingpen #540

Open karolina-siemieniuk-morawska opened 3 months ago

karolina-siemieniuk-morawska commented 3 months ago

Write end to end tests for dashboard, search and detail pages in new Holdingpen.

karolina-siemieniuk-morawska commented 3 months ago

TECH NOTES:

  1. Use existing e2e tests setup. Use Cypress.
  2. Create holdingpen.test.js file in /e2e directory
  3. Create three separate test sections (describe) for the following: dashboard, search, detail (see i.e. /e2e/authors.test.js for reference)
  4. Write tests covering all user interactions.