Project Number Date
ApolloFullRunnerReport after_release_3_6_0.315 23 lut 2021, 00:04

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Move transport to archive 8 1 3 0 0 12 0 1 1 1m 4s 548ms Failed
Feature Move transport to archive
Scenario Outline Check if delayed transport is moved to archived and can be restored
Steps
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 2s 373ms
And Check expected date interval for principal "neuca" in transport type "DELIVERY" and task "ARRIVE" 003ms
And Get setting "DELAY_TIME_TO_MOVE_ORDER_TO_ARCHIVE_AFTER_TASK_TIMEOUT" for "neuca" 019ms
And Set proper delay time to move order to archive after task timeout 025ms
When Create transport with time window start at closest full hour "CREATE_DELIVERY" by API as "super-admin-neuca" 302ms
And Wait "60" seconds 1m
And Go to "WAREHOUSE_TAB" 676ms
And Change warehouse in schedule to: "Katowice" 1s 060ms
And Verify that transport window is grey 087ms
java.lang.AssertionError: Okno zlecenia nie zrobiło się szare
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Warehouse.WarehouseTest.verifyThatTransportWindowIsGrey(WarehouseTest.java:113)
	at ✽.Verify that transport window is grey(file:Features/Atom/Transport/Archive.feature:13)
And Verify that transport is in archive 000ms
Then Restore transport from archive 000ms
And Verify that transport has been successfully restored 000ms
After Hooks.deleteTransportAfterTest() 103ms
After Hooks.rollbackSettings() 027ms