Project Number Date
ApolloFullRunnerReport develop.347 15 cze 2021, 22:44

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Mode of transportation status 97 1 38 0 0 136 8 1 9 4m 11s 213ms Failed
Feature Mode of transportation status
Given Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 1s 052ms
When Create default mode of transportation by API with "pba1-carrier" 067ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 253ms
And Go to mode of transportation details 113ms
Then Reject mode of transportation 056ms
And Verify that user is redirected to mode of transportation tab 149ms
Then Check if "Odrzucony" status is visible in mode of transportation table 031ms
After Hooks.deleteModeOfTransportationAfterTest() 064ms
Scenario Outline Check if mode transportation status change appropriate to performed actions by users
Steps
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 1s 244ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 261ms
And Create mode of transportation with "AAAA0000" "Marka" "Model" "BBBB0000" 16s 162ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 199ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 028ms
And Go to mode of transportation details 117ms
And Add "WINTER_MAPPING" document to mode of transportation 15s 196ms
And Add "SUMMER_MAPPING" document to mode of transportation 15s 201ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation 15s 416ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 258ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 032ms
And If user is login then logout 100ms
And Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 1s 391ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 258ms
And Go to mode of transportation details 162ms
And Accept "WINTER_MAPPING" document 15s 665ms
And Accept "SUMMER_MAPPING" document 15s 705ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document 15s 142ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 227ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 023ms
And Go to mode of transportation details 129ms
And Approve mode of transportation 064ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 148ms
And Check if "Zaakceptowany" status is visible in mode of transportation table 026ms
org.junit.ComparisonFailure: Status Zaakceptowany jest widoczny w tabeli expected:<[Z]aakceptowany> but was:<[Niez]aakceptowany>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.ModeOfTransportation.MOTTableTest.checkIfStatusIsVisibleInCreatedMOT(MOTTableTest.java:71)
	at ✽.Check if "Zaakceptowany" status is visible in mode of transportation table(file:Features/Atom/ModeOfTransportation/MOTStatus.feature:49)
And Go to mode of transportation details 000ms
And Reject "SENSOR_CALIBRATION_CERTIFICATE" document 000ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is rejected 000ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 000ms
And Check if "Zablokowany" status is visible in mode of transportation table 000ms
And Go to mode of transportation details 000ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document 000ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is accepted 000ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 000ms
And Check if "Zaakceptowany" status is visible in mode of transportation table 000ms
And Go to mode of transportation details 000ms
And Reject mode of transportation 000ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 000ms
And Check if "Odrzucony" status is visible in mode of transportation table 000ms
And Go to mode of transportation details 000ms
And Confirm mode of transportation 000ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 000ms
And Check if "Zaakceptowany" status is visible in mode of transportation table 000ms
And If user is login then logout 000ms
And Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 000ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 000ms
And Go to mode of transportation details 000ms
And Add another "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation 000ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 000ms
And Check if "Zaktualizowany" status is visible in mode of transportation table 000ms
And If user is login then logout 000ms
And Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 000ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 000ms
And Go to mode of transportation details 000ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document 000ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is accepted 000ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 000ms
And Check if "Zaakceptowany" status is visible in mode of transportation table 000ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 000ms
And Disable mode of transportation by API 000ms
And Show disabled mode of transportations in the table 000ms
And Go to the last mode of transportations table page 000ms
And Check if "Wyłączony" status is visible in mode of transportation table 000ms
After Hooks.deleteModeOfTransportationAfterTest() 049ms
Given Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 1s 115ms
When Create default mode of transportation by API with "pba1-carrier" 072ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 061ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document by API 063ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 251ms
And Go to mode of transportation details 142ms
Then Approve mode of transportation 065ms
And Check if confirm mode of transportation button is visible 142ms
Then Go to "MODE_OF_TRANSPORTATION_TAB" 204ms
And Verify that user is redirected to mode of transportation tab 031ms
Then Check if "Zaakceptowany" status is visible in mode of transportation table 034ms
After Hooks.deleteModeOfTransportationAfterTest() 067ms
Given Set token of apiUsername "super-admin-bausch" 099ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 234ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 063ms
When Login as "super-admin-bausch" 1s 009ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 253ms
And Go to mode of transportation details 139ms
And Verify that MOT has "SUMMER_MAPPING" document 012ms
Then Disable "SUMMER_MAPPING" document 15s 620ms
And Verify that "SUMMER_MAPPING" document disappeared from MOT details 15s 042ms
And Check if mode of transportation has status "Zaakceptowany" 028ms
After Hooks.deleteModeOfTransportationAfterTest() 073ms
Given Set token of apiUsername "super-admin-bausch" 111ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 343ms
When Login as "super-admin-bausch" 1s 162ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 237ms
And Go to mode of transportation details 266ms
And Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 008ms
Then Disable "SENSOR_CALIBRATION_CERTIFICATE" document 15s 609ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document disappeared from MOT details 15s 009ms
And Check if mode of transportation has status "Zablokowany" 032ms
After Hooks.deleteModeOfTransportationAfterTest() 076ms
Given Set token of apiUsername "super-admin-bausch" 096ms
And Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 063ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 062ms
When Login as "super-admin-bausch" 1s 095ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 230ms
And Go to mode of transportation details 133ms
Then Approve mode of transportation 060ms
And Check if mode of transportation has status "Niezaakceptowany" 019ms
And Check if error message is visible in mode of transportation details 085ms
After Hooks.deleteModeOfTransportationAfterTest() 070ms
Given Set token of apiUsername "super-admin-bausch" 097ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 254ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 064ms
When Login as "super-admin-bausch" 973ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 260ms
And Go to mode of transportation details 161ms
And Verify that MOT has "SUMMER_MAPPING" document 013ms
Then Disable "SUMMER_MAPPING" document 15s 583ms
And Verify that "SUMMER_MAPPING" document disappeared from MOT details 15s 014ms
And Check if mode of transportation has status "Zaakceptowany" 025ms
After Hooks.deleteModeOfTransportationAfterTest() 076ms
Given Set token of apiUsername "super-admin-bausch" 102ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 248ms
When Login as "super-admin-bausch" 1s 280ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 227ms
And Go to mode of transportation details 141ms
And Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 013ms
Then Disable "SENSOR_CALIBRATION_CERTIFICATE" document 15s 664ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document disappeared from MOT details 15s 017ms
And Check if mode of transportation has status "Zablokowany" 030ms
After Hooks.deleteModeOfTransportationAfterTest() 070ms
Given Set token of apiUsername "super-admin-bausch" 104ms
And Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 063ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 060ms
When Login as "super-admin-bausch" 1s 096ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 245ms
And Go to mode of transportation details 136ms
Then Approve mode of transportation 055ms
And Check if mode of transportation has status "Niezaakceptowany" 030ms
And Check if error message is visible in mode of transportation details 030ms
After Hooks.deleteModeOfTransportationAfterTest() 065ms