Project Number Date
ApolloFullRunnerReport after_release_3_6_0.318 24 lut 2021, 23:40

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Status revocation 8 2 2 0 0 12 0 2 2 41s 815ms Failed
Feature Status revocation
Scenario Outline Check if it is possible to revoke statuses by user
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 600ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 346ms
And Confirm to the last status by API 219ms
When Find statuses for transport in table 2s 004ms
And Revoke statuses until reach "advice-added" 15s 242ms
java.lang.ArrayIndexOutOfBoundsException: -1
	at java.util.ArrayList.elementData(ArrayList.java:422)
	at java.util.ArrayList.get(ArrayList.java:435)
	at Pages.Transport.TransportsPage.revokeStatuses(TransportsPage.java:345)
	at CucumberTests.StatusTests.RevokeStatuses.revokeStatusesUntilReach(RevokeStatuses.java:48)
	at ✽.Revoke statuses until reach "advice-added"(file:Features/Atom/Statuses/RevokeStatuses.feature:9)
Then Check if transport has "advice-added" 000ms
After Hooks.deleteTransportAfterTest() 114ms
Scenario Outline Check if it is possible to revoke statuses by user
Steps
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 941ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 303ms
And Confirm to the last status by API 262ms
When Find statuses for transport in table 1s 690ms
And Revoke statuses until reach "planned" 15s 203ms
java.lang.ArrayIndexOutOfBoundsException
Then Check if transport has "planned" 000ms
After Hooks.deleteTransportAfterTest() 093ms