Skip to content
Snippets Groups Projects
Commit 45aed14f authored by hparraga's avatar hparraga
Browse files

check off tests

parent 1fe6c0fb
No related branches found
No related tags found
1 merge request!5Create test checklist for globus groups and workflows
......@@ -36,7 +36,7 @@ Last run coverage: 48%
- [X] clicking `add experiment` button switches to `ESAF list` tab if ESAF list
- [X] clicking `add experiment` button switches to `experiment settings` tab if no ESAF list
- [X] clicking `use selected` button switches to `experiment settings` tab with experiment info filled in
- [ ] clicking `delete experiment` button opens `delete experiment` modal
- [X] clicking `delete experiment` button opens `delete experiment` modal
- [X] clicking `refresh` button, actually refreshes
- [X] `use selected` and `delete experiment` buttons disabled when no experiment selected
- [ ] clicking experiment changes row color to blue and enables `use selected` and `delete experiment` buttons
......@@ -46,39 +46,41 @@ Last run coverage: 48%
- [ ] shows list of ESAFs
- [ ] clicking esaf changes row color to blue
- [ ] double clicking esaf opens `experiment settings` tab with users populated
- [ ] `show details` and `use esaf` buttons disabled if no esaf is selected
- [ ] clicking `continue manually` button opens `experiment settings` tab with no users populated
- [X] `show details` and `use esaf` buttons disabled if no esaf is selected
- [X] clicking `continue manually` button opens `experiment settings` tab with no users populated if no beamline managers
- [ ] clicking `continue manually` button opens `experiment settings` tab with only beamline managers populated if there are beamline managers
- [ ] `current year` selection box has years for all experiment and filters list by year
- [ ] clicking `show details` button ?
- [ ] clicking `use esaf` button opens `experiment settings` tab with users populated
- [ ] clicking `use gup db` button changes list to be populated with gups, `use esaf` button to `use gup` button, and year filter option to run filter option.
### Experiment Settings tab
- [ ] clicking `back` button return to `experiment list` tab
- [ ] clicking `file collection stats` button error pop up if not saved
- [ ] clicking `file collection stats`opens `file collection stats` modal
- [ ] clicking `back` button returns to `experiment list` tab if not using ESAFs
- [ ] clicking `back` button returns to `esaf list` tab if using ESAFs
- [X] `file collection stats` and `view files` buttons disabled if not saved
- [X] clicking `file collection stats` opens `file collection stats` modal
- [ ] clicking `view files` opens `files list` tab
- [ ] can enter name, description, storage root path, additional params
- [ ] able to set date by typing or clicking calendar
- [ ] clicking calendar button opens calendar
- [ ] clicking date on calendar closes calendar
- [ ] choosing an end date which is before the start date opens error pop up and sets end date equal to start date
- [ ] choosing a start date which is after the end date opens error pop up and sets start date equal to end date
- [ ] `type` is populated with experiment types and able to select from drop down
- [ ] default experiment type is correct
- [ ] clicking `save` button will save experiment
- [ ] clicking `save` button with no name opens error pop up
- [ ] clicking `save` button opens save experiment modal
- [ ] clicking `save` button with no changes opens error pop up
- [X] default experiment type is correct
- [X] `save` button disabled if no experiment name
- [X] user cannot enter invalid characters in name field
- [X] changing name, description, storage root path, type, or date of existing experiment enables the `save` button, otherwise disabled
- [X] clicking `save` button opens save experiment modal for existing experiment
- [ ] clicking `save` button saves new experiment
- [ ] clicking `save` button opens error pop up for name or path changes if daq or upload in progress
- [ ] clicking `modify users` button opens `modify users` tab
- [ ] clicking `browse` button opens file system view
- [X] clicking `modify users` button opens `modify users` tab
- [X] clicking `browse` button opens file system view
- [ ] typing in experiment file path shows drop down for `experiment file path`
- [ ] `start daq`, `start upload`, and wrench buttons are disabled if data directory is empty
- [X] `start daq`, `start upload`, and wrench buttons are disabled if data directory is empty
- [ ] clicking `start daq` button creates, runs new daq with values set in daq system params modal and additional params and switch to `daqs list` tab
- [ ] clicking `start upload` button creates, runs new upload with values set in upload params modal and additional params and switch to `uploads list` tab
- [ ] daq wrench opens daq parameter pop up
- [ ] upload wrench opens upload params
- [X] clicking daq wrench button opens daq parameter dialog
- [X] clicking upload wrench button opens upload parameter dialog
- [ ] users list is by default populated with the station managers
- [ ] modifying the storage root path and clicking the `save` button moves the already collected data to the new path and removes it from the old location
......@@ -247,7 +249,7 @@ Last run coverage: 48%
### DM Unexpected Error modal
- [ ] clicking `show details` button shows the error message
- [ ] clicking `quit` button exits the gui
- [ ] clicking `notify admin` button sends error report to dm-admin email (probably only test manually)
- [X] clicking `notify admin` button sends error report to dm-admin email (test manually)
### Integrations
UI robust to connection failures with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment