Project Number Date
ApolloFullRunnerReport develop.458 09 cze 2021, 19:28

Tag Report

Steps Scenarios Features
Tag Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
@deleteModeOfTransportationAfterTest 448 12 103 0 0 563 42 12 54 12m 30s 222ms Failed
View Feature Advice transport
Scenario Outline Check if mode of transportation select is still empty after selecting driver in advice form
Steps
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 1s 709ms
And Create default accepted mode of transportation by API with "pba1-carrier" 1s 051ms
And Create transport "CREATE_LOAD_PL" by JSON file as "super-admin-bausch" 337ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	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.CallSiteArray.defaultCallConstructor(CallSiteArray.java:59)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:238)
	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_PL" by JSON file as "super-admin-bausch"(file:Features/Atom/Advice/AdviceTransport.feature:264)
And Set "advice" inputs from JSON file "ADVICE_LOAD_PL" "super-admin-bausch" 000ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "true" confirmation 000ms
And Click button advice in transport table "LOAD_PL" 000ms
And Set advice window in schedule 000ms
And Fill advice form 000ms
And Click advice save button and wait for advice form to disappear 000ms
And Create transport "CREATE_LOAD_PL" by JSON file as "super-admin-bausch" 000ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "true" confirmation 000ms
When Go to "TRANSPORT_TABLE" 000ms
And Show all transport types 000ms
And Click button advice in transport table "LOAD_PL" 000ms
And Set advice window in schedule 000ms
And Select driver "Marek Kanarek" from suggestions 000ms
Then Verify if mode of transportation select is empty 000ms
After Hooks.deleteAllTransports() 1m 16s 361ms
After Hooks.deleteModeOfTransportationAfterTest() 216ms
View Feature Advice transport
Scenario Outline Check if it is possible to advice transport after splitting advice data from advice window
- order: advice data => advice window [A-7478]
Steps
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 1s 733ms
And Create default accepted mode of transportation by API with "pba1-carrier" 385ms
And Create transport "CREATE_EXW_DELIVERY" by JSON file as "super-admin-bausch" 109ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	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_EXW_DELIVERY" by JSON file as "super-admin-bausch"(file:Features/Atom/Advice/AdviceTransport.feature:331)
And Set "advice" inputs from JSON file "ADVICE_EXW_DELIVERY" "super-admin-bausch" 000ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "true" confirmation 000ms
When Go to "TRANSPORT_TABLE" 000ms
And Show all transport types 000ms
And Click button advice in transport table "EXW_DELIVERY" 000ms
And Fill advice form 000ms
And Click advice save button and wait for advice form to disappear 000ms
And Click button advice in transport table "EXW_DELIVERY" 000ms
And Set advice window in schedule 000ms
And Change filled value in transport details "rodo-acceptance" "checkbox" "true" "0" 000ms
And Click advice save button and wait for advice form to disappear 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Show all transport types 000ms
And Go to transport details "EXW_DELIVERY" 000ms
Then Check are advice values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteModeOfTransportationAfterTest() 124ms
View Feature Mode of transportation mail
Given Set token of apiUsername "super-admin-bausch" 141ms
And Prepare user "super-admin-bausch" details with all notifications and "apolloautomattest@gmail.com" by JSON file 326ms
When Create default mode of transportation by API with "pba1-carrier" 199ms
Then Update mode of transportation by API with "pba1-carrier": "BBBB0000" "Model2" "Marka2" "CCCC0000" 098ms
When Get mail "apolloautomattest@gmail.com" message from mail account with "Środek transportu BBBB0000 został zaktualizowany" 13s 190ms
Then Check if user got a mail 000ms
After Hooks.cleanUserDetailsAfterTest() 235ms
After Hooks.deleteModeOfTransportationAfterTest() 123ms
View Feature Mode of transportation mail
Given Set token of apiUsername "super-admin-bausch" 128ms
And Prepare user "super-admin-bausch" details with all notifications and "apolloautomattest@gmail.com" by JSON file 219ms
When Create default mode of transportation by API with "pba1-carrier" 117ms
When Get mail "apolloautomattest@gmail.com" message from mail account with "Nowy środek transportu" 24s 003ms
Then Check if user got a mail 000ms
After Hooks.cleanUserDetailsAfterTest() 244ms
After Hooks.deleteModeOfTransportationAfterTest() 101ms
View Feature Create mode of transportation
Given Set token of apiUsername "super-admin-bausch" 119ms
When Create default mode of transportation by API with "pba1-carrier" 106ms
After Hooks.deleteModeOfTransportationAfterTest() 092ms
View Feature Create mode of transportation
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 2s 078ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 313ms
When Create mode of transportation with "AAAA0000" "Marka" "Model" "BBBB0000" 16s 235ms
Then Check if "AAAA0000" "Marka" "Model" "BBBB0000" are visible in mode of transportation details page 086ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 249ms
And Check if "AAAA0000" "Marka" "Model" "BBBB0000" are visible in correct columns 125ms
After Hooks.deleteModeOfTransportationAfterTest() 105ms
View Feature Mode of transportation - Advice
Scenario Outline Check that the appropriate means of transport are not visible during the advice [A-6256]
Steps
Given Set token of apiUsername "super-admin-bausch" 135ms
And Create default mode of transportation by API with "pba1-carrier" 091ms
And Set status of MOT to "AWAITING_VERIFICATION" 083ms
And Create transport "CREATE_LOAD_PL" by JSON file as "super-admin-bausch" 101ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	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_PL" by JSON file as "super-admin-bausch"(file:Features/Atom/ModeOfTransportation/MOTAdvice.feature:8)
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 000ms
When Login as "super-admin-bausch" 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Click button advice in transport table "LOAD_PL" 000ms
And Set advice window in schedule 000ms
Then Check if "AAAA0000" MOT is NOT visible in advice form 000ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteModeOfTransportationAfterTest() 099ms
View Feature Mode of transportation - Advice
Scenario Outline Check that the appropriate means of transport are not visible during the advice [A-6256]
Steps
Given Set token of apiUsername "super-admin-bausch" 126ms
And Create default mode of transportation by API with "pba1-carrier" 085ms
And Set status of MOT to "DISABLED" 090ms
And Create transport "CREATE_LOAD_PL" by JSON file as "super-admin-bausch" 081ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	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_PL" by JSON file as "super-admin-bausch"(file:Features/Atom/ModeOfTransportation/MOTAdvice.feature:8)
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 000ms
When Login as "super-admin-bausch" 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Click button advice in transport table "LOAD_PL" 000ms
And Set advice window in schedule 000ms
Then Check if "AAAA0000" MOT is NOT visible in advice form 000ms
After Hooks.deleteTransportAfterTest() 001ms
After Hooks.deleteModeOfTransportationAfterTest() 089ms
View Feature Mode of transportation - Advice
Scenario Outline Check that the appropriate means of transport are visible during the advice [A-6256]
Steps
Given Set token of apiUsername "super-admin-bausch" 120ms
And Create default mode of transportation by API with "pba1-carrier" 094ms
And Set status of MOT to "ACCEPTED" 104ms
And Create transport "CREATE_LOAD_PL" by JSON file as "super-admin-bausch" 079ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	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_PL" by JSON file as "super-admin-bausch"(file:Features/Atom/ModeOfTransportation/MOTAdvice.feature:25)
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 000ms
When Login as "super-admin-bausch" 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Click button advice in transport table "LOAD_PL" 000ms
And Set advice window in schedule 000ms
Then Check if "AAAA0000" MOT can be selected in advice form 000ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteModeOfTransportationAfterTest() 084ms
View Feature Mode of transportation - Advice
Scenario Outline Check that the appropriate means of transport are visible during the advice [A-6256]
Steps
Given Set token of apiUsername "super-admin-bausch" 116ms
And Create default mode of transportation by API with "pba1-carrier" 084ms
And Set status of MOT to "UPDATED" 100ms
And Create transport "CREATE_LOAD_PL" by JSON file as "super-admin-bausch" 076ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	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_PL" by JSON file as "super-admin-bausch"(file:Features/Atom/ModeOfTransportation/MOTAdvice.feature:25)
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 000ms
When Login as "super-admin-bausch" 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Click button advice in transport table "LOAD_PL" 000ms
And Set advice window in schedule 000ms
Then Check if "AAAA0000" MOT can be selected in advice form 000ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteModeOfTransportationAfterTest() 096ms
View Feature Mode of transportation - Advice
Scenario Outline Check that the appropriate means of transport are visible but not available during the advice [A-6256]
Steps
Given Set token of apiUsername "super-admin-bausch" 116ms
And Create default mode of transportation by API with "pba1-carrier" 085ms
And Set status of MOT to "REJECTED" 078ms
And Create transport "CREATE_LOAD_PL" by JSON file as "super-admin-bausch" 085ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	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_PL" by JSON file as "super-admin-bausch"(file:Features/Atom/ModeOfTransportation/MOTAdvice.feature:42)
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 000ms
When Login as "super-admin-bausch" 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Click button advice in transport table "LOAD_PL" 000ms
And Set advice window in schedule 000ms
Then Check if "AAAA0000" MOT is visible in advice form 000ms
And Check if "AAAA0000" MOT cannot be selected in advice form 000ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteModeOfTransportationAfterTest() 089ms
View Feature Mode of transportation - Advice
Scenario Outline Check that the appropriate means of transport are visible but not available during the advice [A-6256]
Steps
Given Set token of apiUsername "super-admin-bausch" 147ms
And Create default mode of transportation by API with "pba1-carrier" 090ms
And Set status of MOT to "BLOCKED" 105ms
And Create transport "CREATE_LOAD_PL" by JSON file as "super-admin-bausch" 065ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	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_PL" by JSON file as "super-admin-bausch"(file:Features/Atom/ModeOfTransportation/MOTAdvice.feature:42)
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 000ms
When Login as "super-admin-bausch" 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Click button advice in transport table "LOAD_PL" 000ms
And Set advice window in schedule 000ms
Then Check if "AAAA0000" MOT is visible in advice form 000ms
And Check if "AAAA0000" MOT cannot be selected in advice form 000ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteModeOfTransportationAfterTest() 083ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 123ms
And Create mode of transportation by API with "pba1-carrier": "WINTER_MAPPING" "Model" "Marka" "3141592" 085ms
When Login as "pba1-carrier" 1s 256ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 292ms
And Go to mode of transportation details 098ms
And Open new "WINTER_MAPPING" document modal 086ms
Then Check default values in "WINTER_MAPPING" document form 018ms
And Fill "WINTER_MAPPING" document form 000ms
And Save new document 15s 088ms
And Verify that MOT has "WINTER_MAPPING" document 018ms
After Hooks.deleteModeOfTransportationAfterTest() 130ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 124ms
And Create mode of transportation by API with "pba1-carrier": "SUMMER_MAPPING" "Model" "Marka" "3141592" 107ms
When Login as "pba1-carrier" 1s 288ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 363ms
And Go to mode of transportation details 120ms
And Open new "SUMMER_MAPPING" document modal 075ms
Then Check default values in "SUMMER_MAPPING" document form 024ms
And Fill "SUMMER_MAPPING" document form 000ms
And Save new document 15s 075ms
And Verify that MOT has "SUMMER_MAPPING" document 018ms
After Hooks.deleteModeOfTransportationAfterTest() 127ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 112ms
And Create mode of transportation by API with "pba1-carrier": "SENSOR_CALIBRATION_CERTIFICATE" "Model" "Marka" "3141592" 106ms
When Login as "pba1-carrier" 1s 137ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 270ms
And Go to mode of transportation details 101ms
And Open new "SENSOR_CALIBRATION_CERTIFICATE" document modal 088ms
Then Check default values in "SENSOR_CALIBRATION_CERTIFICATE" document form 038ms
And Fill "SENSOR_CALIBRATION_CERTIFICATE" document form 147ms
And Save new document 15s 062ms
And Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 014ms
After Hooks.deleteModeOfTransportationAfterTest() 103ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 151ms
And Create mode of transportation by API with "pba1-carrier": "WINTER_MAPPING" "Model" "Marka" "3141592" 082ms
And Add "WINTER_MAPPING" document to mode of transportation by API with "pba1-carrier" 075ms
When Login as "super-admin-bausch" 1s 748ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 236ms
And Go to mode of transportation details 146ms
Then Verify that MOT has "WINTER_MAPPING" document 015ms
And Accept "WINTER_MAPPING" document 15s 772ms
And Verify that "WINTER_MAPPING" document is accepted 038ms
After Hooks.deleteModeOfTransportationAfterTest() 122ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 125ms
And Create mode of transportation by API with "pba1-carrier": "SUMMER_MAPPING" "Model" "Marka" "3141592" 095ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 082ms
When Login as "super-admin-bausch" 1s 037ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 257ms
And Go to mode of transportation details 129ms
Then Verify that MOT has "SUMMER_MAPPING" document 013ms
And Accept "SUMMER_MAPPING" document 15s 703ms
And Verify that "SUMMER_MAPPING" document is accepted 036ms
After Hooks.deleteModeOfTransportationAfterTest() 114ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 125ms
And Create mode of transportation by API with "pba1-carrier": "SENSOR_CALIBRATION_CERTIFICATE" "Model" "Marka" "3141592" 104ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 082ms
When Login as "super-admin-bausch" 1s 157ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 257ms
And Go to mode of transportation details 152ms
Then Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 018ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document 15s 720ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is accepted 034ms
After Hooks.deleteModeOfTransportationAfterTest() 109ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 125ms
And Create mode of transportation by API with "pba1-carrier": "SENSOR_CALIBRATION_CERTIFICATE" "Model" "Marka" "3141592" 087ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 090ms
When Login as "super-admin-bausch" 1s 046ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 251ms
And Go to mode of transportation details 144ms
Then Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 009ms
And Reject "SENSOR_CALIBRATION_CERTIFICATE" document 15s 838ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is rejected 034ms
After Hooks.deleteModeOfTransportationAfterTest() 098ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 133ms
And Create mode of transportation by API with "pba1-carrier": "WINTER_MAPPING" "Model" "Marka" "3141592" 080ms
And Add "WINTER_MAPPING" document to mode of transportation by API with "pba1-carrier" 077ms
When Login as "super-admin-bausch" 1s 126ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 263ms
And Go to mode of transportation details 151ms
Then Verify that MOT has "WINTER_MAPPING" document 011ms
And Verify that "WINTER_MAPPING" document can not be rejected 15s 053ms
After Hooks.deleteModeOfTransportationAfterTest() 129ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 127ms
And Create mode of transportation by API with "pba1-carrier": "SUMMER_MAPPING" "Model" "Marka" "3141592" 092ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 081ms
When Login as "super-admin-bausch" 1s 144ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 260ms
And Go to mode of transportation details 161ms
Then Verify that MOT has "SUMMER_MAPPING" document 018ms
And Verify that "SUMMER_MAPPING" document can not be rejected 15s 061ms
After Hooks.deleteModeOfTransportationAfterTest() 111ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 123ms
And Create mode of transportation by API with "pba1-carrier": "WINTER_MAPPING" "Model" "Marka" "3141592" 096ms
And Add "WINTER_MAPPING" document to mode of transportation by API with "pba1-carrier" 086ms
When Login as "super-admin-bausch" 1s 065ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 244ms
And Go to mode of transportation details 126ms
Then Verify that MOT has "WINTER_MAPPING" document 012ms
And Disable "WINTER_MAPPING" document 15s 650ms
And Verify that "WINTER_MAPPING" document disappeared from MOT details 15s 051ms
After Hooks.deleteModeOfTransportationAfterTest() 109ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 119ms
And Create mode of transportation by API with "pba1-carrier": "SUMMER_MAPPING" "Model" "Marka" "3141592" 096ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 094ms
When Login as "super-admin-bausch" 1s 136ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 255ms
And Go to mode of transportation details 136ms
Then Verify that MOT has "SUMMER_MAPPING" document 013ms
And Disable "SUMMER_MAPPING" document 15s 636ms
And Verify that "SUMMER_MAPPING" document disappeared from MOT details 15s 012ms
After Hooks.deleteModeOfTransportationAfterTest() 116ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 135ms
And Create mode of transportation by API with "pba1-carrier": "SENSOR_CALIBRATION_CERTIFICATE" "Model" "Marka" "3141592" 100ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 089ms
When Login as "super-admin-bausch" 1s 168ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 274ms
And Go to mode of transportation details 147ms
Then Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 012ms
And Disable "SENSOR_CALIBRATION_CERTIFICATE" document 15s 630ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document disappeared from MOT details 15s 006ms
After Hooks.deleteModeOfTransportationAfterTest() 144ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 130ms
And Create mode of transportation by API with "pba1-carrier": "WINTER_MAPPING" "Model" "Marka" "3141592" 132ms
And Add "WINTER_MAPPING" document to mode of transportation by API with "pba1-carrier" 115ms
When Login as "pba1-carrier" 1s 867ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 289ms
And Go to mode of transportation details 123ms
And Verify that MOT has "WINTER_MAPPING" document 010ms
Then Edit "WINTER_MAPPING" document 2s 159ms
And Update "WINTER_MAPPING" document 103ms
And Verify that "WINTER_MAPPING" document is updated 089ms
And If user is login then logout 081ms
And Login as "super-admin-bausch" 1s 067ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 255ms
And Go to mode of transportation details 130ms
And Verify that "WINTER_MAPPING" document has updated date 021ms
After Hooks.deleteModeOfTransportationAfterTest() 135ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 108ms
And Create mode of transportation by API with "pba1-carrier": "SUMMER_MAPPING" "Model" "Marka" "3141592" 090ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 098ms
When Login as "pba1-carrier" 1s 098ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 292ms
And Go to mode of transportation details 116ms
And Verify that MOT has "SUMMER_MAPPING" document 012ms
Then Edit "SUMMER_MAPPING" document 2s 170ms
And Update "SUMMER_MAPPING" document 093ms
And Verify that "SUMMER_MAPPING" document is updated 093ms
And If user is login then logout 070ms
And Login as "super-admin-bausch" 1s 037ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 229ms
And Go to mode of transportation details 123ms
And Verify that "SUMMER_MAPPING" document has updated date 018ms
After Hooks.deleteModeOfTransportationAfterTest() 113ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 127ms
And Create mode of transportation by API with "pba1-carrier": "SENSOR_CALIBRATION_CERTIFICATE" "Model" "Marka" "3141592" 081ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 078ms
When Login as "pba1-carrier" 1s 139ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 334ms
And Go to mode of transportation details 131ms
And Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 013ms
Then Edit "SENSOR_CALIBRATION_CERTIFICATE" document 4s 494ms
And Update "SENSOR_CALIBRATION_CERTIFICATE" document 077ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is updated 087ms
And If user is login then logout 071ms
And Login as "super-admin-bausch" 1s 040ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 260ms
And Go to mode of transportation details 133ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document has updated date 059ms
After Hooks.deleteModeOfTransportationAfterTest() 107ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 127ms
And Create mode of transportation by API with "pba1-carrier": "WINTER_MAPPING" "Model" "Marka" "3141592" 099ms
And Add "WINTER_MAPPING" document to mode of transportation by API with "pba1-carrier" 074ms
When Login as "super-admin-bausch" 1s 020ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 244ms
And Go to mode of transportation details 131ms
Then Verify that MOT has "WINTER_MAPPING" document 013ms
And Verify that "WINTER_MAPPING" document is "true" to edition 057ms
After Hooks.deleteModeOfTransportationAfterTest() 110ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 136ms
And Create mode of transportation by API with "pba1-carrier": "SUMMER_MAPPING" "Model" "Marka" "3141592" 096ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 086ms
When Login as "super-admin-bausch" 1s 007ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 252ms
And Go to mode of transportation details 130ms
Then Verify that MOT has "SUMMER_MAPPING" document 012ms
And Verify that "SUMMER_MAPPING" document is "true" to edition 049ms
After Hooks.deleteModeOfTransportationAfterTest() 109ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 125ms
And Create mode of transportation by API with "pba1-carrier": "SENSOR_CALIBRATION_CERTIFICATE" "Model" "Marka" "3141592" 094ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 079ms
When Login as "super-admin-bausch" 1s 042ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 247ms
And Go to mode of transportation details 133ms
Then Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 014ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is "true" to edition 170ms
After Hooks.deleteModeOfTransportationAfterTest() 109ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 129ms
And Create mode of transportation by API with "pba1-carrier": "WINTER_MAPPING" "Model" "Marka" "3141592" 099ms
And Add "WINTER_MAPPING" document to mode of transportation by API with "pba1-carrier" 090ms
And Accept "WINTER_MAPPING" document by API 090ms
When Login as "super-admin-bausch" 1s 008ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 257ms
And Go to mode of transportation details 124ms
Then Verify that MOT has "WINTER_MAPPING" document 014ms
And Verify that "WINTER_MAPPING" document is "false" to edition 046ms
After Hooks.deleteModeOfTransportationAfterTest() 107ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 130ms
And Create mode of transportation by API with "pba1-carrier": "SUMMER_MAPPING" "Model" "Marka" "3141592" 089ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 082ms
And Accept "SUMMER_MAPPING" document by API 091ms
When Login as "super-admin-bausch" 1s 021ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 260ms
And Go to mode of transportation details 135ms
Then Verify that MOT has "SUMMER_MAPPING" document 012ms
And Verify that "SUMMER_MAPPING" document is "false" to edition 044ms
After Hooks.deleteModeOfTransportationAfterTest() 104ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 116ms
And Create mode of transportation by API with "pba1-carrier": "SENSOR_CALIBRATION_CERTIFICATE" "Model" "Marka" "3141592" 096ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 087ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document by API 092ms
When Login as "super-admin-bausch" 1s 056ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 229ms
And Go to mode of transportation details 143ms
Then Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 013ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is "false" to edition 170ms
After Hooks.deleteModeOfTransportationAfterTest() 110ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 121ms
And Create mode of transportation by API with "pba1-carrier": "SENSOR_CALIBRATION_CERTIFICATE" "Model" "Marka" "3141592" 089ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 086ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document by API 095ms
And Reject "SENSOR_CALIBRATION_CERTIFICATE" document by API 101ms
When Login as "super-admin-bausch" 997ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 251ms
And Go to mode of transportation details 155ms
Then Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 006ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is "true" to edition 140ms
After Hooks.deleteModeOfTransportationAfterTest() 114ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 127ms
When Create default mode of transportation by API with "pba1-carrier" 091ms
And Login as "bausch-admin" 1s 034ms
Then Go to "MODE_OF_TRANSPORTATION_TAB" 235ms
And Go to mode of transportation details 102ms
When Disable mode of transportation 049ms
And Go to the last mode of transportations table page 15s 047ms
Then Verify that mode of transportation is not visible in the table 15s 063ms
After Hooks.deleteModeOfTransportationAfterTest() 099ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 121ms
When Create default mode of transportation by API with "pba1-carrier" 095ms
And Login as "pba1-carrier" 1s 625ms
Then Go to "MODE_OF_TRANSPORTATION_TAB" 285ms
And Go to mode of transportation details 109ms
When Disable mode of transportation 067ms
And Go to the last mode of transportations table page 15s 036ms
Then Verify that mode of transportation is not visible in the table 15s 053ms
After Hooks.deleteModeOfTransportationAfterTest() 093ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 128ms
When Create default mode of transportation by API with "pba1-carrier" 095ms
And Login as "bausch-admin" 1s 155ms
Then Go to "MODE_OF_TRANSPORTATION_TAB" 268ms
And Disable mode of transportation by API 108ms
Then Show disabled mode of transportations in the table 073ms
And Go to the last mode of transportations table page 266ms
Then Verify that mode of transportation is visible in the table 032ms
After Hooks.deleteModeOfTransportationAfterTest() 106ms
View Feature Mode of transportation - Sections
Given Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 1s 165ms
And Create default mode of transportation by API with "pba1-carrier" 086ms
When Go to "MODE_OF_TRANSPORTATION_TAB" 248ms
And Go to mode of transportation details 131ms
Then Edit mode of transportation with "BBBB0000" "Marka" "Model" "AAAA0000" 514ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 240ms
Then Check if "BBBB0000" "Marka" "Model" "AAAA0000" are visible in correct columns 103ms
After Hooks.deleteModeOfTransportationAfterTest() 090ms
View Feature Mode of transportation status
Given Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 1s 087ms
When Create default mode of transportation by API with "pba1-carrier" 093ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 209ms
And Go to mode of transportation details 111ms
Then Reject mode of transportation 043ms
And Verify that user is redirected to mode of transportation tab 167ms
Then Check if "Odrzucony" status is visible in mode of transportation table 026ms
After Hooks.deleteModeOfTransportationAfterTest() 110ms
View Feature Mode of transportation status
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 1s 330ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 269ms
And Create mode of transportation with "AAAA0000" "Marka" "Model" "BBBB0000" 16s 050ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 260ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 028ms
And Go to mode of transportation details 107ms
And Add "WINTER_MAPPING" document to mode of transportation 15s 206ms
And Add "SUMMER_MAPPING" document to mode of transportation 15s 170ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation 15s 352ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 378ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 024ms
And If user is login then logout 084ms
And Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 1s 395ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 250ms
And Go to mode of transportation details 193ms
And Accept "WINTER_MAPPING" document 15s 743ms
And Accept "SUMMER_MAPPING" document 15s 766ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document 15s 777ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 285ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 033ms
And Go to mode of transportation details 148ms
And Approve mode of transportation 058ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 212ms
And Check if "Zaakceptowany" status is visible in mode of transportation table 027ms
And Go to mode of transportation details 126ms
And Reject "SENSOR_CALIBRATION_CERTIFICATE" document 15s 854ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is rejected 033ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 214ms
And Check if "Zablokowany" status is visible in mode of transportation table 028ms
And Go to mode of transportation details 147ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document 15s 771ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is accepted 036ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 257ms
And Check if "Zaakceptowany" status is visible in mode of transportation table 025ms
And Go to mode of transportation details 134ms
And Reject mode of transportation 076ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 158ms
And Check if "Odrzucony" status is visible in mode of transportation table 025ms
And Go to mode of transportation details 138ms
And Confirm mode of transportation 056ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 216ms
And Check if "Zaakceptowany" status is visible in mode of transportation table 023ms
And If user is login then logout 118ms
And Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 2s 178ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 274ms
And Go to mode of transportation details 201ms
And Add another "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation 15s 330ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 242ms
And Check if "Zaktualizowany" status is visible in mode of transportation table 026ms
And If user is login then logout 095ms
And Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 1s 366ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 238ms
And Go to mode of transportation details 192ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document 202ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is accepted 025ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 206ms
And Check if "Zaakceptowany" status is visible in mode of transportation table 027ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 117ms
And Disable mode of transportation by API 113ms
And Show disabled mode of transportations in the table 064ms
And Go to the last mode of transportations table page 329ms
And Check if "Wyłączony" status is visible in mode of transportation table 067ms
After Hooks.deleteModeOfTransportationAfterTest() 103ms
View Feature Mode of transportation status
Given Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 1s 187ms
When Create default mode of transportation by API with "pba1-carrier" 089ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 078ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document by API 076ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 225ms
And Go to mode of transportation details 124ms
Then Approve mode of transportation 062ms
And Check if confirm mode of transportation button is visible 262ms
Then Go to "MODE_OF_TRANSPORTATION_TAB" 203ms
And Verify that user is redirected to mode of transportation tab 026ms
Then Check if "Zaakceptowany" status is visible in mode of transportation table 033ms
After Hooks.deleteModeOfTransportationAfterTest() 105ms
View Feature Mode of transportation status
Given Set token of apiUsername "super-admin-bausch" 130ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 347ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 087ms
When Login as "super-admin-bausch" 1s 048ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 269ms
And Go to mode of transportation details 147ms
And Verify that MOT has "SUMMER_MAPPING" document 011ms
Then Disable "SUMMER_MAPPING" document 15s 596ms
And Verify that "SUMMER_MAPPING" document disappeared from MOT details 15s 021ms
And Check if mode of transportation has status "Zaakceptowany" 036ms
After Hooks.deleteModeOfTransportationAfterTest() 113ms
View Feature Mode of transportation status
Given Set token of apiUsername "super-admin-bausch" 125ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 376ms
When Login as "super-admin-bausch" 1s 142ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 250ms
And Go to mode of transportation details 162ms
And Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 012ms
Then Disable "SENSOR_CALIBRATION_CERTIFICATE" document 15s 643ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document disappeared from MOT details 15s 004ms
And Check if mode of transportation has status "Zablokowany" 031ms
After Hooks.deleteModeOfTransportationAfterTest() 105ms
View Feature Mode of transportation status
Given Set token of apiUsername "super-admin-bausch" 150ms
And Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 098ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 097ms
When Login as "super-admin-bausch" 1s 179ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 240ms
And Go to mode of transportation details 139ms
Then Approve mode of transportation 070ms
And Check if mode of transportation has status "Niezaakceptowany" 021ms
And Check if error message is visible in mode of transportation details 083ms
After Hooks.deleteModeOfTransportationAfterTest() 093ms
View Feature Mode of transportation status
Given Set token of apiUsername "super-admin-bausch" 122ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 351ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 068ms
When Login as "super-admin-bausch" 1s 021ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 240ms
And Go to mode of transportation details 172ms
And Verify that MOT has "SUMMER_MAPPING" document 011ms
Then Disable "SUMMER_MAPPING" document 15s 608ms
And Verify that "SUMMER_MAPPING" document disappeared from MOT details 15s 006ms
And Check if mode of transportation has status "Zaakceptowany" 035ms
After Hooks.deleteModeOfTransportationAfterTest() 117ms
View Feature Mode of transportation status
Given Set token of apiUsername "super-admin-bausch" 136ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 332ms
When Login as "super-admin-bausch" 1s 181ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 261ms
And Go to mode of transportation details 155ms
And Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 011ms
Then Disable "SENSOR_CALIBRATION_CERTIFICATE" document 15s 651ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document disappeared from MOT details 15s 035ms
And Check if mode of transportation has status "Zablokowany" 030ms
After Hooks.deleteModeOfTransportationAfterTest() 206ms
View Feature Mode of transportation status
Given Set token of apiUsername "super-admin-bausch" 119ms
And Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 096ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 078ms
When Login as "super-admin-bausch" 1s 092ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 245ms
And Go to mode of transportation details 130ms
Then Approve mode of transportation 070ms
And Check if mode of transportation has status "Niezaakceptowany" 020ms
And Check if error message is visible in mode of transportation details 088ms
After Hooks.deleteModeOfTransportationAfterTest() 108ms
View Feature Mode of transportation table
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 1s 290ms
And Create default mode of transportation by API with "pba1-carrier" 117ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 070ms
When Go to "MODE_OF_TRANSPORTATION_TAB" 255ms
Then Check if "SENSOR_CALIBRATION_CERTIFICATE" document data is visible in correct columns 3s 103ms
After Hooks.deleteModeOfTransportationAfterTest() 118ms
View Feature Mode of transportation table
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 1s 230ms
And Create default mode of transportation by API with "pba1-carrier" 108ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 087ms
When Go to "MODE_OF_TRANSPORTATION_TAB" 237ms
Then Check if "SUMMER_MAPPING" document data is visible in correct columns 3s 085ms
After Hooks.deleteModeOfTransportationAfterTest() 121ms
View Feature Mode of transportation table
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 1s 277ms
And Create default mode of transportation by API with "pba1-carrier" 146ms
And Add "WINTER_MAPPING" document to mode of transportation by API with "pba1-carrier" 075ms
When Go to "MODE_OF_TRANSPORTATION_TAB" 209ms
Then Check if "WINTER_MAPPING" document data is visible in correct columns 3s 086ms
After Hooks.deleteModeOfTransportationAfterTest() 117ms
View Feature Status confirmation
Scenario Outline Check if it is possible to confirm status with given confirmation date [A-7159]
Steps
Given Set token of apiUsername "super-admin-bausch" 125ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 385ms
And Create transport "CREATE_LOAD_PL" by JSON file as "super-admin-bausch" 068ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	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_PL" by JSON file as "super-admin-bausch"(file:Features/Atom/Statuses/ConfirmStatuses.feature:277)
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 000ms
When Create advice by JSON file "CREATE_ADVICE_FOR_LOAD_PL" as "super-admin-bausch" 000ms
And Login as "bausch-admin" 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Find transport in table with status "on-the-way" 000ms
When Open statuses popup 000ms
And Toggle status date confirmation checkbox 000ms
And Confirm statuses until reach "process-ended" 000ms
Then Check if transport has "process-ended" 000ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteModeOfTransportationAfterTest() 062ms
View Feature Status confirmation
Scenario Outline Check if it is not possible to confirm status with invalid confirmation date [A-7159]
Steps
Given Set token of apiUsername "super-admin-bausch" 132ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 203ms
And Create transport "CREATE_LOAD_PL" by JSON file as "super-admin-bausch" 050ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	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_PL" by JSON file as "super-admin-bausch"(file:Features/Atom/Statuses/ConfirmStatuses.feature:295)
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 000ms
When Create advice by JSON file "CREATE_ADVICE_FOR_LOAD_PL" as "super-admin-bausch" 000ms
And Login as "bausch-admin" 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Find transport in table with status "on-the-way" 000ms
And Open statuses popup 000ms
And Toggle status date confirmation checkbox 000ms
And Change status execution date to "1" days from today 000ms
Then Verify that status cannot be confirmed 000ms
After Hooks.deleteTransportAfterTest() 001ms
After Hooks.deleteModeOfTransportationAfterTest() 096ms
View Feature Status confirmation
Scenario Outline Check if it is not possible to confirm status with invalid confirmation date [A-7159]
Steps
Given Set token of apiUsername "super-admin-bausch" 124ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 252ms
And Create transport "CREATE_LOAD_PL" by JSON file as "super-admin-bausch" 071ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	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_PL" by JSON file as "super-admin-bausch"(file:Features/Atom/Statuses/ConfirmStatuses.feature:295)
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 000ms
When Create advice by JSON file "CREATE_ADVICE_FOR_LOAD_PL" as "super-admin-bausch" 000ms
And Login as "bausch-admin" 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Find transport in table with status "on-the-way" 000ms
And Open statuses popup 000ms
And Toggle status date confirmation checkbox 000ms
And Change status execution date to "-1" days from today 000ms
Then Verify that status cannot be confirmed 000ms
After Hooks.deleteTransportAfterTest() 001ms
After Hooks.deleteModeOfTransportationAfterTest() 064ms
View Feature Transport files
Scenario Outline The link to the delivery document appears after confirming the respective status [A-6905]
Steps
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 2s 347ms
And Create default accepted mode of transportation by API with "pba1-carrier" 381ms
And If user is login then logout 229ms
And Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 1s 932ms
And Create transport "CREATE_LOAD_PL" by JSON file as "super-admin-bausch" 082ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.GeneratedConstructorAccessor230.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_PL" by JSON file as "super-admin-bausch"(file:Features/Atom/Transport/File.feature:112)
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 000ms
And Set "advice" inputs from JSON file "ADVICE_LOAD" "super-admin-bausch" 000ms
And Click button advice in transport table "LOAD_PL" 000ms
And Set advice window in schedule 000ms
And Fill advice form 000ms
And Click advice save button and wait for advice form to disappear 000ms
And Find transport in table with status "advice-added" 000ms
When Confirm statuses until reach "on-the-way" 000ms
Then Verify that "delivery_document" document can be downloaded 000ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteModeOfTransportationAfterTest() 061ms