Given
Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch"
004ms
java.net.ConnectException: Connection refused (Connection refused)
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:121)
at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
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 org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
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:71)
at ✽.Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch"(file:Features/Atom/ModeOfTransportation/MOTStatus.feature:18)
And
Go to "MODE_OF_TRANSPORTATION_TAB"
000ms
And
Create mode of transportation with "AAAA0000" "Marka" "Model" "BBBB0000"
000ms
And
Go to "MODE_OF_TRANSPORTATION_TAB"
000ms
And
Check if "Niezaakceptowany" status is visible in mode of transportation table
000ms
And
Go to mode of transportation details
000ms
And
Add "WINTER_MAPPING" document to mode of transportation
000ms
And
Add "SUMMER_MAPPING" document to mode of transportation
000ms
And
Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation
000ms
And
Go to "MODE_OF_TRANSPORTATION_TAB"
000ms
And
Check if "Niezaakceptowany" status is visible in mode of transportation table
000ms
And
If user is login then logout
000ms
And
Login as "bausch-admin" and set token of apiUsername "super-admin-bausch"
000ms
And
Go to "MODE_OF_TRANSPORTATION_TAB"
000ms
And
Go to mode of transportation details
000ms
And
Accept "WINTER_MAPPING" document
000ms
And
Accept "SUMMER_MAPPING" document
000ms
And
Accept "SENSOR_CALIBRATION_CERTIFICATE" document
000ms
And
Go to "MODE_OF_TRANSPORTATION_TAB"
000ms
And
Check if "Niezaakceptowany" status is visible in mode of transportation table
000ms
And
Go to mode of transportation details
000ms
And
Approve mode of transportation
000ms
And
Go to "MODE_OF_TRANSPORTATION_TAB"
000ms
And
Check if "Zaakceptowany" status is visible in mode of transportation table
000ms
And
Go to mode of transportation details
000ms
And
Reject "SENSOR_CALIBRATION_CERTIFICATE" document
000ms
And
Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is rejected
000ms
And
Go to "MODE_OF_TRANSPORTATION_TAB"
000ms
And
Check if "Zablokowany" status is visible in mode of transportation table
000ms
And
Go to mode of transportation details
000ms
And
Accept "SENSOR_CALIBRATION_CERTIFICATE" document
000ms
And
Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is accepted
000ms
And
Go to "MODE_OF_TRANSPORTATION_TAB"
000ms
And
Check if "Zaakceptowany" status is visible in mode of transportation table
000ms
And
Go to mode of transportation details
000ms
And
Reject mode of transportation
000ms
And
Go to "MODE_OF_TRANSPORTATION_TAB"
000ms
And
Check if "Odrzucony" status is visible in mode of transportation table
000ms
And
Go to mode of transportation details
000ms
And
Confirm mode of transportation
000ms
And
Go to "MODE_OF_TRANSPORTATION_TAB"
000ms
And
Check if "Zaakceptowany" status is visible in mode of transportation table
000ms
And
If user is login then logout
000ms
And
Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch"
000ms
And
Go to "MODE_OF_TRANSPORTATION_TAB"
000ms
And
Go to mode of transportation details
000ms
And
Add another "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation
000ms
And
Go to "MODE_OF_TRANSPORTATION_TAB"
000ms
And
Check if "Zaktualizowany" status is visible in mode of transportation table
000ms
And
If user is login then logout
000ms
And
Login as "bausch-admin" and set token of apiUsername "super-admin-bausch"
000ms
And
Go to "MODE_OF_TRANSPORTATION_TAB"
000ms
And
Go to mode of transportation details
000ms
And
Accept "SENSOR_CALIBRATION_CERTIFICATE" document
000ms
And
Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is accepted
000ms
And
Go to "MODE_OF_TRANSPORTATION_TAB"
000ms
And
Check if "Zaakceptowany" status is visible in mode of transportation table
000ms
And
Go to "MODE_OF_TRANSPORTATION_TAB"
000ms
And
Disable mode of transportation by API
000ms
And
Show disabled mode of transportations in the table
000ms
And
Go to the last mode of transportations table page
000ms
And
Check if "Wyłączony" status is visible in mode of transportation table
000ms