Project Number Date
ApolloFullRunnerReport apollo-test-2.52 23 cze 2021, 05:41

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 52s 256ms Failed
Feature Transport transfer full scenario
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 778ms
And Get inputs from database "CREATE_TRANSPOSRT_ORDER" "super-admin-adama" 034ms
When Go to new transport "TRANSPORT" 788ms
And Fill transport form 28s 841ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 940ms
And Transfer transport to carrier "Przewoźnik Adama Automat 1" with "true" 5s 332ms
And Check is transport "TRANSPORT" created in transport table and set transport id 1s 323ms
And Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 2s 738ms
And Accept or reject "reject" transferred transport 18s 542ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 720ms
And Transfer transport to carrier "Przewoźnik Adama Automat 1" with "true" 5s 112ms
And Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 2s 456ms
And Accept or reject "accept" transferred transport 18s 946ms
Then Verify that transport is accept or reject "accept" 075ms
After Hooks.deleteTransportAfterTest() 606ms
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" 6s 229ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-piast" 035ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 2s 069ms
When Show all transport types 1s 139ms
And Click button advice in transport table "DELIVERY" 250ms
And Set advice window in schedule 3s 495ms
And Click button cancel in advice form 16s 216ms
And Go to "TRANSPORT_TABLE" 537ms
When Go to transport details "DELIVERY" 4s 891ms
And Fill transport form 1m 8s 132ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 474ms
And Go to transport details "DELIVERY" 4s 844ms
Then Check are transport values equals 308ms
org.junit.ComparisonFailure: Wartości w formularzu w polu CARRIER są niepoprawne, wartość na stronie: Przewo?nik Piast Automat 1 wartość poprawna: Przewoźnik Piast Automat 2 expected: 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:261)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:238)
	at ✽.Check are transport values equals(file:Features/Scenario/TransportTransfer.feature:39)
After Hooks.deleteTransportAfterTest() 755ms