CCTC-team / redcap_cypress

REDCap Cypress Test Framework
MIT License
0 stars 0 forks source link

10. Data Access Groups #62

Open MintooXavier opened 5 months ago

MintooXavier commented 5 months ago

Brief description: This feature is used to assign/unassign users to sites (Data Access Group).

User spec: https://github.com/CCTC-team/redcap_cypress/blob/redcap_val/user_requirement_specification/core/10_data_access_groups.spec

Feature link: https://github.com/CCTC-team/redcap_rsvc/blob/redcap_val/Feature%20Tests/B/Data%20Access%20Groups_10/B.2.10.100%20%20-%20Create%20Edit%20Delete.feature https://github.com/CCTC-team/redcap_rsvc/blob/redcap_val/Feature%20Tests/B/Data%20Access%20Groups_10/B.2.10.200%20-%20Add%20Remove%20Users.feature https://github.com/CCTC-team/redcap_rsvc/blob/redcap_val/Feature%20Tests/B/Data%20Access%20Groups_10/B.2.10.300%20-%20Multiple%20DAGs.feature https://github.com/CCTC-team/redcap_rsvc/blob/redcap_val/Feature%20Tests/B/Data%20Access%20Groups_10/B.2.10.400%20-%20User%20and%20Record%20Restrictions.feature https://github.com/CCTC-team/redcap_rsvc/blob/redcap_val/Feature%20Tests/B/Data%20Access%20Groups_10/B.2.10.500%20-%20Assign%20Records%20to%20DAG.feature https://github.com/CCTC-team/redcap_rsvc/blob/redcap_val/Feature%20Tests/B/Data%20Access%20Groups_10/B.2.10.600%20-%20Unique%20DAGs.feature

Pre review:

Post review:

MintooXavier commented 5 months ago

Script pre-reviewed:

  1. B.2.10.100 - Create Edit Delete
  2. B.2.10.200 - Add Remove Users
  3. B.2.10.300 - Multiple DAGs - Assign user and DAG twice else doesn't work for me. In branch MX_13.1.37
  4. B.2.10.400 - User and Record Restrictions - Assign user and DAG twice else doesn't work for me. In branch MX_13.1.37
  5. B.2.10.500 - Assign Records to DAG
  6. B.2.10.600 - Unique DAGs
MintooXavier commented 5 months ago

Emailed ATS and RSVC regarding the below scripts:

  1. B.2.10.100 - Create Edit Delete
    • Added steps to verify logging
    • Added steps to add user to DAG and verified DAG cannot be deleted
    • Script modified and pushed to MX_v13.1.37
  2. B.2.10.200 - Add Remove Users
    • Added steps to verify logging
    • Script modified and pushed to MX_v13.1.37
MintooXavier commented 5 months ago

All tests pass

phillidgithub commented 4 months ago

Script post-reviewed: B.2.10.100 - Create Edit Delete Test fails on the step Then I should NOT see "RenameGroup3" Image

Various lines within the script are duplicated

B.2.10.200 - Add Remove Users Test passes

Various lines within the script are duplicated. Script runs successfully without duplicated rows

MintooXavier commented 4 months ago
  1. Duplicates lines are added intentionally, else it doesn't work for me. I have mentioned this in the above comments.
  2. ATS team accepted the changes recommended.
phillidgithub commented 4 months ago

B.2.10.100 - Create Edit Delete now passing using rctf package version 1.0.92