Given
Set token of apiUsername "super-admin-adama"
114ms
And
Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama"
1s 297ms
And
Remove action authority with: "adama" "adama-admin" "DELIVERY" "UPDATE_MAIN_DATA_SECTION" "UNLIMITED"
2s 483ms
And
Remove action authority with: "adama" "adama-admin" "DELIVERY" "UPDATE_ADVICE" "UNLIMITED"
049ms
And
Add action authority with: "adama" "adama-admin" "DELIVERY" "EDIT_DESCRIPTION_FIELD" "UNLIMITED"
059ms
And
Login as "adama-admin" and set token of apiUsername "super-admin-adama"
4s 588ms
When
Find transport in table with status "planned"
3s 289ms
And
Confirm statuses until reach "process-ended"
12s 589ms
And
Wait "90" seconds
1m 30s
And
Go to "ARCHIVE_TAB"
286ms
And
Show "DELIVERY"
068ms
And
Go to transport details "DELIVERY"
32s 375ms
And
Change filled value in transport details "transport-description" "text" "opis" "0"
1s 318ms
And
Click "save-transport-and-close" save button and wait for form to disappear
22s 938ms
And
Go to transport details "DELIVERY"
32s 363ms
Then
Verify that "transport-description" in transport has value "opis"
031ms
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)