Project Number Date
ApolloFullRunnerReport A-7183.341 15 mar 2021, 05:07

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Company Resources 13 1 6 0 0 20 1 1 2 1m 55s 226ms Failed
Feature Company Resources
Scenario Outline Check if it possible to save resource to company from transport form
Steps
Given Set "transport" inputs from JSON file "CREATE_DELIVERY_CONTRACTOR" "super-admin-neuca" 003ms
And Login as "pna1-carrier" and set token of apiUsername "super-admin-neuca" 2s 985ms
And Go to new transport "DELIVERY" 15s 333ms
And Fill transport form 42s 622ms
java.lang.AssertionError: Nie można wypełnić pola warehouse-zone, 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.CreateTransport.fillTransportForm(CreateTransport.java:170)
	at ✽.Fill transport form(file:Features/Atom/Companies/CompanyResources.feature:8)
And Select "save-as-resource" checkbox 000ms
When Click "save-transport" save button and wait for form to disappear 000ms
And Set advice window in schedule 000ms
And Check is transport created in schedule and set transport id 000ms
Then Go to "OWN_COMPANY_TAB" 000ms
And Check if advice values are visible in company resources 000ms
After Hooks.deleteTransportAfterTest() 001ms
Given Set "transport" inputs from JSON file "CREATE_DELIVERY_SUPPLIER" "super-admin-alrec" 002ms
And Login as "daa1-supplier-3" and set token of apiUsername "super-admin-alrec" 3s 317ms
And Go to new transport "DELIVERY" 15s 287ms
And Fill transport form 16s 233ms
And Select "save-as-resource" checkbox 266ms
When Click "save-transport" save button and wait for form to disappear 15s 619ms
And Set advice window in schedule 2s 141ms
And Check is transport created in schedule and set transport id 934ms
Then Go to "OWN_COMPANY_TAB" 344ms
And Check if advice values are visible in company resources 135ms
After Hooks.deleteTransportAfterTest() 152ms