Project Number Date
ApolloFullRunnerReport master.338 08 mar 2021, 05:02

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 16s 055ms Failed
Feature Mode of transportation status
Given Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 1s 161ms
When Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 065ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 217ms
And Go to mode of transportation details 108ms
Then Reject mode of transportation 054ms
And Verify that user is redirected to mode of transportation tab 137ms
Then Check if "Odrzucony" status is visible in mode of transportation table 034ms
After Hooks.deleteModeOfTransportationAfterTest() 065ms
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" 6s 724ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 196ms
And Create mode of transportation with "AAAA0000" "Marka" "Model" "BBBB0000" 16s 147ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 195ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 029ms
And Go to mode of transportation details 136ms
And Add "WINTER_MAPPING" document to mode of transportation 15s 214ms
And Add "SUMMER_MAPPING" document to mode of transportation 15s 204ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation 15s 403ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 226ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 030ms
And If user is login then logout 115ms
And Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 1s 435ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 240ms
And Go to mode of transportation details 160ms
And Accept "WINTER_MAPPING" document 15s 106ms
And Accept "SUMMER_MAPPING" document 15s 113ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document 15s 114ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 271ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 026ms
And Go to mode of transportation details 174ms
And Approve mode of transportation 045ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 177ms
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() 058ms
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 207ms
When Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 083ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 233ms
And Go to mode of transportation details 115ms
Then Approve mode of transportation 052ms
And Check if confirm mode of transportation button is visible 15s 063ms
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() 070ms