Project Number Date
ApolloFullRunnerReport develop-kapibary.345 11 cze 2021, 03:12

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Status revocation 10 1 1 0 0 12 1 1 2 33s 234ms 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 612ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 387ms
And Confirm to the last status by API 239ms
When Find statuses for transport in table 2s 007ms
And Revoke statuses until reach "advice-added" 15s 203ms
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:328)
	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() 143ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 638ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 332ms
And Confirm to the last status by API 237ms
When Find statuses for transport in table 1s 740ms
And Revoke statuses until reach "planned" 6s 806ms
Then Check if transport has "planned" 027ms
After Hooks.deleteTransportAfterTest() 094ms