|
I want to be able to copy a course record
https://drive.google.com/open?id=1ZNf0IcrB5gTPJD4f7_YwZKzXNw-_VZyF
- Scenario
- Given the Course App is clicked
- When displayed
- Then the two pane view of search & filter and courses column view appears
- Scenario
- Given the two pane view of search & filter and courses column
- When displayed
- Click on an existing course record
- A three pane view should appear with a view of the course record
- Scenario
- Given the third pane
- When displayed
- The Left upper corner should have an x to exit out of the third pane
- The right upper corner should have the icons to edit, comment (out of scope currently), and tag (out of scope currently), and copy
- The course record is read only
- Then click on the Copy icon
**Then a copy of the record opens and allows edits to all fields
- Scenario
- Given the form is filled in
- When all the required fields are filled in
- Then an user navigates away from the screen then a save or continue editing pop up should appear
- The default should be on save
- If the continue editing button is clicked close the pop up and redisplay the create course form
- If the save button is clicked then the course should be saved and closed.
- Senario
- Given the the form is filled in
- When all the required fields are filled in
- The user clicks on Save & Close
|