-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RFR] Add methods for questionnaire class (#749)
* Add method for importing questionnaire Signed-off-by: Nandini Chandra <[email protected]> * Add methods to delete and export questionnaires Signed-off-by: Nandini Chandra <[email protected]> * Add methods to toggle questionnaire status Signed-off-by: Nandini Chandra <[email protected]> * Moved selectors to view file Signed-off-by: Nandini Chandra <[email protected]> * Add operation method Signed-off-by: Nandini Chandra <[email protected]> --------- Signed-off-by: Nandini Chandra <[email protected]>
- Loading branch information
Showing
2 changed files
with
46 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
export const legacyPathfinderToggle = "input#required-switch-0"; | ||
export const questionnaireUpload = "input#yamlFile-file-upload-filename"; | ||
export const confirmDeletion = ".confirm-deletion-input"; | ||
export const importQuestionnaire = "#import-questionnaire"; |