Given
Login as "bausch-admin" and set token of apiUsername "super-admin-bausch"
1s 736ms
When
Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000"
067ms
And
Go to "MODE_OF_TRANSPORTATION_TAB"
359ms
And
Go to mode of transportation details
147ms
Then
Reject mode of transportation
065ms
And
Verify that user is redirected to mode of transportation tab
194ms
Then
Check if "Odrzucony" status is visible in mode of transportation table
028ms
org.junit.ComparisonFailure: Status Odrzucony jest widoczny w tabeli expected:<[Odrzuco]ny> but was:<[Niezaakceptowa]ny>
at org.junit.Assert.assertEquals(Assert.java:115)
at CucumberTests.ModeOfTransportation.MOTTableTest.checkIfStatusIsVisibleInCreatedMOT(MOTTableTest.java:69)
at ✽.Check if "Odrzucony" status is visible in mode of transportation table(file:Features/Atom/ModeOfTransportation/MOTStatus.feature:11)