-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
As a user creating a dataset in the Batches UI workflow
I want to have pre-populated dates in the start stop date range
So that I don't have to select the last 24 hours since that is the usual behavior
Acceptance Criteria
| Given | When | Then |
|---|---|---|
| I'm a logged in user and I'm creating a dataset in the Batches UI workflow | When I navigate to step 2 of the workflow, "Create Dataset" | Then the date ranges are pre-populated |
| I'm a logged in user and I'm creating a dataset in the Batches UI workflow | When I navigate to step 2 of the workflow, "Create Dataset" | Then the start date is populated with the UTC time of (now - 24 hrs) |
| I'm a logged in user and I'm creating a dataset in the Batches UI workflow | When I navigate to step 2 of the workflow, "Create Dataset" | Then the stop date is populated with the UTC time of (now) |