Project Number Date
ApolloFullRunnerReport apollo-test-2.70 07 lip 2021, 01:02

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Transport transfer full scenario 26 1 0 0 0 27 1 1 2 3m 54s 242ms Failed
Feature Transport transfer full scenario
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 3s 013ms
And Get inputs from database "CREATE_TRANSPOSRT_ORDER" "super-admin-adama" 022ms
When Go to new transport "TRANSPORT" 879ms
And Fill transport form 29s 089ms
And Click "save-transport-and-close" save button and wait for form to disappear 1s 497ms
And Transfer transport to carrier "Przewoźnik Adama Automat 1" with "true" 20s 233ms
And Check is transport "TRANSPORT" created in transport table and set transport id 1s 300ms
And Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 3s 757ms
And Accept or reject "reject" transferred transport 19s 295ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 771ms
And Transfer transport to carrier "Przewoźnik Adama Automat 1" with "true" 20s 610ms
And Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 4s 965ms
And Accept or reject "accept" transferred transport 5s 459ms
Then Verify that transport is accept or reject "accept" 095ms
After Hooks.deleteTransportAfterTest() 671ms
Scenario Outline Check if possible to edit transport after advice cancellation.
Steps
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 3s 720ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-piast" 028ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 2s 176ms
When Show all transport types 1s 284ms
And Click button advice in transport table "DELIVERY" 250ms
And Set advice window in schedule 3s 735ms
And Click button cancel in advice form 16s 300ms
And Go to "TRANSPORT_TABLE" 451ms
When Go to transport details "DELIVERY" 3s 183ms
And Fill transport form 1m 9s 380ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 546ms
And Go to transport details "DELIVERY" 3s 100ms
Then Check are transport values equals 090ms
org.junit.ComparisonFailure: Wartości w formularzu w polu percentage-of-execution są niepoprawne, wartość na stronie:  wartość poprawna: 22% expected:<[22%]> but was:<[]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:122)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:238)
	at ✽.Check are transport values equals(file:Features/Scenario/TransportTransfer.feature:39)
After Hooks.deleteTransportAfterTest() 861ms