Project Number Date
ApolloFullRunnerReport apollo-test-2.83 17 lip 2021, 03:37

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 1m 17s 571ms Failed
Feature Status revocation
Scenario Outline Check if it is possible to revoke statuses by user
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 10s 111ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 332ms
And Confirm to the last status by API 1s 445ms
When Find statuses for transport in table 3s 379ms
And Revoke statuses until reach "advice-added" 15s 457ms
java.lang.ArrayIndexOutOfBoundsException: -1
	at java.util.ArrayList.elementData(ArrayList.java:424)
	at java.util.ArrayList.get(ArrayList.java:437)
	at Pages.Transport.TransportsPage.revokeStatuses(TransportsPage.java:331)
	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() 10s 189ms
Scenario Outline Check if it is possible to revoke statuses by user
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 6s 104ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 2s 930ms
And Confirm to the last status by API 1s 686ms
When Find statuses for transport in table 2s 653ms
And Revoke statuses until reach "planned" 30s 469ms
java.lang.ArrayIndexOutOfBoundsException
Then Check if transport has "planned" 000ms
After Hooks.deleteTransportAfterTest() 10s 194ms