To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorTesting Queue
- Scenarios
-
- Check correct work Queue tab
-
- Given
- Filling database
- Given
- I am on "/"
- When
- I am try to log in as employer
- And
- Employee create trip request "check_in"
- When
- I click link "Trips"
- When
- I click link "Queue"
- And
- I click to "#trip-date"
- And
- I set on ".calendar.right .hourselect" value "11"
- And
- I set on ".calendar.right .minuteselect" value "30"
- And
- I set on ".calendar.right .ampmselect" value "PM"
- And
- I set on ".calendar.left .hourselect" value "12"
- And
- I set on ".calendar.left .ampmselect" value "AM"
- And
- Buttons "Apply" pressed
- And
- Check correct date and time of request
- And
- I click link "Cancel"
- Then
- I should see "No data available in table"
- And
- Employee create trip request "check_in"
- When
- I click link "Provision"
- When
- I click link "Trips"
- When
- I click link "Queue"
- And
- I click to "#trip-date"
- And
- I set on ".calendar.right .hourselect" value "11"
- And
- I set on ".calendar.right .minuteselect" value "30"
- And
- I set on ".calendar.right .ampmselect" value "PM"
- And
- I set on ".calendar.left .hourselect" value "12"
- And
- I set on ".calendar.left .ampmselect" value "AM"
- And
- Buttons "Apply" pressed
- And
- I click link "Approve"
- And
- Check correct date and time of request
- And
- Buttons "Cancel Request" pressed
- Then
- I should see "No data available in table"
Last published almost 3 years ago by ashish lhoiya.