Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
Muzipova committed Oct 7, 2024
1 parent 8f56c0f commit 79c7a4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ public class CHARMS_Data_File_Path_Constants {
public static final String IIQ_SAMPLE_FORM = "https://ncidccpssurveys.gov1.qualtrics.com/jfe/form/SV_37PVCadeAqdT6Ki?family_member_id=5671bd521bafa1106daea681f54bcb68&study=RASopathies";
public static final String FHQ_SCENARIO_ONE_DATA = System.getProperty("user.dir") + "/src/test/java/ServiceNow/CHARMS/Resources/FHQScenario1.xlsx";
public static final String FHQ_SCENARIO_TWO_DATA = System.getProperty("user.dir") + "/src/test/java/ServiceNow/CHARMS/Resources/FHQScenario2.xlsx";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ Feature: RAS Consent Scenarios
| consent_participant@yopmail.com | Charms123$ | screenerScenarioAgeUnder7 | https://service-test.nci.nih.gov/nav_to.do?uri=sys_script_fix.do?sys_id=b8daf9fa872096107e87a8a60cbb3597 |
| consent_participant@yopmail.com | Charms123$ | screenerScenarioAge7-10 | https://service-test.nci.nih.gov/nav_to.do?uri=sys_script_fix.do?sys_id=b8daf9fa872096107e87a8a60cbb3597 |
| consent_participant@yopmail.com | Charms123$ | screenerScenarioAge11-13 | https://service-test.nci.nih.gov/nav_to.do?uri=sys_script_fix.do?sys_id=b8daf9fa872096107e87a8a60cbb3597 |
| consent_participant@yopmail.com | Charms123$ | screenerScenarioAge14-17 | https://service-test.nci.nih.gov/nav_to.do?uri=sys_script_fix.do?sys_id=b8daf9fa872096107e87a8a60cbb3597 |
| consent_participant@yopmail.com | Charms123$ | screenerScenarioAge14-17 | https://service-test.nci.nih.gov/nav_to.do?uri=sys_script_fix.do?sys_id=b8daf9fa872096107e87a8a60cbb3597 |
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,4 @@ public class NativeViewCHARMSParticipantConsentPage {
public NativeViewCHARMSParticipantConsentPage() {
PageFactory.initElements(WebDriverUtils.webDriver, this);
}
}
}

0 comments on commit 79c7a4f

Please sign in to comment.