Project Number Date
ApolloFullRunnerReport develop.370 07 kwi 2021, 12:07

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 10s 688ms Failed
Feature Mode of transportation status
Given Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 1s 125ms
When Create default mode of transportation by API with "pba1-carrier" 079ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 235ms
And Go to mode of transportation details 115ms
Then Reject mode of transportation 064ms
And Verify that user is redirected to mode of transportation tab 150ms
Then Check if "Odrzucony" status is visible in mode of transportation table 031ms
After Hooks.deleteModeOfTransportationAfterTest() 072ms
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 078ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 209ms
And Create mode of transportation with "AAAA0000" "Marka" "Model" "BBBB0000" 16s 167ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 219ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 033ms
And Go to mode of transportation details 123ms
And Add "WINTER_MAPPING" document to mode of transportation 15s 223ms
And Add "SUMMER_MAPPING" document to mode of transportation 15s 241ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation 15s 431ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 245ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 027ms
And If user is login then logout 101ms
And Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 1s 382ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 249ms
And Go to mode of transportation details 189ms
And Accept "WINTER_MAPPING" document 15s 103ms
And Accept "SUMMER_MAPPING" document 15s 091ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document 15s 128ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 254ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 023ms
And Go to mode of transportation details 157ms
And Approve mode of transportation 075ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 194ms
And Check if "Zaakceptowany" status is visible in mode of transportation table 025ms
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() 055ms
Given Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 1s 256ms
When Create default mode of transportation by API with "pba1-carrier" 071ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 061ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document by API 088ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 265ms
And Go to mode of transportation details 162ms
Then Approve mode of transportation 065ms
And Check if confirm mode of transportation button is visible 163ms
Then Go to "MODE_OF_TRANSPORTATION_TAB" 188ms
And Verify that user is redirected to mode of transportation tab 031ms
Then Check if "Zaakceptowany" status is visible in mode of transportation table 035ms
After Hooks.deleteModeOfTransportationAfterTest() 064ms
Given Set token of apiUsername "super-admin-bausch" 096ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 307ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 054ms
When Login as "super-admin-bausch" 1s 009ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 245ms
And Go to mode of transportation details 157ms
And Verify that MOT has "SUMMER_MAPPING" document 014ms
Then Disable "SUMMER_MAPPING" document 15s 606ms
And Verify that "SUMMER_MAPPING" document disappeared from MOT details 15s 014ms
And Check if mode of transportation has status "Zaakceptowany" 028ms
After Hooks.deleteModeOfTransportationAfterTest() 085ms
Given Set token of apiUsername "super-admin-bausch" 098ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 292ms
When Login as "super-admin-bausch" 1s 150ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 282ms
And Go to mode of transportation details 173ms
And Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 011ms
Then Disable "SENSOR_CALIBRATION_CERTIFICATE" document 15s 628ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document disappeared from MOT details 15s 036ms
And Check if mode of transportation has status "Zablokowany" 033ms
After Hooks.deleteModeOfTransportationAfterTest() 075ms
Given Set token of apiUsername "super-admin-bausch" 096ms
And Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 077ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 052ms
When Login as "super-admin-bausch" 1s 164ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 245ms
And Go to mode of transportation details 149ms
Then Approve mode of transportation 053ms
And Check if mode of transportation has status "Niezaakceptowany" 029ms
And Check if error message is visible in mode of transportation details 145ms
After Hooks.deleteModeOfTransportationAfterTest() 073ms
Given Set token of apiUsername "super-admin-bausch" 097ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 278ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 066ms
When Login as "super-admin-bausch" 1s 069ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 239ms
And Go to mode of transportation details 169ms
And Verify that MOT has "SUMMER_MAPPING" document 010ms
Then Disable "SUMMER_MAPPING" document 15s 614ms
And Verify that "SUMMER_MAPPING" document disappeared from MOT details 15s 051ms
And Check if mode of transportation has status "Zaakceptowany" 035ms
After Hooks.deleteModeOfTransportationAfterTest() 091ms
Given Set token of apiUsername "super-admin-bausch" 094ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 304ms
When Login as "super-admin-bausch" 1s 140ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 268ms
And Go to mode of transportation details 159ms
And Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 013ms
Then Disable "SENSOR_CALIBRATION_CERTIFICATE" document 15s 672ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document disappeared from MOT details 15s 032ms
And Check if mode of transportation has status "Zablokowany" 036ms
After Hooks.deleteModeOfTransportationAfterTest() 078ms
Given Set token of apiUsername "super-admin-bausch" 095ms
And Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 071ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 054ms
When Login as "super-admin-bausch" 1s 156ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 246ms
And Go to mode of transportation details 157ms
Then Approve mode of transportation 060ms
And Check if mode of transportation has status "Niezaakceptowany" 027ms
And Check if error message is visible in mode of transportation details 035ms
After Hooks.deleteModeOfTransportationAfterTest() 075ms