Given
Set token of apiUsername "super-admin-adama"
232ms
And
Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama"
2s 688ms
And
Remove action authority with: "adama" "adama-admin" "DELIVERY" "UPDATE_MAIN_DATA_SECTION" "UNLIMITED"
299ms
And
Remove action authority with: "adama" "adama-admin" "DELIVERY" "UPDATE_ADVICE" "UNLIMITED"
301ms
And
Add action authority with: "adama" "adama-admin" "DELIVERY" "EDIT_DESCRIPTION_FIELD" "UNLIMITED"
307ms
And
Login as "adama-admin" and set token of apiUsername "super-admin-adama"
4s 874ms
When
Find transport in table with status "planned"
3s 782ms
And
Confirm statuses until reach "process-ended"
9s 474ms
And
Wait "90" seconds
1m 30s
And
Go to "ARCHIVE_TAB"
549ms
And
Show "DELIVERY"
171ms
And
Go to transport details "DELIVERY"
32s 688ms
And
Change filled value in transport details "transport-description" "text" "opis" "0"
1s 928ms
And
Click "save-transport-and-close" save button and wait for form to disappear
16s 900ms
And
Go to transport details "DELIVERY"
32s 600ms
Then
Verify that "transport-description" in transport has value "opis"
075ms
org.junit.ComparisonFailure: Niepoprawna wartość pola - transport-description expected:<[]> but was:<[opis]>
at org.junit.Assert.assertEquals(Assert.java:115)
at CucumberTests.Transport.TransportFormTest.checkIfInTransportHasValue(TransportFormTest.java:299)
at ✽.Verify that "transport-description" in transport has value "opis"(file:Features/Atom/Transport/TransportForm/TransportForm.feature:250)