Project Number Date
ApolloFullRunnerReport kapibary.32 08 cze 2021, 06:56

Tag Report

Steps Scenarios Features
Tag Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
@deleteModeOfTransportationAfterTest 444 12 107 0 0 563 42 12 54 15m 7s 110ms 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" 5s 081ms
And Create default accepted mode of transportation by API with "pba1-carrier" 1s 947ms
And Create transport "CREATE_LOAD_PL" by JSON file as "super-admin-bausch" 529ms
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 17s 085ms
After Hooks.deleteModeOfTransportationAfterTest() 474ms
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" 4s 208ms
And Create default accepted mode of transportation by API with "pba1-carrier" 1s 901ms
And Create transport "CREATE_EXW_DELIVERY" by JSON file as "super-admin-bausch" 269ms
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() 001ms
After Hooks.deleteModeOfTransportationAfterTest() 333ms
View Feature Mode of transportation mail
Given Set token of apiUsername "super-admin-bausch" 259ms
And Prepare user "super-admin-bausch" details with all notifications and "apolloautomattest@gmail.com" by JSON file 1s 806ms
When Create default mode of transportation by API with "pba1-carrier" 664ms
Then Update mode of transportation by API with "pba1-carrier": "BBBB0000" "Model2" "Marka2" "CCCC0000" 394ms
When Get mail "apolloautomattest@gmail.com" message from mail account with "Środek transportu BBBB0000 został zaktualizowany" 7s 064ms
Then Check if user got a mail 000ms
After Hooks.cleanUserDetailsAfterTest() 1s 526ms
After Hooks.deleteModeOfTransportationAfterTest() 300ms
View Feature Mode of transportation mail
Given Set token of apiUsername "super-admin-bausch" 245ms
And Prepare user "super-admin-bausch" details with all notifications and "apolloautomattest@gmail.com" by JSON file 1s 600ms
When Create default mode of transportation by API with "pba1-carrier" 482ms
When Get mail "apolloautomattest@gmail.com" message from mail account with "Nowy środek transportu" 7s 874ms
Then Check if user got a mail 000ms
After Hooks.cleanUserDetailsAfterTest() 1s 386ms
After Hooks.deleteModeOfTransportationAfterTest() 301ms
View Feature Create mode of transportation
Given Set token of apiUsername "super-admin-bausch" 229ms
When Create default mode of transportation by API with "pba1-carrier" 477ms
After Hooks.deleteModeOfTransportationAfterTest() 289ms
View Feature Create mode of transportation
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 5s 426ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 925ms
When Create mode of transportation with "AAAA0000" "Marka" "Model" "BBBB0000" 17s 363ms
Then Check if "AAAA0000" "Marka" "Model" "BBBB0000" are visible in mode of transportation details page 297ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 586ms
And Check if "AAAA0000" "Marka" "Model" "BBBB0000" are visible in correct columns 356ms
After Hooks.deleteModeOfTransportationAfterTest() 317ms
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" 235ms
And Create default mode of transportation by API with "pba1-carrier" 457ms
And Set status of MOT to "AWAITING_VERIFICATION" 259ms
And Create transport "CREATE_LOAD_PL" by JSON file as "super-admin-bausch" 302ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.GeneratedConstructorAccessor199.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/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() 317ms
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" 250ms
And Create default mode of transportation by API with "pba1-carrier" 456ms
And Set status of MOT to "DISABLED" 299ms
And Create transport "CREATE_LOAD_PL" by JSON file as "super-admin-bausch" 288ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.GeneratedConstructorAccessor199.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/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() 261ms
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" 224ms
And Create default mode of transportation by API with "pba1-carrier" 440ms
And Set status of MOT to "ACCEPTED" 274ms
And Create transport "CREATE_LOAD_PL" by JSON file as "super-admin-bausch" 291ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.GeneratedConstructorAccessor199.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/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() 001ms
After Hooks.deleteModeOfTransportationAfterTest() 295ms
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" 220ms
And Create default mode of transportation by API with "pba1-carrier" 579ms
And Set status of MOT to "UPDATED" 265ms
And Create transport "CREATE_LOAD_PL" by JSON file as "super-admin-bausch" 302ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.GeneratedConstructorAccessor199.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/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() 001ms
After Hooks.deleteModeOfTransportationAfterTest() 293ms
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" 226ms
And Create default mode of transportation by API with "pba1-carrier" 460ms
And Set status of MOT to "REJECTED" 280ms
And Create transport "CREATE_LOAD_PL" by JSON file as "super-admin-bausch" 290ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.GeneratedConstructorAccessor199.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/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() 001ms
After Hooks.deleteModeOfTransportationAfterTest() 289ms
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" 226ms
And Create default mode of transportation by API with "pba1-carrier" 453ms
And Set status of MOT to "BLOCKED" 260ms
And Create transport "CREATE_LOAD_PL" by JSON file as "super-admin-bausch" 263ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.GeneratedConstructorAccessor199.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/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() 279ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 220ms
And Create mode of transportation by API with "pba1-carrier": "WINTER_MAPPING" "Model" "Marka" "3141592" 468ms
When Login as "pba1-carrier" 2s 242ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 865ms
And Go to mode of transportation details 301ms
And Open new "WINTER_MAPPING" document modal 195ms
Then Check default values in "WINTER_MAPPING" document form 073ms
And Fill "WINTER_MAPPING" document form 000ms
And Save new document 15s 188ms
And Verify that MOT has "WINTER_MAPPING" document 046ms
After Hooks.deleteModeOfTransportationAfterTest() 314ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 246ms
And Create mode of transportation by API with "pba1-carrier": "SUMMER_MAPPING" "Model" "Marka" "3141592" 444ms
When Login as "pba1-carrier" 2s 400ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 760ms
And Go to mode of transportation details 305ms
And Open new "SUMMER_MAPPING" document modal 188ms
Then Check default values in "SUMMER_MAPPING" document form 082ms
And Fill "SUMMER_MAPPING" document form 000ms
And Save new document 15s 256ms
And Verify that MOT has "SUMMER_MAPPING" document 046ms
After Hooks.deleteModeOfTransportationAfterTest() 462ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 228ms
And Create mode of transportation by API with "pba1-carrier": "SENSOR_CALIBRATION_CERTIFICATE" "Model" "Marka" "3141592" 471ms
When Login as "pba1-carrier" 2s 480ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 752ms
And Go to mode of transportation details 315ms
And Open new "SENSOR_CALIBRATION_CERTIFICATE" document modal 200ms
Then Check default values in "SENSOR_CALIBRATION_CERTIFICATE" document form 170ms
And Fill "SENSOR_CALIBRATION_CERTIFICATE" document form 617ms
And Save new document 15s 253ms
And Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 035ms
After Hooks.deleteModeOfTransportationAfterTest() 282ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 227ms
And Create mode of transportation by API with "pba1-carrier": "WINTER_MAPPING" "Model" "Marka" "3141592" 411ms
And Add "WINTER_MAPPING" document to mode of transportation by API with "pba1-carrier" 323ms
When Login as "super-admin-bausch" 5s 204ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 750ms
And Go to mode of transportation details 321ms
Then Verify that MOT has "WINTER_MAPPING" document 044ms
And Accept "WINTER_MAPPING" document 16s 250ms
And Verify that "WINTER_MAPPING" document is accepted 096ms
After Hooks.deleteModeOfTransportationAfterTest() 357ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 245ms
And Create mode of transportation by API with "pba1-carrier": "SUMMER_MAPPING" "Model" "Marka" "3141592" 448ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 344ms
When Login as "super-admin-bausch" 2s 501ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 739ms
And Go to mode of transportation details 313ms
Then Verify that MOT has "SUMMER_MAPPING" document 050ms
And Accept "SUMMER_MAPPING" document 16s 238ms
And Verify that "SUMMER_MAPPING" document is accepted 095ms
After Hooks.deleteModeOfTransportationAfterTest() 323ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 235ms
And Create mode of transportation by API with "pba1-carrier": "SENSOR_CALIBRATION_CERTIFICATE" "Model" "Marka" "3141592" 435ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 434ms
When Login as "super-admin-bausch" 2s 504ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 758ms
And Go to mode of transportation details 332ms
Then Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 048ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document 16s 230ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is accepted 092ms
After Hooks.deleteModeOfTransportationAfterTest() 423ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 237ms
And Create mode of transportation by API with "pba1-carrier": "SENSOR_CALIBRATION_CERTIFICATE" "Model" "Marka" "3141592" 451ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 430ms
When Login as "super-admin-bausch" 2s 437ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 743ms
And Go to mode of transportation details 338ms
Then Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 042ms
And Reject "SENSOR_CALIBRATION_CERTIFICATE" document 17s 309ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is rejected 099ms
After Hooks.deleteModeOfTransportationAfterTest() 322ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 231ms
And Create mode of transportation by API with "pba1-carrier": "WINTER_MAPPING" "Model" "Marka" "3141592" 466ms
And Add "WINTER_MAPPING" document to mode of transportation by API with "pba1-carrier" 335ms
When Login as "super-admin-bausch" 2s 302ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 699ms
And Go to mode of transportation details 321ms
Then Verify that MOT has "WINTER_MAPPING" document 049ms
And Verify that "WINTER_MAPPING" document can not be rejected 15s 055ms
After Hooks.deleteModeOfTransportationAfterTest() 425ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 233ms
And Create mode of transportation by API with "pba1-carrier": "SUMMER_MAPPING" "Model" "Marka" "3141592" 460ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 327ms
When Login as "super-admin-bausch" 2s 480ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 700ms
And Go to mode of transportation details 320ms
Then Verify that MOT has "SUMMER_MAPPING" document 047ms
And Verify that "SUMMER_MAPPING" document can not be rejected 15s 090ms
After Hooks.deleteModeOfTransportationAfterTest() 334ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 225ms
And Create mode of transportation by API with "pba1-carrier": "WINTER_MAPPING" "Model" "Marka" "3141592" 471ms
And Add "WINTER_MAPPING" document to mode of transportation by API with "pba1-carrier" 330ms
When Login as "super-admin-bausch" 2s 383ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 695ms
And Go to mode of transportation details 315ms
Then Verify that MOT has "WINTER_MAPPING" document 045ms
And Disable "WINTER_MAPPING" document 15s 837ms
And Verify that "WINTER_MAPPING" document disappeared from MOT details 15s 050ms
After Hooks.deleteModeOfTransportationAfterTest() 327ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 231ms
And Create mode of transportation by API with "pba1-carrier": "SUMMER_MAPPING" "Model" "Marka" "3141592" 451ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 340ms
When Login as "super-admin-bausch" 2s 437ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 696ms
And Go to mode of transportation details 333ms
Then Verify that MOT has "SUMMER_MAPPING" document 044ms
And Disable "SUMMER_MAPPING" document 15s 830ms
And Verify that "SUMMER_MAPPING" document disappeared from MOT details 15s 022ms
After Hooks.deleteModeOfTransportationAfterTest() 321ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 224ms
And Create mode of transportation by API with "pba1-carrier": "SENSOR_CALIBRATION_CERTIFICATE" "Model" "Marka" "3141592" 466ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 424ms
When Login as "super-admin-bausch" 2s 454ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 704ms
And Go to mode of transportation details 323ms
Then Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 046ms
And Disable "SENSOR_CALIBRATION_CERTIFICATE" document 15s 836ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document disappeared from MOT details 15s 038ms
After Hooks.deleteModeOfTransportationAfterTest() 465ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 233ms
And Create mode of transportation by API with "pba1-carrier": "WINTER_MAPPING" "Model" "Marka" "3141592" 451ms
And Add "WINTER_MAPPING" document to mode of transportation by API with "pba1-carrier" 335ms
When Login as "pba1-carrier" 4s 091ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 957ms
And Go to mode of transportation details 391ms
And Verify that MOT has "WINTER_MAPPING" document 046ms
Then Edit "WINTER_MAPPING" document 2s 449ms
And Update "WINTER_MAPPING" document 246ms
And Verify that "WINTER_MAPPING" document is updated 290ms
And If user is login then logout 265ms
And Login as "super-admin-bausch" 2s 403ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 711ms
And Go to mode of transportation details 313ms
And Verify that "WINTER_MAPPING" document has updated date 069ms
After Hooks.deleteModeOfTransportationAfterTest() 337ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 234ms
And Create mode of transportation by API with "pba1-carrier": "SUMMER_MAPPING" "Model" "Marka" "3141592" 470ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 354ms
When Login as "pba1-carrier" 2s 190ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 770ms
And Go to mode of transportation details 308ms
And Verify that MOT has "SUMMER_MAPPING" document 048ms
Then Edit "SUMMER_MAPPING" document 2s 448ms
And Update "SUMMER_MAPPING" document 246ms
And Verify that "SUMMER_MAPPING" document is updated 224ms
And If user is login then logout 251ms
And Login as "super-admin-bausch" 2s 609ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 663ms
And Go to mode of transportation details 299ms
And Verify that "SUMMER_MAPPING" document has updated date 075ms
After Hooks.deleteModeOfTransportationAfterTest() 322ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 221ms
And Create mode of transportation by API with "pba1-carrier": "SENSOR_CALIBRATION_CERTIFICATE" "Model" "Marka" "3141592" 461ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 420ms
When Login as "pba1-carrier" 2s 173ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 767ms
And Go to mode of transportation details 311ms
And Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 047ms
Then Edit "SENSOR_CALIBRATION_CERTIFICATE" document 5s 532ms
And Update "SENSOR_CALIBRATION_CERTIFICATE" document 227ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is updated 365ms
And If user is login then logout 444ms
And Login as "super-admin-bausch" 2s 634ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 690ms
And Go to mode of transportation details 317ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document has updated date 231ms
After Hooks.deleteModeOfTransportationAfterTest() 443ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 240ms
And Create mode of transportation by API with "pba1-carrier": "WINTER_MAPPING" "Model" "Marka" "3141592" 472ms
And Add "WINTER_MAPPING" document to mode of transportation by API with "pba1-carrier" 332ms
When Login as "super-admin-bausch" 2s 377ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 651ms
And Go to mode of transportation details 340ms
Then Verify that MOT has "WINTER_MAPPING" document 048ms
And Verify that "WINTER_MAPPING" document is "true" to edition 186ms
After Hooks.deleteModeOfTransportationAfterTest() 344ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 256ms
And Create mode of transportation by API with "pba1-carrier": "SUMMER_MAPPING" "Model" "Marka" "3141592" 472ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 334ms
When Login as "super-admin-bausch" 2s 298ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 674ms
And Go to mode of transportation details 318ms
Then Verify that MOT has "SUMMER_MAPPING" document 052ms
And Verify that "SUMMER_MAPPING" document is "true" to edition 164ms
After Hooks.deleteModeOfTransportationAfterTest() 331ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 229ms
And Create mode of transportation by API with "pba1-carrier": "SENSOR_CALIBRATION_CERTIFICATE" "Model" "Marka" "3141592" 442ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 431ms
When Login as "super-admin-bausch" 2s 271ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 660ms
And Go to mode of transportation details 335ms
Then Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 048ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is "true" to edition 509ms
After Hooks.deleteModeOfTransportationAfterTest() 313ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 231ms
And Create mode of transportation by API with "pba1-carrier": "WINTER_MAPPING" "Model" "Marka" "3141592" 452ms
And Add "WINTER_MAPPING" document to mode of transportation by API with "pba1-carrier" 336ms
And Accept "WINTER_MAPPING" document by API 419ms
When Login as "super-admin-bausch" 2s 280ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 667ms
And Go to mode of transportation details 293ms
Then Verify that MOT has "WINTER_MAPPING" document 044ms
And Verify that "WINTER_MAPPING" document is "false" to edition 165ms
After Hooks.deleteModeOfTransportationAfterTest() 334ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 225ms
And Create mode of transportation by API with "pba1-carrier": "SUMMER_MAPPING" "Model" "Marka" "3141592" 461ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 324ms
And Accept "SUMMER_MAPPING" document by API 374ms
When Login as "super-admin-bausch" 2s 204ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 686ms
And Go to mode of transportation details 292ms
Then Verify that MOT has "SUMMER_MAPPING" document 040ms
And Verify that "SUMMER_MAPPING" document is "false" to edition 123ms
After Hooks.deleteModeOfTransportationAfterTest() 305ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 239ms
And Create mode of transportation by API with "pba1-carrier": "SENSOR_CALIBRATION_CERTIFICATE" "Model" "Marka" "3141592" 468ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 425ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document by API 386ms
When Login as "super-admin-bausch" 2s 467ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 651ms
And Go to mode of transportation details 313ms
Then Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 047ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is "false" to edition 519ms
After Hooks.deleteModeOfTransportationAfterTest() 322ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 223ms
And Create mode of transportation by API with "pba1-carrier": "SENSOR_CALIBRATION_CERTIFICATE" "Model" "Marka" "3141592" 452ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 429ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document by API 384ms
And Reject "SENSOR_CALIBRATION_CERTIFICATE" document by API 504ms
When Login as "super-admin-bausch" 2s 382ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 665ms
And Go to mode of transportation details 345ms
Then Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 038ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is "true" to edition 459ms
After Hooks.deleteModeOfTransportationAfterTest() 310ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 236ms
When Create default mode of transportation by API with "pba1-carrier" 449ms
And Login as "bausch-admin" 2s 256ms
Then Go to "MODE_OF_TRANSPORTATION_TAB" 665ms
And Go to mode of transportation details 283ms
When Disable mode of transportation 155ms
And Go to the last mode of transportations table page 15s 083ms
Then Verify that mode of transportation is not visible in the table 15s 074ms
After Hooks.deleteModeOfTransportationAfterTest() 271ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 219ms
When Create default mode of transportation by API with "pba1-carrier" 464ms
And Login as "pba1-carrier" 3s 925ms
Then Go to "MODE_OF_TRANSPORTATION_TAB" 819ms
And Go to mode of transportation details 315ms
When Disable mode of transportation 164ms
And Go to the last mode of transportations table page 15s 065ms
Then Verify that mode of transportation is not visible in the table 15s 088ms
After Hooks.deleteModeOfTransportationAfterTest() 359ms
View Feature Mode of transportation - Sections
Given Set token of apiUsername "super-admin-bausch" 231ms
When Create default mode of transportation by API with "pba1-carrier" 460ms
And Login as "bausch-admin" 2s 350ms
Then Go to "MODE_OF_TRANSPORTATION_TAB" 748ms
And Disable mode of transportation by API 372ms
Then Show disabled mode of transportations in the table 170ms
And Go to the last mode of transportations table page 883ms
Then Verify that mode of transportation is visible in the table 100ms
After Hooks.deleteModeOfTransportationAfterTest() 284ms
View Feature Mode of transportation - Sections
Given Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 2s 472ms
And Create default mode of transportation by API with "pba1-carrier" 476ms
When Go to "MODE_OF_TRANSPORTATION_TAB" 588ms
And Go to mode of transportation details 269ms
Then Edit mode of transportation with "BBBB0000" "Marka" "Model" "AAAA0000" 1s 595ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 581ms
Then Check if "BBBB0000" "Marka" "Model" "AAAA0000" are visible in correct columns 353ms
After Hooks.deleteModeOfTransportationAfterTest() 306ms
View Feature Mode of transportation status
Given Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 2s 525ms
When Create default mode of transportation by API with "pba1-carrier" 477ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 604ms
And Go to mode of transportation details 299ms
Then Reject mode of transportation 155ms
And Verify that user is redirected to mode of transportation tab 420ms
Then Check if "Odrzucony" status is visible in mode of transportation table 090ms
After Hooks.deleteModeOfTransportationAfterTest() 314ms
View Feature Mode of transportation status
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 2s 455ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 973ms
And Create mode of transportation with "AAAA0000" "Marka" "Model" "BBBB0000" 17s 878ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 572ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 092ms
And Go to mode of transportation details 275ms
And Add "WINTER_MAPPING" document to mode of transportation 15s 486ms
And Add "SUMMER_MAPPING" document to mode of transportation 15s 486ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation 16s 202ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 612ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 091ms
And If user is login then logout 265ms
And Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 2s 778ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 680ms
And Go to mode of transportation details 417ms
And Accept "WINTER_MAPPING" document 16s 255ms
And Accept "SUMMER_MAPPING" document 16s 234ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document 16s 306ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 671ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 096ms
And Go to mode of transportation details 340ms
And Approve mode of transportation 172ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 616ms
And Check if "Zaakceptowany" status is visible in mode of transportation table 074ms
And Go to mode of transportation details 313ms
And Reject "SENSOR_CALIBRATION_CERTIFICATE" document 1s 768ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is rejected 072ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 509ms
And Check if "Zablokowany" status is visible in mode of transportation table 084ms
And Go to mode of transportation details 291ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document 16s 360ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is accepted 101ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 620ms
And Check if "Zaakceptowany" status is visible in mode of transportation table 089ms
And Go to mode of transportation details 349ms
And Reject mode of transportation 170ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 471ms
And Check if "Odrzucony" status is visible in mode of transportation table 082ms
And Go to mode of transportation details 309ms
And Confirm mode of transportation 148ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 506ms
And Check if "Zaakceptowany" status is visible in mode of transportation table 071ms
And If user is login then logout 560ms
And Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 4s 567ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 804ms
And Go to mode of transportation details 356ms
And Add another "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation 16s 209ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 597ms
And Check if "Zaktualizowany" status is visible in mode of transportation table 093ms
And If user is login then logout 302ms
And Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 2s 678ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 704ms
And Go to mode of transportation details 399ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document 16s 306ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is accepted 100ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 735ms
And Check if "Zaakceptowany" status is visible in mode of transportation table 089ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 375ms
And Disable mode of transportation by API 470ms
And Show disabled mode of transportations in the table 161ms
And Go to the last mode of transportations table page 970ms
And Check if "Wyłączony" status is visible in mode of transportation table 087ms
After Hooks.deleteModeOfTransportationAfterTest() 373ms
View Feature Mode of transportation status
Given Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 2s 571ms
When Create default mode of transportation by API with "pba1-carrier" 512ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 438ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document by API 368ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 551ms
And Go to mode of transportation details 341ms
Then Approve mode of transportation 137ms
And Check if confirm mode of transportation button is visible 735ms
Then Go to "MODE_OF_TRANSPORTATION_TAB" 512ms
And Verify that user is redirected to mode of transportation tab 111ms
Then Check if "Zaakceptowany" status is visible in mode of transportation table 093ms
After Hooks.deleteModeOfTransportationAfterTest() 337ms
View Feature Mode of transportation status
Given Set token of apiUsername "super-admin-bausch" 222ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 1s 649ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 325ms
When Login as "super-admin-bausch" 2s 316ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 686ms
And Go to mode of transportation details 335ms
And Verify that MOT has "SUMMER_MAPPING" document 039ms
Then Disable "SUMMER_MAPPING" document 15s 785ms
And Verify that "SUMMER_MAPPING" document disappeared from MOT details 15s 032ms
And Check if mode of transportation has status "Zaakceptowany" 089ms
After Hooks.deleteModeOfTransportationAfterTest() 427ms
View Feature Mode of transportation status
Given Set token of apiUsername "super-admin-bausch" 234ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 1s 648ms
When Login as "super-admin-bausch" 2s 541ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 697ms
And Go to mode of transportation details 323ms
And Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 046ms
Then Disable "SENSOR_CALIBRATION_CERTIFICATE" document 15s 822ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document disappeared from MOT details 15s 088ms
And Check if mode of transportation has status "Zablokowany" 087ms
After Hooks.deleteModeOfTransportationAfterTest() 457ms
View Feature Mode of transportation status
Given Set token of apiUsername "super-admin-bausch" 238ms
And Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 461ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 447ms
When Login as "super-admin-bausch" 2s 595ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 702ms
And Go to mode of transportation details 333ms
Then Approve mode of transportation 156ms
And Check if mode of transportation has status "Niezaakceptowany" 073ms
And Check if error message is visible in mode of transportation details 160ms
After Hooks.deleteModeOfTransportationAfterTest() 312ms
View Feature Mode of transportation status
Given Set token of apiUsername "super-admin-bausch" 231ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 1s 724ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 320ms
When Login as "super-admin-bausch" 2s 302ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 674ms
And Go to mode of transportation details 333ms
And Verify that MOT has "SUMMER_MAPPING" document 047ms
Then Disable "SUMMER_MAPPING" document 15s 813ms
And Verify that "SUMMER_MAPPING" document disappeared from MOT details 15s 082ms
And Check if mode of transportation has status "Zaakceptowany" 062ms
After Hooks.deleteModeOfTransportationAfterTest() 368ms
View Feature Mode of transportation status
Given Set token of apiUsername "super-admin-bausch" 243ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 1s 505ms
When Login as "super-admin-bausch" 2s 305ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 721ms
And Go to mode of transportation details 332ms
And Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 048ms
Then Disable "SENSOR_CALIBRATION_CERTIFICATE" document 15s 816ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document disappeared from MOT details 15s 032ms
And Check if mode of transportation has status "Zablokowany" 090ms
After Hooks.deleteModeOfTransportationAfterTest() 345ms
View Feature Mode of transportation status
Given Set token of apiUsername "super-admin-bausch" 233ms
And Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 448ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 429ms
When Login as "super-admin-bausch" 2s 557ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 706ms
And Go to mode of transportation details 344ms
Then Approve mode of transportation 157ms
And Check if mode of transportation has status "Niezaakceptowany" 070ms
And Check if error message is visible in mode of transportation details 156ms
After Hooks.deleteModeOfTransportationAfterTest() 305ms
View Feature Mode of transportation table
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 2s 738ms
And Create default mode of transportation by API with "pba1-carrier" 692ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 458ms
When Go to "MODE_OF_TRANSPORTATION_TAB" 566ms
Then Check if "SENSOR_CALIBRATION_CERTIFICATE" document data is visible in correct columns 3s 261ms
After Hooks.deleteModeOfTransportationAfterTest() 306ms
View Feature Mode of transportation table
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 2s 484ms
And Create default mode of transportation by API with "pba1-carrier" 604ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 315ms
When Go to "MODE_OF_TRANSPORTATION_TAB" 577ms
Then Check if "SUMMER_MAPPING" document data is visible in correct columns 3s 235ms
After Hooks.deleteModeOfTransportationAfterTest() 320ms
View Feature Mode of transportation table
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 2s 606ms
And Create default mode of transportation by API with "pba1-carrier" 613ms
And Add "WINTER_MAPPING" document to mode of transportation by API with "pba1-carrier" 329ms
When Go to "MODE_OF_TRANSPORTATION_TAB" 549ms
Then Check if "WINTER_MAPPING" document data is visible in correct columns 3s 239ms
After Hooks.deleteModeOfTransportationAfterTest() 308ms
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" 236ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 1s 868ms
And Create transport "CREATE_LOAD_PL" by JSON file as "super-admin-bausch" 323ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.GeneratedConstructorAccessor199.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/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() 001ms
After Hooks.deleteModeOfTransportationAfterTest() 358ms
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" 234ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 1s 715ms
And Create transport "CREATE_LOAD_PL" by JSON file as "super-admin-bausch" 302ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.GeneratedConstructorAccessor199.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/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() 000ms
After Hooks.deleteModeOfTransportationAfterTest() 342ms
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" 241ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 1s 759ms
And Create transport "CREATE_LOAD_PL" by JSON file as "super-admin-bausch" 304ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	at sun.reflect.GeneratedConstructorAccessor199.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/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() 000ms
After Hooks.deleteModeOfTransportationAfterTest() 332ms
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" 001ms
java.net.UnknownHostException: neuca.logintegra.com
	at java.net.InetAddress.getAllByName0(InetAddress.java:1281)
	at java.net.InetAddress.getAllByName(InetAddress.java:1193)
	at java.net.InetAddress.getAllByName(InetAddress.java:1127)
	at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.resolveHostname(DefaultClientConnectionOperator.java:263)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:162)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:326)
	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:610)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:445)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:835)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.http.client.HttpClient$execute$0.call(Unknown Source)
	at io.restassured.internal.RequestSpecificationImpl$RestAssuredHttpBuilder.doRequest(RequestSpecificationImpl.groovy:2146)
	at io.restassured.internal.http.HTTPBuilder.post(HTTPBuilder.java:349)
	at io.restassured.internal.http.HTTPBuilder$post$2.call(Unknown Source)
	at io.restassured.internal.RequestSpecificationImpl.sendRequest(RequestSpecificationImpl.groovy:1274)
	at sun.reflect.GeneratedMethodAccessor79.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.AbstractCallSite.call(AbstractCallSite.java:152)
	at io.restassured.internal.filter.SendRequestFilter.filter(SendRequestFilter.groovy:30)
	at io.restassured.filter.Filter$filter$0.call(Unknown Source)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
	at io.restassured.filter.Filter$filter.call(Unknown Source)
	at io.restassured.internal.filter.FilterContextImpl.next(FilterContextImpl.groovy:72)
	at io.restassured.filter.time.TimingFilter.filter(TimingFilter.java:56)
	at io.restassured.filter.Filter$filter.call(Unknown Source)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
	at io.restassured.filter.Filter$filter$0.call(Unknown Source)
	at io.restassured.internal.filter.FilterContextImpl.next(FilterContextImpl.groovy:72)
	at io.restassured.filter.FilterContext$next.call(Unknown Source)
	at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1749)
	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.getAuthenticationTokenForUser(RestUtil.java:129)
	at Utils.RestUtils.RestUtil.getAuthenticationTokenForUser(RestUtil.java:105)
	at CucumberTests.LoginTest.loginAsAndSetTokenOfApiUsername(LoginTest.java:76)
	at ✽.Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch"(file:Features/Atom/Transport/File.feature:108)
And Create default accepted mode of transportation by API with "pba1-carrier" 000ms
And If user is login then logout 000ms
And Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 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" "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() 002ms