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 operator manifest tab
- Scenarios
-
- Correct create trip rosters and assign driver
- Test closing Assign Driver form
- Test Complete With Exception Wrong Assignment
- Test Complete With Exception Network Issue
- Test Complete With Exception App Issue
- Test Complete With Exception Driver Didnt Accept
- Test Complete With Exception Driver Was Off Duty
- Test Complete With Exception Driver Completed Trip
- Test Complete With Exception Other
- Test closing Complete With Exception form
- Test opening and closing unassigned roster modal form
- Test assign driver in unassigned roster modal form
- Test Delete roster in unassigned roster modal form
- Test Complete With Exception Uber
- Test closing uber modal form
- Correct create trip rosters and change driver
- Correct create on check OUT Direction trip rosters and change driver
- Correct create trip and change driver in modal trip info
- Correct create on check OUT Direction trip rosters and assign driver
- Test Complete on check OUT Direction With Exception Wrong Assignment
- Test Complete on check OUT Direction With Exception Uber
- Correct create trip and open map
- Correct create trip and broken car
- Test Complete on check OUT Direction With Exception Network Issue
- Test Complete on check OUT Direction With Exception App Issue
- Test Complete on check OUT Direction With Exception Driver Didnt Accept
- Test Complete on check OUT Direction With Exception Driver Off Duty
- Test Complete on check OUT Direction With Exception Trip was cancelled
- Test Complete on check OUT Direction With Exception Driver Completed Trip
- Test Complete on check OUT Direction With Exception Other
- Correct create trip rosters and assign driver
-
- Given
- Filling database
- Given
- I am on "/"
- Given
- I am try to log in as employer
- Given
- Create Trip roaster
- Given
- Assign driver to trip roster
- Given
- I am logout
- When
- I am try to log in as employer
- Given
- I am on "/trips"
- Given
- I click link "Manifest"
- When
- I open new trip roster manifest
- Then
- Wait until find elem "#modal-trip-info"
- Then
- I should see right information in manifest modal
- Test closing Assign Driver form
-
- Given
- Filling database
- Given
- I am on "/"
- Given
- I am try to log in as employer
- Given
- Create Trip roaster
- Given
- I am logout
- Given
- I am try to log in as operator
- Given
- I am on "/trips"
- Given
- I click link "Manifest"
- When
- I click to "#assign_driver"
- Then
- Wait until find elem "#assign-driver-table"
- When
- Buttons "×" pressed
- Then
- I should not see element "#assign-driver-table"
- Test Complete With Exception Wrong Assignment
-
- Given
- Filling database
- Given
- I am on "/"
- Given
- I am try to log in as employer
- Given
- Create Trip roaster
- Given
- I am logout
- Given
- I am try to log in as operator
- Given
- I am on "/trips"
- Given
- I click link "Manifest"
- When
- I click to "#complete_with_exception"
- Then
- Wait until find elem "#exception_reasons_sm"
- Then
- I select Wrong Assignment Exception
- Then
- I click link "Submit"
- Then
- I click to ".btn-trip-info"
- Then
- I should see "Reason for Exception: Wrong Assignment"
- Test Complete With Exception Network Issue
-
- Given
- Filling database
- Given
- I am on "/"
- Given
- I am try to log in as employer
- Given
- Create Trip roaster
- Given
- I am logout
- Given
- I am try to log in as operator
- Given
- I am on "/trips"
- Given
- I click link "Manifest"
- When
- I click to "#complete_with_exception"
- Then
- Wait until find elem "#exception_reasons_sm"
- Then
- I select Network Issue Exception
- Then
- I click link "Submit"
- Then
- I click to ".btn-trip-info"
- Then
- I should see "Reason for Exception: Network Issue"
- Test Complete With Exception App Issue
-
- Given
- Filling database
- Given
- I am on "/"
- Given
- I am try to log in as employer
- Given
- Create Trip roaster
- Given
- I am logout
- Given
- I am try to log in as operator
- Given
- I am on "/trips"
- Given
- I click link "Manifest"
- When
- I click to "#complete_with_exception"
- Then
- Wait until find elem "#exception_reasons_sm"
- Then
- I select App Issue Exception
- Then
- I click link "Submit"
- Then
- I click to ".btn-trip-info"
- Then
- I should see "Reason for Exception: App Issue"
- Test Complete With Exception Driver Didnt Accept
-
- Given
- Filling database
- Given
- I am on "/"
- Given
- I am try to log in as employer
- Given
- Create Trip roaster
- Given
- I am logout
- Given
- I am try to log in as operator
- Given
- I am on "/trips"
- Given
- I click link "Manifest"
- When
- I click to "#complete_with_exception"
- Then
- Wait until find elem "#exception_reasons_sm"
- Then
- I select Driver Didnt Accept Exception
- Then
- I click link "Submit"
- Then
- I click to ".btn-trip-info"
- Then
- I should see "Reason for Exception: Driver Didn’t Accept"
- Test Complete With Exception Driver Was Off Duty
-
- Given
- Filling database
- Given
- I am on "/"
- Given
- I am try to log in as employer
- Given
- Create Trip roaster
- Given
- I am logout
- Given
- I am try to log in as operator
- Given
- I am on "/trips"
- Given
- I click link "Manifest"
- When
- I click to "#complete_with_exception"
- Then
- Wait until find elem "#exception_reasons_sm"
- Then
- I select Driver Was Off Duty Exception
- Then
- I click link "Submit"
- Then
- I click to ".btn-trip-info"
- Then
- I should see "Reason for Exception: Driver Was Off Duty"
- Test Complete With Exception Driver Completed Trip
-
- Given
- Filling database
- Given
- I am on "/"
- Given
- I am try to log in as employer
- Given
- Create Trip roaster
- Given
- I am logout
- Given
- I am try to log in as operator
- Given
- I am on "/trips"
- Given
- I click link "Manifest"
- When
- I click to "#complete_with_exception"
- Then
- Wait until find elem "#exception_reasons_sm"
- Then
- I select Driver Completed Trip Exception
- Then
- I click link "Submit"
- Then
- I click to ".btn-trip-info"
- Then
- I should see "Reason for Exception: Driver Completed Trip"
- Test Complete With Exception Other
-
- Given
- Filling database
- Given
- I am on "/"
- Given
- I am try to log in as employer
- Given
- Create Trip roaster
- Given
- I am logout
- Given
- I am try to log in as operator
- Given
- I am on "/trips"
- Given
- I click link "Manifest"
- When
- I click to "#complete_with_exception"
- Then
- Wait until find elem "#exception_reasons_sm"
- Then
- I select other Exception
- Then
- I click link "Submit"
- Then
- I click to ".btn-trip-info"
- Then
- I should see "Completed with Exception"
- Test closing Complete With Exception form
-
- Given
- Filling database
- Given
- I am on "/"
- Given
- I am try to log in as employer
- Given
- Create Trip roaster
- Given
- I am logout
- Given
- I am try to log in as operator
- Given
- I am on "/trips"
- Given
- I click link "Manifest"
- When
- I click to "#complete_with_exception"
- Then
- Wait until find elem "#exception_reasons_sm"
- When
- Buttons "×" pressed
- Then
- I should not see element "#exception_reasons_sm"
- Test opening and closing unassigned roster modal form
-
- Given
- Filling database
- Given
- I am on "/"
- Given
- I am try to log in as employer
- Given
- Create Trip roaster
- Given
- I am logout
- Given
- I am try to log in as operator
- Given
- I am on "/trips"
- Given
- I click link "Manifest"
- Then
- I click to ".unassigned-roster-btn"
- Then
- Wait until find elem "#modal-operator-unassigned-rosters"
- When
- Buttons "×" pressed
- Then
- I should not see element "#modal-operator-unassigned-rosters"
- Test assign driver in unassigned roster modal form
-
- Given
- Filling database
- Given
- I am on "/"
- Given
- I am try to log in as employer
- Given
- Create Trip roaster
- Given
- I am logout
- Given
- I am try to log in as operator
- Given
- I am on "/trips"
- Given
- I click link "Manifest"
- Then
- I click to ".unassigned-roster-btn"
- Then
- Wait until find elem "#modal-operator-unassigned-rosters"
- Then
- I click to "#assign-trip-roster-modal"
- Then
- I assign driver
- Given
- I click link "Manifest"
- When
- I open new trip roster manifest
- Then
- Wait until find elem "#modal-trip-info"
- Then
- I should see right information in manifest modal
- Test Delete roster in unassigned roster modal form
-
- Given
- Filling database
- Given
- I am on "/"
- Given
- I am try to log in as employer
- Given
- Create Trip roaster
- Given
- I am logout
- Given
- I am try to log in as operator
- Given
- I am on "/trips"
- Given
- I click link "Manifest"
- Then
- I click to ".unassigned-roster-btn"
- Then
- Wait until find elem "#modal-operator-unassigned-rosters"
- Then
- I click to "#delete-roster"
- Given
- I click link "Status"
- Given
- I click link "Manifest"
- Then
- I should see "No data available in table"
- Test Complete With Exception Uber
-
- Given
- Filling database
- Given
- I am on "/"
- Given
- I am try to log in as employer
- Given
- Create Trip roaster
- Given
- I am logout
- Given
- I am try to log in as operator
- Given
- I am on "/trips"
- Given
- I click link "Manifest"
- When
- I click to "#complete_with_exception"
- Then
- Wait until find elem "#exception_reasons_sm"
- Then
- I select Wrong Assignment Exception
- Then
- I click link "Book Ola/Uber"
- Then
- I should see "Uber"
- Then
- I click link "Submit"
- Then
- I click to ".btn-trip-info"
- Then
- I should see "Uber"
- Test closing uber modal form
-
- Given
- Filling database
- Given
- I am on "/"
- Given
- I am try to log in as employer
- Given
- Create Trip roaster
- Given
- I am logout
- Given
- I am try to log in as operator
- Given
- I am on "/trips"
- Given
- I click link "Manifest"
- When
- I click to "#complete_with_exception"
- Then
- Wait until find elem "#exception_reasons_sm"
- Then
- I select Wrong Assignment Exception
- Then
- I click link "Book Ola/Uber"
- Then
- I should see "Uber"
- When
- Buttons "×" pressed
- Then
- I should not see element "Uber"
- Correct create trip rosters and change driver
-
- Given
- Filling database with two drivers
- Given
- I am on "/"
- Given
- I am try to log in as employer
- Given
- Create Trip roaster
- Given
- Assign driver to trip roster
- Given
- I click link "Change Driver"
- Then
- I select new driver
- When
- I click link "Dispatch"
- Then
- I click link "Submit"
- Correct create on check OUT Direction trip rosters and change driver
-
- Given
- Filling database with two drivers
- Given
- I am on "/"
- Given
- I am try to log in as employer
- Given
- Create Employee Trip Request "check_out"
- And
- Select Employee Trip Request "check_out"
- And
- I click link "Approve"
- When
- Buttons "Create Trip Roster" pressed
- Then
- Wait for modal "Create New Trip Roster"
- When
- Buttons "Submit" pressed
- Given
- Assign driver to trip roster
- Given
- I click link "Change Driver"
- Then
- I select new driver
- When
- I click link "Dispatch"
- Then
- I click link "Submit"
- Correct create trip and change driver in modal trip info
-
- Given
- Filling database with two drivers
- Given
- I am on "/"
- Given
- I am try to log in as employer
- Given
- Create Trip roaster
- Given
- Assign driver to trip roster
- When
- I open new trip roster manifest
- When
- I click to "#change-driver"
- Then
- I select new driver
- When
- I click link "Dispatch"
- Then
- I click link "Submit"
- Correct create on check OUT Direction trip rosters and assign driver
-
- Given
- Filling database
- Given
- I am on "/"
- Given
- I am try to log in as employer
- Given
- Create Employee Trip Request "check_out"
- And
- Select Employee Trip Request "check_out"
- And
- I click link "Approve"
- When
- Buttons "Create Trip Roster" pressed
- Then
- Wait for modal "Create New Trip Roster"
- When
- Buttons "Submit" pressed
- Given
- Assign driver to trip roster
- Given
- I am logout
- When
- I am try to log in as employer
- Given
- I am on "/trips"
- Given
- I click link "Manifest"
- When
- I open new trip roster manifest
- Then
- Wait until find elem "#modal-trip-info"
- Then
- I should see right information in manifest modal
- Test Complete on check OUT Direction With Exception Wrong Assignment
-
- Given
- Filling database
- Given
- I am on "/"
- Given
- I am try to log in as employer
- Given
- Create Employee Trip Request "check_out"
- And
- Select Employee Trip Request "check_out"
- And
- I click link "Approve"
- When
- Buttons "Create Trip Roster" pressed
- Then
- Wait for modal "Create New Trip Roster"
- When
- Buttons "Submit" pressed
- Given
- I am logout
- Given
- I am try to log in as operator
- Given
- I am on "/trips"
- Given
- I click link "Manifest"
- When
- I click to "#complete_with_exception"
- Then
- Wait until find elem "#exception_reasons_sm"
- Then
- I select Wrong Assignment Exception
- Then
- I click link "Submit"
- Then
- I click to ".btn-trip-info"
- Then
- I should see "Reason for Exception: Wrong Assignment"
- Test Complete on check OUT Direction With Exception Uber
-
- Given
- Filling database
- Given
- I am on "/"
- Given
- I am try to log in as employer
- Given
- Create Employee Trip Request "check_out"
- And
- Select Employee Trip Request "check_out"
- And
- I click link "Approve"
- When
- Buttons "Create Trip Roster" pressed
- Then
- Wait for modal "Create New Trip Roster"
- When
- Buttons "Submit" pressed
- Given
- I am logout
- Given
- I am try to log in as operator
- Given
- I am on "/trips"
- Given
- I click link "Manifest"
- When
- I click to "#complete_with_exception"
- Then
- Wait until find elem "#exception_reasons_sm"
- Then
- I select Wrong Assignment Exception
- Then
- I click link "Book Ola/Uber"
- Then
- I should see "Uber"
- Then
- I click link "Submit"
- Then
- I click to ".btn-trip-info"
- Then
- I should see "Uber"
- Correct create trip and open map
-
- Given
- Filling database
- Given
- I am on "/"
- Given
- I am try to log in as employer
- Given
- Create Trip roaster
- Given
- Assign driver to trip roster
- When
- I open new trip roster manifest
- When
- I click to "#open-map"
- Then
- I should see "CLOSE MAP"
- Correct create trip and broken car
-
- Given
- Filling database
- Given
- I am on "/"
- Given
- I am try to log in as employer
- Given
- Create Trip roaster
- Given
- Assign driver to trip roster
- When
- I open new trip roster manifest
- When
- I click to "#car_broke_down"
- Then
- I click link "Car Broke Down"
- Then
- I should see "Broke Down"
- Then
- I click link "Car OK"
- Then
- I should see "Paired"
- Test Complete on check OUT Direction With Exception Network Issue
-
- Given
- Filling database
- Given
- I am on "/"
- Given
- I am try to log in as employer
- Given
- Create Employee Trip Request "check_out"
- And
- Select Employee Trip Request "check_out"
- And
- I click link "Approve"
- When
- Buttons "Create Trip Roster" pressed
- Then
- Wait for modal "Create New Trip Roster"
- When
- Buttons "Submit" pressed
- Given
- I am logout
- Given
- I am try to log in as operator
- Given
- I am on "/trips"
- Given
- I click link "Manifest"
- When
- I click to "#complete_with_exception"
- Then
- Wait until find elem "#exception_reasons_sm"
- Then
- I select Network Issue Exception
- Then
- I click link "Submit"
- Then
- I click to ".btn-trip-info"
- Then
- I should see "Reason for Exception: Network Issue"
- Test Complete on check OUT Direction With Exception App Issue
-
- Given
- Filling database
- Given
- I am on "/"
- Given
- I am try to log in as employer
- Given
- Create Employee Trip Request "check_out"
- And
- Select Employee Trip Request "check_out"
- And
- I click link "Approve"
- When
- Buttons "Create Trip Roster" pressed
- Then
- Wait for modal "Create New Trip Roster"
- When
- Buttons "Submit" pressed
- Given
- I am logout
- Given
- I am try to log in as operator
- Given
- I am on "/trips"
- Given
- I click link "Manifest"
- When
- I click to "#complete_with_exception"
- Then
- Wait until find elem "#exception_reasons_sm"
- Then
- I select App Issue Exception
- Then
- I click link "Submit"
- Then
- I click to ".btn-trip-info"
- Then
- I should see "Reason for Exception: App Issue"
- Test Complete on check OUT Direction With Exception Driver Didnt Accept
-
- Given
- Filling database
- Given
- I am on "/"
- Given
- I am try to log in as employer
- Given
- Create Employee Trip Request "check_out"
- And
- Select Employee Trip Request "check_out"
- And
- I click link "Approve"
- When
- Buttons "Create Trip Roster" pressed
- Then
- Wait for modal "Create New Trip Roster"
- When
- Buttons "Submit" pressed
- Given
- I am logout
- Given
- I am try to log in as operator
- Given
- I am on "/trips"
- Given
- I click link "Manifest"
- When
- I click to "#complete_with_exception"
- Then
- Wait until find elem "#exception_reasons_sm"
- Then
- I select Driver Didnt Accept Exception
- Then
- I click link "Submit"
- Then
- I click to ".btn-trip-info"
- Then
- I should see "Reason for Exception: Driver Didn’t Accept"
- Test Complete on check OUT Direction With Exception Driver Off Duty
-
- Given
- Filling database
- Given
- I am on "/"
- Given
- I am try to log in as employer
- Given
- Create Employee Trip Request "check_out"
- And
- Select Employee Trip Request "check_out"
- And
- I click link "Approve"
- When
- Buttons "Create Trip Roster" pressed
- Then
- Wait for modal "Create New Trip Roster"
- When
- Buttons "Submit" pressed
- Given
- I am logout
- Given
- I am try to log in as operator
- Given
- I am on "/trips"
- Given
- I click link "Manifest"
- When
- I click to "#complete_with_exception"
- Then
- Wait until find elem "#exception_reasons_sm"
- Then
- I select Driver Off Duty Exception
- Then
- I click link "Submit"
- Then
- I click to ".btn-trip-info"
- Then
- I should see "Reason for Exception: Driver Off Duty"
- Test Complete on check OUT Direction With Exception Trip was cancelled
-
- Given
- Filling database
- Given
- I am on "/"
- Given
- I am try to log in as employer
- Given
- Create Employee Trip Request "check_out"
- And
- Select Employee Trip Request "check_out"
- And
- I click link "Approve"
- When
- Buttons "Create Trip Roster" pressed
- Then
- Wait for modal "Create New Trip Roster"
- When
- Buttons "Submit" pressed
- Given
- I am logout
- Given
- I am try to log in as operator
- Given
- I am on "/trips"
- Given
- I click link "Manifest"
- When
- I click to "#complete_with_exception"
- Then
- Wait until find elem "#exception_reasons_sm"
- Then
- I select Trip was cancelled Exception
- Then
- I click link "Submit"
- Then
- I click to ".btn-trip-info"
- Then
- I should see "Reason for Exception: Trip was cancelled"
- Test Complete on check OUT Direction With Exception Driver Completed Trip
-
- Given
- Filling database
- Given
- I am on "/"
- Given
- I am try to log in as employer
- Given
- Create Employee Trip Request "check_out"
- And
- Select Employee Trip Request "check_out"
- And
- I click link "Approve"
- When
- Buttons "Create Trip Roster" pressed
- Then
- Wait for modal "Create New Trip Roster"
- When
- Buttons "Submit" pressed
- Given
- I am logout
- Given
- I am try to log in as operator
- Given
- I am on "/trips"
- Given
- I click link "Manifest"
- When
- I click to "#complete_with_exception"
- Then
- Wait until find elem "#exception_reasons_sm"
- Then
- I select Driver Completed Trip Exception
- Then
- I click link "Submit"
- Then
- I click to ".btn-trip-info"
- Then
- I should see "Reason for Exception: Driver Completed Trip"
- Test Complete on check OUT Direction With Exception Other
-
- Given
- Filling database
- Given
- I am on "/"
- Given
- I am try to log in as employer
- Given
- Create Employee Trip Request "check_out"
- And
- Select Employee Trip Request "check_out"
- And
- I click link "Approve"
- When
- Buttons "Create Trip Roster" pressed
- Then
- Wait for modal "Create New Trip Roster"
- When
- Buttons "Submit" pressed
- Given
- I am logout
- Given
- I am try to log in as operator
- Given
- I am on "/trips"
- Given
- I click link "Manifest"
- When
- I click to "#complete_with_exception"
- Then
- Wait until find elem "#exception_reasons_sm"
- Then
- I select other Exception
- Then
- I click link "Submit"
- Then
- I click to ".btn-trip-info"
- Then
- I should see "Completed with Exception"
Last published over 4 years ago by ashish lhoiya.