Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automated test for result list page #89

Closed
stefpiatek opened this issue Nov 10, 2022 · 0 comments · Fixed by #92
Closed

automated test for result list page #89

stefpiatek opened this issue Nov 10, 2022 · 0 comments · Fixed by #92

Comments

@stefpiatek
Copy link
Collaborator

stefpiatek commented Nov 10, 2022

We currently have a result list page which will make a row for each patient with their samples.

It'd be good to have a test setup for these, making copies of the initial data and changing them so that we've got a few different reports, and then submitting to the FHIR api.

Things that should be changed from the initial values (off the top of my head):

  • patient:
    • first name
    • last name
    • mrn
    • nhs number
    • family number
  • sample
    • barcode
  • variant
    • cDnaHgvs

After that we should check that the table is rendered and that that it has the expected number of rows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant