Project Number Date
ApolloFullRunnerReport master.313 19 lut 2021, 11:56

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Public Api - Statuses confirmation 6 1 5 0 0 12 0 1 1 28s 196ms Failed
Feature Public Api - Statuses confirmation
Scenario Outline Check if it is possible to confirm statuses by Public API
Steps
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 5s 546ms
When Create transport by JSON file "CREATE_DELIVERY" as "super-admin-piast" for api version "v1" and expect status "200" 1s 861ms
And Check is transport "DELIVERY" created in transport table and set transport id 1s 179ms
And Click button advice in transport table "DELIVERY" 136ms
And Set advice window in schedule 3s 019ms
And Get inputs from database "CREATE_ADVICE_DELIVERY" "super-admin-piast" 1s 369ms
And Fill advice form 15s 083ms
java.lang.AssertionError: Nie można wypełnić pola terms-of-condition, ponieważ nie udało się go znaleźć w formularzu
	at org.junit.Assert.fail(Assert.java:88)
	at CucumberTests.Transport.Transport.fillForm(Transport.java:152)
	at CucumberTests.Transport.AdviceTransport.fillAdviceForm(AdviceTransport.java:110)
	at ✽.Fill advice form(file:Features/Api/ConfirmStatuses.feature:11)
And Click advice save button and wait for advice form to disappear 000ms
And Find transport in table with status "advice-added" 000ms
And Confirm status by public api "v1" and "super-admin-piast" with "ARRIVAL" in "DELIVERY" 000ms
And Click refresh button on "DELIVERY" 000ms
Then Check if transport has "in-the-area" 000ms
After Hooks.deleteTransportAfterTest() 411ms