Project Number Date
ApolloFullRunnerReport master.336 06 mar 2021, 05:01

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Mode of transportation status 35 2 39 0 0 76 1 2 3 2m 11s 032ms Failed
Feature Mode of transportation status
Given Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 1s 140ms
When Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 085ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 210ms
And Go to mode of transportation details 116ms
Then Reject mode of transportation 054ms
And Verify that user is redirected to mode of transportation tab 147ms
Then Check if "Odrzucony" status is visible in mode of transportation table 031ms
After Hooks.deleteModeOfTransportationAfterTest() 067ms
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 942ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 173ms
And Create mode of transportation with "AAAA0000" "Marka" "Model" "BBBB0000" 16s 100ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 180ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 027ms
And Go to mode of transportation details 118ms
And Add "WINTER_MAPPING" document to mode of transportation 15s 218ms
And Add "SUMMER_MAPPING" document to mode of transportation 15s 175ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation 15s 416ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 230ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 024ms
And If user is login then logout 079ms
And Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 1s 410ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 230ms
And Go to mode of transportation details 168ms
And Accept "WINTER_MAPPING" document 15s 137ms
And Accept "SUMMER_MAPPING" document 15s 117ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document 15s 071ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 256ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 030ms
And Go to mode of transportation details 167ms
And Approve mode of transportation 075ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 157ms
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 Show disabled mode of transportations in the table 000ms
And Check if "Wyłączony" status is visible in mode of transportation table 000ms
After Hooks.deleteModeOfTransportationAfterTest() 064ms
Scenario Outline Check if accepted mode of transportation status is accepted
Steps
Given Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 1s 252ms
When Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 073ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 208ms
And Go to mode of transportation details 114ms
Then Approve mode of transportation 051ms
And Check if confirm mode of transportation button is visible 15s 006ms
java.lang.AssertionError: Confirm mode of transportation button is not visible!
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.ModeOfTransportation.MOTDetailsTest.checkIfConfirmMOTButtonIsVisible(MOTDetailsTest.java:313)
	at ✽.Check if confirm mode of transportation button is visible(file:Features/Atom/ModeOfTransportation/MOTStatus.feature:113)
Then Go to "MODE_OF_TRANSPORTATION_TAB" 000ms
And Verify that user is redirected to mode of transportation tab 000ms
Then Check if "Zaakceptowany" status is visible in mode of transportation table 000ms
After Hooks.deleteModeOfTransportationAfterTest() 069ms