Project Number Date
ApolloFullRunnerReport develop.360 27 mar 2021, 05:51

Tag Report

Steps Scenarios Features
Tag Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
@rollbackTaskChanges 22 1 0 0 0 23 1 1 2 56s 921ms Failed
View Feature Status confirmation
Scenario Outline Confirmed statuses of existing orders should not be deleted - even after editing the order [A-6874]
Steps
Given Set token of apiUsername "super-admin-farmacol" 109ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 1s 230ms
And Create advice by JSON file "CREATE_ADVICE_FOR_EXTERNAL_DELIVERY" as "super-admin-farmacol" 667ms
And Get "START_OF_UNLOADING" data for transport type "EXTERNAL_DELIVERY" and principal "farmacol" 025ms
When Login as "farmacol-admin" 2s 552ms
And Go to "TRANSPORT_TABLE" 222ms
And Set actual confirmed transport status list 1s 380ms
And Disable task by API 037ms
And Go to transport details "EXTERNAL_DELIVERY" 4s 422ms
And Edit transport hours and recalculate statuses 16s 333ms
Then Verify that confirmed statuses is still the same 206ms
java.lang.AssertionError: Wyłączony task jest niewidoczny na liście potwierdzonych statusów!
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.StatusTests.ConfirmStatuses.verifyThatConfirmedStatusesIsStillTheSame(ConfirmStatuses.java:226)
	at ✽.Verify that confirmed statuses is still the same(file:Features/Atom/Statuses/ConfirmStatuses.feature:317)
After Hooks.deleteTransportAfterTest() 131ms
After Hooks.rollbackTaskChanges() 042ms
View Feature Status
Given Set token of apiUsername "super-admin-farmacol" 094ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 1s 185ms
And Create advice by JSON file "CREATE_ADVICE_FOR_EXTERNAL_DELIVERY" as "super-admin-farmacol" 624ms
And Get "START_OF_UNLOADING" data for transport type "EXTERNAL_DELIVERY" and principal "farmacol" 024ms
When Login as "farmacol-admin" 1s 083ms
And Go to "TRANSPORT_TABLE" 211ms
And Confirm statuses until reach "registered-katowice-przyjęcia" 6s 648ms
And Disable task by API 066ms
And Find transport pencil button in transports table 1s 234ms
And Click pencil and move transport to next day in schedule 18s 208ms
And Go to "TRANSPORT_TABLE" 214ms
Then Verify that "START_OF_UNLOADING" is not visible 137ms
After Hooks.deleteTransportAfterTest() 094ms
After Hooks.rollbackTaskChanges() 040ms