Project Number Date
ApolloFullRunnerReport develop.332 04 mar 2021, 16:41

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Mode of transportation status 35 2 40 0 0 77 1 2 3 1m 56s 862ms Failed
Feature Mode of transportation status
Given Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 1s 110ms
When Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 072ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 355ms
And Go to mode of transportation details 115ms
Then Reject mode of transportation 062ms
And Verify that user is redirected to mode of transportation tab 174ms
Then Check if "Odrzucony" status is visible in mode of transportation table 027ms
After Hooks.deleteModeOfTransportationAfterTest() 085ms
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 981ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 184ms
And Create mode of transportation with "AAAA0000" "Marka" "Model" "BBBB0000" 16s 145ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 189ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 031ms
And Go to mode of transportation details 122ms
And Add "WINTER_MAPPING" document to mode of transportation 15s 262ms
And Add "SUMMER_MAPPING" document to mode of transportation 15s 225ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation 15s 407ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 209ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 023ms
And If user is login then logout 090ms
And Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 1s 457ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 343ms
And Go to mode of transportation details 163ms
And Accept "WINTER_MAPPING" document 15s 069ms
And Accept "SUMMER_MAPPING" document 217ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document 15s 108ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 292ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 030ms
And Go to mode of transportation details 168ms
And Approve mode of transportation 061ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 187ms
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 Disable mode of transportation by API 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() 096ms
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 242ms
When Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 069ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 391ms
And Go to mode of transportation details 115ms
Then Approve mode of transportation 060ms
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:114)
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() 092ms