Project Number Date
ApolloFullRunnerReport kapibary.34 10 cze 2021, 03:52

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Transport Form - Steps section scenarios 134 12 37 0 0 183 9 12 21 3m 32s 373ms Failed
Feature Transport Form - Steps section scenarios
Given Set token of apiUsername "super-admin-farmacol" 273ms
And Add action authority with: "farmacol" "farmacol-admin" "EXTERNAL_DELIVERY" "ADD_LOAD_STEP_FROM_UNLOAD" "ACTIVE" 425ms
And Add action authority with: "farmacol" "farmacol-admin" "EXTERNAL_DELIVERY" "ADD_UNLOAD_STEP_FROM_UNLOAD" "ACTIVE" 307ms
And Login as "farmacol-admin" 6s 365ms
And Go to new transport "EXTERNAL_DELIVERY" 768ms
When Add step "load" 223ms
Then Verify that transport has "3" steps 049ms
After Hooks.rollbackAddedActionAuthorities() 513ms
Given Set token of apiUsername "super-admin-farmacol" 250ms
And Add action authority with: "farmacol" "farmacol-admin" "EXTERNAL_DELIVERY" "ADD_LOAD_STEP_FROM_UNLOAD" "ACTIVE" 297ms
And Add action authority with: "farmacol" "farmacol-admin" "EXTERNAL_DELIVERY" "ADD_UNLOAD_STEP_FROM_UNLOAD" "ACTIVE" 288ms
And Login as "farmacol-admin" 6s 113ms
And Go to new transport "EXTERNAL_DELIVERY" 671ms
When Add step "unload" 199ms
Then Verify that transport has "3" steps 036ms
After Hooks.rollbackAddedActionAuthorities() 493ms
Scenario Outline Check if added step is saved with transport
Steps
Given Set token of apiUsername "super-admin-piast" 249ms
And Add action authority with: "piast" "piast-admin" "LOAD" "ADD_UNLOAD_STEP_FROM_UNLOAD" "ACTIVE" 284ms
And Get "LOAD" settings from "piast" 132ms
And Set transportType settings with values: "isUnloadStepInWarehouseByDefault", "false" 221ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-piast" 174ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.GeneratedConstructorAccessor190.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:83)
	at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:77)
	at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:84)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:250)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure.validate(ResponseSpecificationImpl.groovy:494)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure$validate$1.call(Unknown Source)
	at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1750)
	at sun.reflect.GeneratedMethodAccessor73.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:822)
	at io.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:47)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1755)
	at sun.reflect.GeneratedMethodAccessor72.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:822)
	at io.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:47)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.RequestSpecificationImpl.post(RequestSpecificationImpl.groovy:175)
	at io.restassured.internal.RequestSpecificationImpl.post(RequestSpecificationImpl.groovy)
	at Utils.RestUtils.RestUtil.postObjectToApolloApi(RestUtil.java:64)
	at CucumberTests.Transport.CreateTransport.createByJSONFileAs(CreateTransport.java:76)
	at ✽.Create transport "CREATE_LOAD" by JSON file as "super-admin-piast"(file:Features/Atom/Transport/TransportForm/StepsSection.feature:25)
And Login as "piast-admin" 000ms
And Go to "TRANSPORT_TABLE" 000ms
When Go to transport details "LOAD" 000ms
And Add step "unload" 000ms
And Change filled value in transport details "company-step-2" "autocomplete" "DPA2" "0" 000ms
And Change filled value in transport details "recipient-step-2" "autocomplete" "Testowy" "0" 000ms
Then Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "LOAD" 000ms
And Verify that transport has "3" steps 000ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.rollbackTransportTypeSettings() 218ms
After Hooks.rollbackAddedActionAuthorities() 270ms
Given Login as "pskza1-carrier-2@qa.qa-test" and set token of apiUsername "super-admin-skz" 7s 413ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 458ms
When Go to "TRANSPORT_TABLE" 415ms
And Go to transport details "SMALLS_IMPORT" 17s 369ms
Then Verify that user can't edit time range for load and unload 15s 071ms
After Hooks.deleteTransportAfterTest() 622ms
Given Set token of apiUsername "super-admin-alrec" 240ms
And Get "TRANSPORT_ORDER" settings from "alrec" 118ms
And Set transportType settings with values: "requiresStepsWeight;isWeightVisibleInContractorStep", "true;true" 215ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 986ms
And Go to new transport "TRANSPORT_ORDER" 747ms
And Click "save-transport-and-close" save button 956ms
Then Verify that "weight-step-1" has validation error 1s 165ms
After Hooks.rollbackTransportTypeSettings() 203ms
Scenario Outline Check if step additional data fields are required in step section
Steps
Given Set token of apiUsername "super-admin-alrec" 237ms
And Get "TRANSPORT_ORDER" settings from "alrec" 139ms
And Set transportType settings with values: "requiresStepsQuantity;isQuantityVisibleInContractorStep", "true;true" 193ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 622ms
And Go to new transport "TRANSPORT_ORDER" 685ms
And Click "save-transport-and-close" save button 900ms
Then Verify that "number-of-pallets-step-1" has validation error 1s 081ms
java.lang.AssertionError: Pole number-of-pallets-step-1 powinno być obowiązkowe
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.TransportFormTest.verifyThatHasError(TransportFormTest.java:312)
	at ✽.Verify that "number-of-pallets-step-1" has validation error(file:Features/Atom/Transport/TransportForm/StepsSection.feature:58)
After Hooks.rollbackTransportTypeSettings() 213ms
Scenario Outline Check if step additional data fields are required in step section
Steps
Given Set token of apiUsername "super-admin-alrec" 250ms
And Get "TRANSPORT_ORDER" settings from "alrec" 114ms
And Set transportType settings with values: "requiresStepsQuantityOfBoxes;isNumberOfBoxesVisibleInContractorStep", "true;true" 193ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 674ms
And Go to new transport "TRANSPORT_ORDER" 745ms
And Click "save-transport-and-close" save button 934ms
Then Verify that "number-of-boxes-step-1" has validation error 16s 082ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//div[@data-field-name='number-of-boxes-step-1']/parent::div"}
  (Session info: headless chrome=91.0.4472.77)
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'apollo-test-2', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-50-generic', java.version: '1.8.0_292'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=91.0.4472.19 (1bf021f248676a0b2ab3ee0561d83a59e424c23e-refs/branch-heads/4472@{#288}), userDataDir=/home/teamcity/build-agent/temp/buildTmp/.com.google.Chrome.TIXEpN}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.77, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: b277fd7e9e51ca946d69ade986bcd656
*** Element info: {Using=xpath, value=//div[@data-field-name='number-of-boxes-step-1']/parent::div}
	at sun.reflect.GeneratedConstructorAccessor217.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:356)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:458)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:361)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:348)
	at CucumberTests.Transport.TransportFormTest.verifyThatHasError(TransportFormTest.java:311)
	at ✽.Verify that "number-of-boxes-step-1" has validation error(file:Features/Atom/Transport/TransportForm/StepsSection.feature:58)
After Hooks.rollbackTransportTypeSettings() 214ms
Scenario Outline Check if step additional data fields are required in step section
Steps
Given Set token of apiUsername "super-admin-farmacol" 249ms
And Get "EXTERNAL_DELIVERY" settings from "farmacol" 147ms
And Set transportType settings with values: "requiresStepsQuantity;isQuantityVisibleInContractorStep", "true;true" 266ms
And Login as "farmacol-admin" and set token of apiUsername "super-admin-farmacol" 6s 902ms
And Go to new transport "EXTERNAL_DELIVERY" 733ms
And Click "save-transport-and-close" save button 914ms
Then Verify that "number-of-pallets-step-0" has validation error 1s 080ms
java.lang.AssertionError: Pole number-of-pallets-step-0 powinno być obowiązkowe
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.TransportFormTest.verifyThatHasError(TransportFormTest.java:312)
	at ✽.Verify that "number-of-pallets-step-0" has validation error(file:Features/Atom/Transport/TransportForm/StepsSection.feature:58)
After Hooks.rollbackTransportTypeSettings() 263ms
Scenario Outline Check if step additional data fields are required in step section
Steps
Given Set token of apiUsername "super-admin-farmacol" 240ms
And Get "EXTERNAL_DELIVERY" settings from "farmacol" 149ms
And Set transportType settings with values: "requiresStepsQuantity;isQuantityVisibleInWarehouseStep", "true;true" 254ms
And Login as "farmacol-admin" and set token of apiUsername "super-admin-farmacol" 2s 839ms
And Go to new transport "EXTERNAL_DELIVERY" 728ms
And Click "save-transport-and-close" save button 964ms
Then Verify that "number-of-pallets-step-1" has validation error 1s 161ms
java.lang.AssertionError: Pole number-of-pallets-step-1 powinno być obowiązkowe
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.TransportFormTest.verifyThatHasError(TransportFormTest.java:312)
	at ✽.Verify that "number-of-pallets-step-1" has validation error(file:Features/Atom/Transport/TransportForm/StepsSection.feature:58)
After Hooks.rollbackTransportTypeSettings() 267ms
Scenario Outline Check if step additional data fields are required in step section
Steps
Given Set token of apiUsername "super-admin-hochland" 246ms
And Get "TRANSFER_BETWEEN_WAREHOUSES" settings from "hochland" 164ms
And Set transportType settings with values: "requiresStepsQuantity;isQuantityVisibleInWarehouseStep", "true;true" 262ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 4s 053ms
And Go to new transport "TRANSFER_BETWEEN_WAREHOUSES" 661ms
And Click "save-transport-and-close" save button 970ms
Then Verify that "number-of-pallets-step-0" has validation error 1s 073ms
java.lang.AssertionError: Pole number-of-pallets-step-0 powinno być obowiązkowe
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.TransportFormTest.verifyThatHasError(TransportFormTest.java:312)
	at ✽.Verify that "number-of-pallets-step-0" has validation error(file:Features/Atom/Transport/TransportForm/StepsSection.feature:58)
After Hooks.rollbackTransportTypeSettings() 272ms
Scenario Outline Check if step additional data fields are required in step section
Steps
Given Set token of apiUsername "super-admin-hochland" 361ms
And Get "TRANSFER_BETWEEN_WAREHOUSES" settings from "hochland" 145ms
And Set transportType settings with values: "requiresStepsQuantity;isQuantityVisibleInWarehouseStep", "true;true" 260ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 4s 376ms
And Go to new transport "TRANSFER_BETWEEN_WAREHOUSES" 699ms
And Click "save-transport-and-close" save button 904ms
Then Verify that "number-of-pallets-step-1" has validation error 1s 075ms
java.lang.AssertionError: Pole number-of-pallets-step-1 powinno być obowiązkowe
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.TransportFormTest.verifyThatHasError(TransportFormTest.java:312)
	at ✽.Verify that "number-of-pallets-step-1" has validation error(file:Features/Atom/Transport/TransportForm/StepsSection.feature:58)
After Hooks.rollbackTransportTypeSettings() 292ms
Scenario Outline Check if step additional data fields are required in step section
Steps
Given Set token of apiUsername "super-admin-hochland" 253ms
And Get "DELIVERY" settings from "hochland" 140ms
And Set transportType settings with values: "requiresStepsQuantity;isQuantityVisibleInContractorStep", "true;true" 253ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 952ms
And Go to new transport "DELIVERY" 753ms
And Click "save-transport" save button 310ms
Then Verify that "quantity" has validation error 16s 093ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//div[@data-field-name='quantity']/parent::div"}
  (Session info: headless chrome=91.0.4472.77)
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'apollo-test-2', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-50-generic', java.version: '1.8.0_292'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=91.0.4472.19 (1bf021f248676a0b2ab3ee0561d83a59e424c23e-refs/branch-heads/4472@{#288}), userDataDir=/home/teamcity/build-agent/temp/buildTmp/.com.google.Chrome.TIXEpN}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.77, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: b277fd7e9e51ca946d69ade986bcd656
*** Element info: {Using=xpath, value=//div[@data-field-name='quantity']/parent::div}
	at sun.reflect.GeneratedConstructorAccessor217.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:356)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:458)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:361)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:348)
	at CucumberTests.Transport.TransportFormTest.verifyThatHasError(TransportFormTest.java:311)
	at ✽.Verify that "quantity" has validation error(file:Features/Atom/Transport/TransportForm/StepsSection.feature:58)
After Hooks.rollbackTransportTypeSettings() 288ms
Scenario Outline Check if sum of number of pallets in transport form is correct
Steps
Given Set token of apiUsername "super-admin-neuca" 257ms
And Create transport "CREATE_DELIVERY_TWO_LOADS" by JSON file as "super-admin-neuca" 345ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.GeneratedConstructorAccessor190.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:83)
	at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:77)
	at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:84)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:250)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure.validate(ResponseSpecificationImpl.groovy:494)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure$validate$1.call(Unknown Source)
	at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1750)
	at sun.reflect.GeneratedMethodAccessor73.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:822)
	at io.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:47)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1755)
	at sun.reflect.GeneratedMethodAccessor72.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:822)
	at io.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:47)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.RequestSpecificationImpl.post(RequestSpecificationImpl.groovy:175)
	at io.restassured.internal.RequestSpecificationImpl.post(RequestSpecificationImpl.groovy)
	at Utils.RestUtils.RestUtil.postObjectToApolloApi(RestUtil.java:64)
	at CucumberTests.Transport.CreateTransport.createByJSONFileAs(CreateTransport.java:76)
	at ✽.Create transport "CREATE_DELIVERY_TWO_LOADS" by JSON file as "super-admin-neuca"(file:Features/Atom/Transport/TransportForm/StepsSection.feature:73)
And Login as "neuca-admin" 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Show all transport types 000ms
When Go to transport details "DELIVERY" 000ms
Then Check if sum of number of pallets in transport form in "load" steps is correct 000ms
After Hooks.deleteTransportAfterTest() 000ms
Scenario Outline Check if sum of number of pallets in transport form is correct
Steps
Given Set token of apiUsername "super-admin-hochland" 257ms
And Create transport "CREATE_EXPORT" by JSON file as "super-admin-hochland" 572ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.GeneratedConstructorAccessor190.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:83)
	at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:77)
	at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:84)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:250)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure.validate(ResponseSpecificationImpl.groovy:494)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure$validate$1.call(Unknown Source)
	at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1750)
	at sun.reflect.GeneratedMethodAccessor73.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:822)
	at io.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:47)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1755)
	at sun.reflect.GeneratedMethodAccessor72.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:822)
	at io.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:47)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.RequestSpecificationImpl.post(RequestSpecificationImpl.groovy:175)
	at io.restassured.internal.RequestSpecificationImpl.post(RequestSpecificationImpl.groovy)
	at Utils.RestUtils.RestUtil.postObjectToApolloApi(RestUtil.java:64)
	at CucumberTests.Transport.CreateTransport.createByJSONFileAs(CreateTransport.java:76)
	at ✽.Create transport "CREATE_EXPORT" by JSON file as "super-admin-hochland"(file:Features/Atom/Transport/TransportForm/StepsSection.feature:73)
And Login as "hochland-admin" 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Show all transport types 000ms
When Go to transport details "EXPORT" 000ms
Then Check if sum of number of pallets in transport form in "unload" steps is correct 000ms
After Hooks.deleteTransportAfterTest() 000ms
Scenario Outline Check if sum of number of pallets check message is displayed in transport form
Steps
Given Set token of apiUsername "super-admin-neuca" 250ms
And Get "DELIVERY" settings from "neuca" 189ms
And Set transportType settings with values: "quantitySumCheckValue", "33" 307ms
And Login as "neuca-admin" 2s 493ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" 371ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.GeneratedConstructorAccessor190.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:83)
	at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:77)
	at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:84)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:250)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure.validate(ResponseSpecificationImpl.groovy:494)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure$validate$1.call(Unknown Source)
	at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1750)
	at sun.reflect.GeneratedMethodAccessor73.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:822)
	at io.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:47)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1755)
	at sun.reflect.GeneratedMethodAccessor72.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:822)
	at io.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:47)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.RequestSpecificationImpl.post(RequestSpecificationImpl.groovy:175)
	at io.restassured.internal.RequestSpecificationImpl.post(RequestSpecificationImpl.groovy)
	at Utils.RestUtils.RestUtil.postObjectToApolloApi(RestUtil.java:64)
	at CucumberTests.Transport.CreateTransport.createByJSONFileAs(CreateTransport.java:76)
	at ✽.Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca"(file:Features/Atom/Transport/TransportForm/StepsSection.feature:90)
When Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "DELIVERY" 000ms
And Set number of pallets in "load" step in transport - "32" 000ms
And Check if number of pallets check message is not visible in transport form 000ms
And Set number of pallets in "load" step in transport - "34" 000ms
Then Check if number of pallets check message is visible in transport form 000ms
After Hooks.deleteTransportAfterTest() 001ms
After Hooks.rollbackTransportTypeSettings() 296ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 557ms
When Go to new transport "SMALLS_EXPORT" 727ms
And Change filled value in transport details "company-step-1" "autocomplete" "Dostawca SKZ Automat 2" "0" 7s 436ms
Then Check if available addresses in company step are only of "Dostawca SKZ Automat 2" 909ms
Given Set token of apiUsername "super-admin-farmacol" 299ms
And Add action authority with: "farmacol" "farmacol-admin" "EXTERNAL_DELIVERY" "ADD_UNLOAD_STEP_FROM_UNLOAD" "ACTIVE" 292ms
And Get "EXTERNAL_DELIVERY" settings from "farmacol" 159ms
And Set transportType settings with values: "isUnloadStepInWarehouseByDefault", "true" 363ms
And Login as "farmacol-admin" 6s 452ms
And Go to new transport "EXTERNAL_DELIVERY" 719ms
And Add step "unload" 209ms
And Click "save-transport-and-close" save button 887ms
Then Verify that "time-range-from-date-2" has validation error 1s 066ms
Then Verify that "time-range-to-date-2" has validation error 1s 079ms
And Change filled value in transport details "time-range-from-date-2" "date" "" "0" 3s 796ms
And Click "save-transport-and-close" save button 913ms
And Verify that "time-range-from-date-2" has no validation error 066ms
And Verify that "time-range-to-date-2" has no validation error 069ms
After Hooks.deleteTransportAfterTest() 001ms
After Hooks.rollbackTransportTypeSettings() 272ms
After Hooks.rollbackAddedActionAuthorities() 260ms
Scenario Outline Check if new step is added in proper column in transport form
Steps
Given Set token of apiUsername "super-admin-piast" 258ms
And Add action authority with: "piast" "piast-admin" "LOAD" "ADD_LOAD_STEP_FROM_UNLOAD" "ACTIVE" 286ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 265ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.GeneratedConstructorAccessor190.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:83)
	at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:77)
	at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:84)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:250)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure.validate(ResponseSpecificationImpl.groovy:494)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure$validate$1.call(Unknown Source)
	at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1750)
	at sun.reflect.GeneratedMethodAccessor73.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:822)
	at io.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:47)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1755)
	at sun.reflect.GeneratedMethodAccessor72.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:822)
	at io.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:47)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.RequestSpecificationImpl.post(RequestSpecificationImpl.groovy:175)
	at io.restassured.internal.RequestSpecificationImpl.post(RequestSpecificationImpl.groovy)
	at Utils.RestUtils.RestUtil.postObjectToApolloApi(RestUtil.java:64)
	at CucumberTests.Transport.CreateTransport.createByJSONFileAs(CreateTransport.java:76)
	at ✽.Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast"(file:Features/Atom/Transport/TransportForm/StepsSection.feature:136)
When Login as "piast-admin" 000ms
And Go to transport details "LOAD" 000ms
And Get inputs from database "PIAST_LOAD_ADD_UNLOAD_STEP" "super-admin-piast" 000ms
And Add step "unload" 000ms
And Fill step data 000ms
And Get inputs from database "PIAST_LOAD_ADD_LOAD_STEP" "super-admin-piast" 000ms
And Add step "load" 000ms
And Fill step data 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
Then Go to transport details "LOAD" 000ms
And Check if "unload" step is added as "3" step in transport form 000ms
And Check if "load" step is added as "4" step in transport form 000ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.rollbackAddedActionAuthorities() 284ms
Given Set token of apiUsername "super-admin-skz" 258ms
And Add action authority with: "swisskrono" "super-admin-skz" "SMALLS_EXPORT" "MOVE_LOAD_STEPS" "UNLIMITED" 312ms
And Remove action authority with: "swisskrono" "super-admin-skz" "SMALLS_EXPORT" "MOVE_UNLOAD_STEPS" "UNLIMITED" 038ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 240ms
When Login as "super-admin-skz" 9s 042ms
And Go to transport details "SMALLS_EXPORT" 4s 891ms
And Check if step is draggable "LOAD" 070ms
And Check if step is not draggable "UNLOAD" 064ms
After Hooks.deleteTransportAfterTest() 668ms
After Hooks.rollbackAddedActionAuthorities() 256ms
After Hooks.rollbackRemovedActionAuthorities() 000ms
Given Set token of apiUsername "super-admin-alrec" 251ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ADD_UNLOAD_STEP_FROM_UNLOAD" "ACTIVE" 300ms
And Get "TRANSPORT_ORDER" settings from "alrec" 120ms
And Set transportType settings with values: "numberOfDaysAddedToFirstStep;numberOfDaysAddedToNextSteps", "10;20" 227ms
And Login as "alrec-admin" 4s 512ms
And Go to "TRANSPORT_TABLE" 412ms
When Go to new transport "TRANSPORT_ORDER" 804ms
And Add step "unload" 204ms
Then Check if time range from in step 0 in "Magazyn Alrec Łódź" is in 10 days 081ms
And Check if time range to in step 0 in "Magazyn Alrec Łódź" is in 11 days 089ms
And Check if time range from in step 1 is in 20 days 085ms
And Check if time range to in step 1 is in 21 days 079ms
And Check if time range from in step 2 is in 20 days 104ms
And Check if time range to in step 2 is in 21 days 076ms
After Hooks.rollbackTransportTypeSettings() 261ms
After Hooks.rollbackAddedActionAuthorities() 259ms
Given Set token of apiUsername "super-admin-alrec" 257ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ADD_UNLOAD_STEP_FROM_UNLOAD" "ACTIVE" 291ms
And Get "TRANSPORT_ORDER" settings from "alrec" 125ms
And Set transportType settings with values: "numberOfDaysAddedToFirstStep;numberOfDaysAddedToNextSteps", "10;20" 228ms
And Login as "alrec-admin" 4s 418ms
And Go to "TRANSPORT_TABLE" 401ms
When Go to new transport "TRANSPORT_ORDER" 823ms
And Add step "unload" 225ms
Then Check if time range from in step 0 in "Magazyn Alrec Łódź" is in 10 days 086ms
And Check if time range to in step 0 in "Magazyn Alrec Łódź" is in 11 days 088ms
And Check if time range from in step 1 is in 20 days 075ms
And Check if time range to in step 1 is in 21 days 079ms
And Check if time range from in step 2 is in 20 days 072ms
And Check if time range to in step 2 is in 21 days 071ms
After Hooks.rollbackTransportTypeSettings() 248ms
After Hooks.rollbackAddedActionAuthorities() 272ms