Project Number Date
ApolloFullRunnerReport refs/heads/develop.6 21 maj 2021, 04:17

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 50s 050ms Failed
Feature Mode of transportation status
Given Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 2s 523ms
When Create default mode of transportation by API with "pba1-carrier" 452ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 548ms
And Go to mode of transportation details 270ms
Then Reject mode of transportation 172ms
And Verify that user is redirected to mode of transportation tab 441ms
Then Check if "Odrzucony" status is visible in mode of transportation table 101ms
After Hooks.deleteModeOfTransportationAfterTest() 289ms
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" 2s 481ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 800ms
And Create mode of transportation with "AAAA0000" "Marka" "Model" "BBBB0000" 17s 327ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 556ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 086ms
And Go to mode of transportation details 284ms
And Add "WINTER_MAPPING" document to mode of transportation 15s 531ms
And Add "SUMMER_MAPPING" document to mode of transportation 15s 491ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation 16s 150ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 627ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 089ms
And If user is login then logout 279ms
And Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 2s 874ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 594ms
And Go to mode of transportation details 388ms
And Accept "WINTER_MAPPING" document 16s 236ms
And Accept "SUMMER_MAPPING" document 16s 211ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document 16s 240ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 592ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 095ms
And Go to mode of transportation details 362ms
And Approve mode of transportation 157ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 512ms
And Check if "Zaakceptowany" status is visible in mode of transportation table 072ms
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() 439ms
Given Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 2s 607ms
When Create default mode of transportation by API with "pba1-carrier" 490ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 372ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document by API 406ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 597ms
And Go to mode of transportation details 344ms
Then Approve mode of transportation 137ms
And Check if confirm mode of transportation button is visible 782ms
Then Go to "MODE_OF_TRANSPORTATION_TAB" 525ms
And Verify that user is redirected to mode of transportation tab 090ms
Then Check if "Zaakceptowany" status is visible in mode of transportation table 082ms
After Hooks.deleteModeOfTransportationAfterTest() 328ms
Given Set token of apiUsername "super-admin-bausch" 222ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 1s 588ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 319ms
When Login as "super-admin-bausch" 2s 306ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 589ms
And Go to mode of transportation details 336ms
And Verify that MOT has "SUMMER_MAPPING" document 047ms
Then Disable "SUMMER_MAPPING" document 15s 833ms
And Verify that "SUMMER_MAPPING" document disappeared from MOT details 15s 033ms
And Check if mode of transportation has status "Zaakceptowany" 088ms
After Hooks.deleteModeOfTransportationAfterTest() 352ms
Given Set token of apiUsername "super-admin-bausch" 230ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 1s 581ms
When Login as "super-admin-bausch" 2s 509ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 599ms
And Go to mode of transportation details 332ms
And Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 049ms
Then Disable "SENSOR_CALIBRATION_CERTIFICATE" document 15s 825ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document disappeared from MOT details 15s 048ms
And Check if mode of transportation has status "Zablokowany" 085ms
After Hooks.deleteModeOfTransportationAfterTest() 460ms
Given Set token of apiUsername "super-admin-bausch" 228ms
And Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 450ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 363ms
When Login as "super-admin-bausch" 2s 468ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 606ms
And Go to mode of transportation details 330ms
Then Approve mode of transportation 152ms
And Check if mode of transportation has status "Niezaakceptowany" 068ms
And Check if error message is visible in mode of transportation details 157ms
After Hooks.deleteModeOfTransportationAfterTest() 312ms
Given Set token of apiUsername "super-admin-bausch" 224ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 1s 604ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 321ms
When Login as "super-admin-bausch" 2s 310ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 585ms
And Go to mode of transportation details 360ms
And Verify that MOT has "SUMMER_MAPPING" document 048ms
Then Disable "SUMMER_MAPPING" document 15s 841ms
And Verify that "SUMMER_MAPPING" document disappeared from MOT details 15s 087ms
And Check if mode of transportation has status "Zaakceptowany" 082ms
After Hooks.deleteModeOfTransportationAfterTest() 448ms
Given Set token of apiUsername "super-admin-bausch" 232ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 1s 570ms
When Login as "super-admin-bausch" 2s 571ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 611ms
And Go to mode of transportation details 350ms
And Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 045ms
Then Disable "SENSOR_CALIBRATION_CERTIFICATE" document 15s 822ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document disappeared from MOT details 15s 032ms
And Check if mode of transportation has status "Zablokowany" 085ms
After Hooks.deleteModeOfTransportationAfterTest() 434ms
Given Set token of apiUsername "super-admin-bausch" 203ms
And Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 444ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 347ms
When Login as "super-admin-bausch" 2s 486ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 597ms
And Go to mode of transportation details 350ms
Then Approve mode of transportation 151ms
And Check if mode of transportation has status "Niezaakceptowany" 073ms
And Check if error message is visible in mode of transportation details 157ms
After Hooks.deleteModeOfTransportationAfterTest() 323ms