Project Number Date
ApolloFullRunnerReport master.333 05 mar 2021, 05:03

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 1m 56s 792ms Failed
Feature Mode of transportation status
Given Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 1s 125ms
When Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 079ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 191ms
And Go to mode of transportation details 198ms
Then Reject mode of transportation 053ms
And Verify that user is redirected to mode of transportation tab 137ms
Then Check if "Odrzucony" status is visible in mode of transportation table 028ms
After Hooks.deleteModeOfTransportationAfterTest() 052ms
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 882ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 179ms
And Create mode of transportation with "AAAA0000" "Marka" "Model" "BBBB0000" 16s 172ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 199ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 031ms
And Go to mode of transportation details 124ms
And Add "WINTER_MAPPING" document to mode of transportation 15s 216ms
And Add "SUMMER_MAPPING" document to mode of transportation 15s 179ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation 15s 357ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 232ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 030ms
And If user is login then logout 094ms
And Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 1s 391ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 241ms
And Go to mode of transportation details 182ms
And Accept "WINTER_MAPPING" document 15s 098ms
And Accept "SUMMER_MAPPING" document 15s 752ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document 232ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 213ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 030ms
And Go to mode of transportation details 142ms
And Approve mode of transportation 065ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 160ms
And Check if "Zaakceptowany" status is visible in mode of transportation table 029ms
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() 078ms
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 235ms
When Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 067ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 214ms
And Go to mode of transportation details 109ms
Then Approve mode of transportation 058ms
And Check if confirm mode of transportation button is visible 15s 048ms
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() 074ms