Project Number Date
ApolloFullRunnerReport develop.362 29 mar 2021, 05:53

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Edit transport using pencil 91 1 5 0 0 97 12 1 13 5m 39s 450ms Failed
Feature Edit transport using pencil
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 517ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 389ms
And Show all transport "false" 009ms
When Find transport pencil button in transports table 1s 240ms
And Click pencil and move transport to next day in schedule 16s 482ms
Then Check if transport is in new location in schedule 2s 116ms
And Check if dates in transport form are correct 3s 471ms
After Hooks.deleteTransportAfterTest() 120ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 137ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 1s 316ms
And Show all transport "false" 010ms
When Find transport pencil button in transports table 1s 245ms
And Click pencil and move transport to next day in schedule 16s 710ms
Then Check if transport is in new location in schedule 2s 114ms
And Check if dates in transport form are correct 3s 378ms
After Hooks.deleteTransportAfterTest() 091ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 051ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 347ms
And Show all transport "false" 010ms
When Find transport pencil button in transports table 1s 238ms
And Click pencil and move transport to next day in schedule 16s 881ms
Then Check if transport is in new location in schedule 2s 139ms
And Check if dates in transport form are correct 3s 373ms
After Hooks.deleteTransportAfterTest() 1s 247ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 133ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 354ms
And Show all transport "false" 010ms
When Find transport pencil button in transports table 1s 251ms
And Click pencil and move transport to next day in schedule 16s 305ms
Then Check if transport is in new location in schedule 2s 114ms
And Check if dates in transport form are correct 3s 439ms
After Hooks.deleteTransportAfterTest() 104ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 146ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 366ms
And Show all transport "false" 009ms
When Find transport pencil button in transports table 1s 262ms
And Click pencil and move transport to next day in schedule 16s 347ms
Then Check if transport is in new location in schedule 2s 116ms
And Check if dates in transport form are correct 3s 375ms
After Hooks.deleteTransportAfterTest() 103ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 123ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-alrec" 1s 405ms
And Show all transport "true" 086ms
When Find transport pencil button in transports table 1s 249ms
And Click pencil and move transport to next day in schedule 16s 511ms
Then Check if transport is in new location in schedule 2s 132ms
And Check if dates in transport form are correct 3s 395ms
After Hooks.deleteTransportAfterTest() 112ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 218ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 188ms
And Get inputs from database "ADVICE_DELIVERY" "super-admin-piast" 002ms
When Show all transport types 1s 048ms
And Click button advice in transport table "DELIVERY" 135ms
And Set advice window in schedule 2s 578ms
And Fill advice form 8s 415ms
And Click advice save button and wait for advice form to disappear 30s 711ms
And Go to "TRANSPORT_TABLE" 252ms
And Find transport pencil button in transports table 1s 244ms
And Click pencil and move transport to next day in schedule 17s 525ms
Then Check if transport is in new location in schedule 2s 115ms
And Check if dates in transport form are correct 3s 463ms
After Hooks.deleteTransportAfterTest() 111ms
Scenario Outline Check if it possible to edit transport after editing by pencil button
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 310ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 121ms
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.GeneratedMethodAccessor94.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.GeneratedMethodAccessor93.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:822)
	at io.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:47)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.RequestSpecificationImpl.post(RequestSpecificationImpl.groovy:175)
	at io.restassured.internal.RequestSpecificationImpl.post(RequestSpecificationImpl.groovy)
	at Utils.RestUtils.RestUtil.postObjectToApolloApi(RestUtil.java:64)
	at CucumberTests.Transport.CreateTransport.createByJSONFileAs(CreateTransport.java:76)
	at ✽.Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland"(file:Features/Atom/Transport/PencilEdition.feature:43)
And Show all transport "false" 000ms
When Find transport pencil button in transports table 000ms
And Click pencil and move transport to next day in schedule 000ms
And Move advice window "3" 000ms
Then Check if advice window is in new location 000ms
After Hooks.deleteTransportAfterTest() 000ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 991ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 1s 384ms
And Show all transport "false" 010ms
When Find transport pencil button in transports table 1s 263ms
And Click pencil and move transport to next day in schedule 21s 026ms
And Move advice window "3" 1s 398ms
Then Check if advice window is in new location 027ms
After Hooks.deleteTransportAfterTest() 099ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 126ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 306ms
And Show all transport "false" 009ms
When Find transport pencil button in transports table 1s 250ms
And Click pencil and move transport to next day in schedule 16s 965ms
And Move advice window "3" 1s 483ms
Then Check if advice window is in new location 028ms
After Hooks.deleteTransportAfterTest() 109ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 168ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 371ms
And Show all transport "false" 010ms
When Find transport pencil button in transports table 1s 257ms
And Click pencil and move transport to next day in schedule 16s 416ms
And Move advice window "3" 1s 338ms
Then Check if advice window is in new location 020ms
After Hooks.deleteTransportAfterTest() 095ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 176ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 354ms
And Show all transport "false" 009ms
When Find transport pencil button in transports table 1s 240ms
And Click pencil and move transport to next day in schedule 16s 326ms
And Move advice window "3" 1s 318ms
Then Check if advice window is in new location 022ms
After Hooks.deleteTransportAfterTest() 120ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 044ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 1s 317ms
And Show all transport "true" 075ms
When Find transport pencil button in transports table 1s 214ms
And Click pencil and move transport to next day in schedule 16s 420ms
And Move advice window "3" 1s 386ms
Then Check if advice window is in new location 028ms
After Hooks.deleteTransportAfterTest() 098ms