Project Number Date
ApolloFullRunnerReport 2021.AT1.12 25 Jul 2021, 06:02

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
CRUD warehouse zones 14 1 1 0 0 16 1 1 2 16s 268ms Failed
Feature CRUD warehouse zones
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 089ms
Given Create warehouse zone "CREATE_WAREHOUSE_ZONE" by JSON file as "super-admin-alrec" 4s 142ms
And Create ramp to a warehouse zone "ADD_RAMP_TO_WAREHOUSE_ZONE" by JSON file as "super-admin-alrec" 3s 898ms
Then Disable warehouse zone "DELETE_WAREHOUSE_ZONE" by JSON file as "super-admin-alrec" 3s 812ms
And Go to "WAREHOUSE_TAB" 286ms
Then Check if the ramps are not visible in the schedule after the zone is disabled 057ms
After Hooks.removeZoneAfterTest() 3s 781ms
Scenario Outline Check message when a warehouse zone was saved without any connections with transport types [A-7540]
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 010ms
And Go to "SETTINGS_TAB" 292ms
And Go to warehouse "Lantmannen Unibake Poland - Nieporęt" 1s 165ms
And Go to add new warehouse form 078ms
Then Check if transport type checkbox in new warehouse zone form is selected 026ms
When Fill new warehouse zone form 246ms
And Unselect all transport type checkbox in new warehouse zone form 109ms
And Save new warehouse zone form 048ms
Then Check message in javascript alert "Czy na pewno chcesz zostawić strefę bez powiązania z typem transportu?" 003ms
java.lang.AssertionError: Treść popup'u nie pasuje
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Warehouse.WarehouseTest.checkMessageInJavascriptAlert(WarehouseTest.java:170)
	at ✽.Check message in javascript alert "Czy na pewno chcesz zostawić strefę bez powiązania z typem transportu?"(file:Features/Atom/Warehouse/Zones.feature:56)
And Dismiss alert 000ms