Given
Login as "piast-admin" and set token of apiUsername "super-admin-piast"
2s 824ms
And
Get inputs from database "EDIT_DELIVERY" "super-admin-piast"
018ms
And
Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast"
2s 021ms
When
Show all transport types
1s 130ms
And
Click button advice in transport table "DELIVERY"
286ms
And
Set advice window in schedule
3s 328ms
And
Click button cancel in advice form
16s 177ms
And
Go to "TRANSPORT_TABLE"
448ms
When
Go to transport details "DELIVERY"
2s 875ms
And
Fill transport form
1m 7s 986ms
And
Click "save-transport-and-close" save button and wait for form to disappear
30s 158ms
And
Go to transport details "DELIVERY"
2s 890ms
Then
Check are transport values equals
410ms
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:<...oźnik Piast Automat [2]> but was:<...oźnik Piast Automat [1]>
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)