aldefouw / redcap_rsvc

REDCap Regulatory & Software Validation Committee (RSVC) - Manual validation feature test scripts
GNU General Public License v3.0
2 stars 5 forks source link

C.4.18.500 - Data Quality disrepancies #188

Open aldefouw opened 8 months ago

aldefouw commented 8 months ago

Feature: C.4.18.500 - Data Quality disrepancies

Feature Location: https://github.com/aldefouw/redcap_rsvc/blob/v13.1.37/Feature%20Tests/C/Data%20Quality/C.4.18.500%20-%20Data%20Quality%20disrepancies.feature

Task: Review Gherkin and adjust feature as necessary for syntax accuracy and test correctness.

minigojones commented 3 months ago

@aldefouw - Pushed up format changes and lines 1 - 33 are passing.

@aldefouw needs to work on data quality table, specifically how to handle clicking on a link within a specific row

trasuli0207 commented 2 months ago

@aldefouw commenting here and I can finish off this test :)

trasuli0207 commented 2 months ago

@aldefouw This had a few issues with the csv file. Am I able to npm install and run it now that those changes are fixed? Thanks so much for your help!

aldefouw commented 2 months ago

@trasuli0207 - I think I need more information. I don't see a CSV file being imported on this feature, so my assumption is that you are referring to the section where we are analyzing the report table?

https://github.com/trasuli0207/redcap_rsvc/blob/v13.1.37/Feature%20Tests/C/Data%20Quality/C.4.18.500%20-%20Data%20Quality%20disrepancies.feature#L45-L47

If so, we would want something more like this:

And the downloaded CSV with filename "CSV_FILE_NAME_HERE_yyyy-mm-dd.csv" has the header and rows below
      | Header Column 1 | Header Column 2 |
      | row data 1      |  row data 1     |
trasuli0207 commented 1 month ago

@aldefouw finished with the exception of the last line.