Given
Set token of apiUsername "super-admin-adama"
128ms
And
Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama"
1s 298ms
And
Remove action authority with: "adama" "adama-admin" "DELIVERY" "UPDATE_MAIN_DATA_SECTION" "UNLIMITED"
068ms
And
Remove action authority with: "adama" "adama-admin" "DELIVERY" "UPDATE_ADVICE" "UNLIMITED"
069ms
And
Add action authority with: "adama" "adama-admin" "DELIVERY" "EDIT_DESCRIPTION_FIELD" "UNLIMITED"
067ms
And
Login as "adama-admin" and set token of apiUsername "super-admin-adama"
1s 450ms
When
Find transport in table with status "planned"
3s 282ms
And
Confirm statuses until reach "process-ended"
21s 512ms
And
Wait "90" seconds
1m 30s
And
Go to "ARCHIVE_TAB"
328ms
And
Show "DELIVERY"
079ms
And
Go to transport details "DELIVERY"
32s 409ms
And
Change filled value in transport details "transport-description" "text" "opis" "0"
1s 332ms
And
Click "save-transport-and-close" save button and wait for form to disappear
15s 622ms
And
Go to transport details "DELIVERY"
32s 350ms
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)