Given
Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper"
2s 479ms
And
Go to "SETTINGS_TAB"
935ms
And
Go to warehouse "Magazyn Surowców"
1s 350ms
When
Add assortment group to warehouse with selected "TANKER_GRANULATE_DELIVERY"
4s 399ms
And
Check if created assortment group is visible in warehouse settings
102ms
And
Refresh page
2s 184ms
Then
Go to new transport "TANKER_GRANULATE_DELIVERY"
3s 431ms
And
Check if assortment group can be selected in transport form
344ms
And
Close transport details
15s 268ms
And
Go to new transport "UNLOAD"
639ms
And
Select warehouse in transport form "Magazyn Surowców"
671ms
And
Check if assortment group can't be selected in transport form
303ms
java.lang.AssertionError: Grupa asortymentowa jest widoczna w formularzu tworzenia nowego transportu! expected:<1> but was:<0>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at CucumberTests.Warehouse.AssortmentGroupTest.checkIfAssortmentGroupCanTBeSelectedInTransportForm(AssortmentGroupTest.java:111)
at ✽.Check if assortment group can't be selected in transport form(file:Features/Atom/Warehouse/AssortmentGroup.feature:62)