Project Number Date
ApolloFullRunnerReport develop.416 09 maj 2021, 06:40

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Crud Transport 803 3 12 0 0 818 86 4 90 1h 25m 57s 174ms Failed
Feature Crud Transport
Scenario Outline Check if it possible to create new transport with advice
Steps
Given Get inputs from database "CREATE_UNLOAD" "super-admin-pgf" 003ms
And Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 1s 129ms
When Go to new transport "UNLOAD" 15s 264ms
And Fill transport form 16s 185ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//li//span[text()='Magazyn Rozładunków'] | //li[text()='Magazyn Rozładunków' and @role='option']"}
  (Session info: headless chrome=90.0.4430.93)
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'ns3112421', ip: '94.23.29.183', os.name: 'Linux', os.arch: 'amd64', os.version: '4.15.0-136-generic', java.version: '1.8.0_201'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=90.0.4430.24 (4c6d850f087da467d926e8eddb76550aed655991-refs/branch-heads/4430@{#429}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.4fnndq}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=90.0.4430.93, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 7cca028fb91fff1231756562506856f0
*** Element info: {Using=xpath, value=//li//span[text()='Magazyn Rozładunków'] | //li[text()='Magazyn Rozładunków' and @role='option']}
	at sun.reflect.GeneratedConstructorAccessor216.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:356)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:458)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:361)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:348)
	at CucumberTests.Transport.Transport.selectValue(Transport.java:229)
	at CucumberTests.Transport.Transport.fillSelectInput(Transport.java:214)
	at CucumberTests.Transport.Transport.fillForm(Transport.java:166)
	at CucumberTests.Transport.CreateTransport.fillTransportForm(CreateTransport.java:170)
	at ✽.Fill transport form(file:Features/Atom/Transport/CrudTransport.feature:8)
And Click "save-transport" save button and wait for form to disappear 000ms
And Set advice window in schedule 000ms
And Check is transport created in schedule and set transport id 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "UNLOAD" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-adama" 002ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 334ms
When Go to new transport "DELIVERY" 277ms
And Fill transport form 11s 431ms
And Click "save-transport" save button and wait for form to disappear 15s 668ms
And Set advice window in schedule 2s 166ms
And Check is transport created in schedule and set transport id 616ms
And Go to "TRANSPORT_TABLE" 263ms
And Go to transport details "DELIVERY" 4s 320ms
Then Check are transport values equals 152ms
After Hooks.deleteTransportAfterTest() 151ms
Given Get inputs from database "CREATE_OWN_COLLECTION" "super-admin-adama" 002ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 160ms
When Go to new transport "OWN_COLLECTION" 320ms
And Fill transport form 17s 968ms
And Click "save-transport" save button and wait for form to disappear 15s 690ms
And Set advice window in schedule 2s 185ms
And Check is transport created in schedule and set transport id 522ms
And Go to "TRANSPORT_TABLE" 198ms
And Go to transport details "OWN_COLLECTION" 4s 325ms
Then Check are transport values equals 171ms
After Hooks.deleteTransportAfterTest() 134ms
Scenario Outline Check if it possible to create new transport with advice
Steps
Given Get inputs from database "CREATE_DELIVERY" "super-admin-hochland" 003ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 469ms
When Go to new transport "DELIVERY" 387ms
And Fill transport form 38s 935ms
And Click "save-transport" save button and wait for form to disappear 15s 628ms
And Set advice window in schedule 2s 150ms
And Check is transport created in schedule and set transport id 588ms
And Go to "TRANSPORT_TABLE" 255ms
And Go to transport details "DELIVERY" 4s 674ms
Then Check are transport values equals 033ms
org.junit.ComparisonFailure: Wartości w formularzu w polu CARRIER są niepoprawne, wartość na stronie: Przewoźnik Hochland Automat 2 wartość poprawna: Przewoźnik Hochland Automat 1 expected:<...ik Hochland Automat [1]> but was:<...ik Hochland Automat [2]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:122)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:261)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:225)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:14)
After Hooks.deleteTransportAfterTest() 142ms
Scenario Outline Check if it possible to create new transport with advice
Steps
Given Get inputs from database "CREATE_CISTERN_DELIVERY" "super-admin-hochland" 002ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 442ms
When Go to new transport "CISTERN_DELIVERY" 457ms
And Fill transport form 21s 630ms
java.lang.AssertionError: Nie można wypełnić pola warehouse, ponieważ nie udało się go znaleźć w formularzu
	at org.junit.Assert.fail(Assert.java:88)
	at CucumberTests.Transport.Transport.fillForm(Transport.java:152)
	at CucumberTests.Transport.CreateTransport.fillTransportForm(CreateTransport.java:170)
	at ✽.Fill transport form(file:Features/Atom/Transport/CrudTransport.feature:8)
And Click "save-transport" save button and wait for form to disappear 000ms
And Set advice window in schedule 000ms
And Check is transport created in schedule and set transport id 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "CISTERN_DELIVERY" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 001ms
Given Get inputs from database "CREATE_CISTERN_COLLECTION" "super-admin-hochland" 003ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 547ms
When Go to new transport "CISTERN_COLLECTION" 393ms
And Fill transport form 28s 309ms
And Click "save-transport" save button and wait for form to disappear 15s 873ms
And Set advice window in schedule 2s 192ms
And Check is transport created in schedule and set transport id 604ms
And Go to "TRANSPORT_TABLE" 228ms
And Go to transport details "CISTERN_COLLECTION" 4s 396ms
Then Check are transport values equals 21s 354ms
After Hooks.deleteTransportAfterTest() 130ms
Given Get inputs from database "CREATE_OWN_COLLECTION" "super-admin-hochland" 002ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 760ms
When Go to new transport "OWN_COLLECTION" 426ms
And Fill transport form 32s 889ms
And Click "save-transport" save button and wait for form to disappear 15s 650ms
And Set advice window in schedule 2s 170ms
And Check is transport created in schedule and set transport id 592ms
And Go to "TRANSPORT_TABLE" 219ms
And Go to transport details "OWN_COLLECTION" 4s 521ms
Then Check are transport values equals 19s 344ms
After Hooks.deleteTransportAfterTest() 123ms
Given Get inputs from database "CREATE_OWN_COLLECTION_POWDER_FACTORY" "super-admin-hochland" 002ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 522ms
When Go to new transport "OWN_COLLECTION_POWDER_FACTORY" 386ms
And Fill transport form 32s 870ms
And Click "save-transport" save button and wait for form to disappear 15s 621ms
And Set advice window in schedule 2s 175ms
And Check is transport created in schedule and set transport id 542ms
And Go to "TRANSPORT_TABLE" 214ms
And Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 4s 442ms
Then Check are transport values equals 4s 315ms
After Hooks.deleteTransportAfterTest() 107ms
Given Get inputs from database "CREATE_EXPORT" "super-admin-hochland" 002ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 458ms
When Go to new transport "EXPORT" 449ms
And Fill transport form 40s 690ms
And Click "save-transport" save button and wait for form to disappear 15s 582ms
And Set advice window in schedule 2s 152ms
And Check is transport created in schedule and set transport id 625ms
And Go to "TRANSPORT_TABLE" 234ms
And Go to transport details "EXPORT" 5s 403ms
Then Check are transport values equals 4s 385ms
After Hooks.deleteTransportAfterTest() 155ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-skd" 002ms
And Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 1s 132ms
When Go to new transport "DELIVERY" 15s 247ms
And Fill transport form 28s 333ms
And Click "save-transport" save button and wait for form to disappear 15s 604ms
And Set advice window in schedule 2s 166ms
And Check is transport created in schedule and set transport id 701ms
And Go to "TRANSPORT_TABLE" 230ms
And Go to transport details "DELIVERY" 32s 329ms
Then Check are transport values equals 36s 364ms
After Hooks.deleteTransportAfterTest() 133ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-lantmannen" 002ms
And Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 119ms
When Go to new transport "DELIVERY" 297ms
And Fill transport form 37s 928ms
And Click "save-transport" save button and wait for form to disappear 15s 610ms
And Set advice window in schedule 2s 145ms
And Check is transport created in schedule and set transport id 584ms
And Go to "TRANSPORT_TABLE" 175ms
And Go to transport details "DELIVERY" 4s 296ms
Then Check are transport values equals 19s 269ms
After Hooks.deleteTransportAfterTest() 101ms
Given Get inputs from database "CREATE_LOAD" "super-admin-lantmannen" 003ms
And Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 136ms
When Go to new transport "LOAD" 340ms
And Fill transport form 38s 054ms
And Click "save-transport" save button and wait for form to disappear 15s 674ms
And Set advice window in schedule 2s 167ms
And Check is transport created in schedule and set transport id 569ms
And Go to "TRANSPORT_TABLE" 255ms
And Go to transport details "LOAD" 4s 314ms
Then Check are transport values equals 19s 343ms
After Hooks.deleteTransportAfterTest() 111ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-keeeper" 003ms
And Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 182ms
When Go to new transport "UNLOAD" 309ms
And Fill transport form 37s 579ms
And Click "save-transport" save button and wait for form to disappear 15s 589ms
And Set advice window in schedule 2s 156ms
And Check is transport created in schedule and set transport id 545ms
And Go to "TRANSPORT_TABLE" 191ms
And Go to transport details "UNLOAD" 4s 349ms
Then Check are transport values equals 21s 434ms
After Hooks.deleteTransportAfterTest() 113ms
Given Get inputs from database "CREATE_TANKER_GRANULATE_DELIVERY" "super-admin-keeeper" 003ms
And Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 155ms
When Go to new transport "TANKER_GRANULATE_DELIVERY" 323ms
And Fill transport form 37s 595ms
And Click "save-transport" save button and wait for form to disappear 15s 636ms
And Set advice window in schedule 2s 156ms
And Check is transport created in schedule and set transport id 530ms
And Go to "TRANSPORT_TABLE" 196ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 4s 362ms
Then Check are transport values equals 21s 421ms
After Hooks.deleteTransportAfterTest() 119ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-alrec" 003ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 193ms
When Go to new transport "DELIVERY" 306ms
And Fill transport form 22s 872ms
And Click "save-transport" save button and wait for form to disappear 15s 582ms
And Set advice window in schedule 2s 161ms
And Check is transport created in schedule and set transport id 483ms
And Go to "TRANSPORT_TABLE" 203ms
And Go to transport details "DELIVERY" 4s 311ms
Then Check are transport values equals 17s 309ms
After Hooks.deleteTransportAfterTest() 110ms
Given Get inputs from database "CREATE_WEIGHING" "super-admin-hochland" 002ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 502ms
When Go to new transport "WEIGHING" 391ms
And Fill transport form 13s 570ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 630ms
And Show all transport "false" 011ms
And Go to "TRANSPORT_TABLE" 153ms
And Go to transport details "WEIGHING" 4s 421ms
And Check are transport values equals 2s 177ms
After Hooks.deleteTransportAfterTest() 065ms
Given Get inputs from database "CREATE_TRANSPORT" "super-admin-adama" 002ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 156ms
When Go to new transport "TRANSPORT" 382ms
And Fill transport form 26s 756ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 602ms
And Show all transport "false" 013ms
And Go to "TRANSPORT_TABLE" 159ms
And Go to transport details "TRANSPORT" 4s 462ms
And Check are transport values equals 6s 219ms
After Hooks.deleteTransportAfterTest() 116ms
Given Get inputs from database "CREATE_CONTAINER" "super-admin-adama" 002ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 161ms
When Go to new transport "CONTAINER" 323ms
And Fill transport form 11s 178ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 608ms
And Show all transport "false" 011ms
And Go to "TRANSPORT_TABLE" 142ms
And Go to transport details "CONTAINER" 4s 332ms
And Check are transport values equals 077ms
After Hooks.deleteTransportAfterTest() 123ms
Given Get inputs from database "CREATE_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 002ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 743ms
When Go to new transport "TRANSFER_BETWEEN_WAREHOUSES" 401ms
And Fill transport form 12s 977ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 640ms
And Show all transport "false" 011ms
And Go to "TRANSPORT_TABLE" 136ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 4s 577ms
And Check are transport values equals 4s 190ms
After Hooks.deleteTransportAfterTest() 102ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-piast" 002ms
And Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 685ms
When Go to new transport "DELIVERY" 304ms
And Fill transport form 22s 520ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 622ms
And Show all transport "false" 011ms
And Go to "TRANSPORT_TABLE" 144ms
And Go to transport details "DELIVERY" 4s 559ms
And Check are transport values equals 17s 200ms
After Hooks.deleteTransportAfterTest() 089ms
Given Get inputs from database "CREATE_LOAD" "super-admin-piast" 002ms
And Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 189ms
When Go to new transport "LOAD" 369ms
And Fill transport form 26s 342ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 676ms
And Show all transport "false" 010ms
And Go to "TRANSPORT_TABLE" 136ms
And Go to transport details "LOAD" 4s 638ms
And Check are transport values equals 2s 148ms
After Hooks.deleteTransportAfterTest() 103ms
Given Get inputs from database "CREATE_LOAD" "super-admin-keeeper" 002ms
And Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 256ms
When Go to new transport "LOAD" 305ms
And Fill transport form 24s 646ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 646ms
And Show all transport "false" 011ms
And Go to "TRANSPORT_TABLE" 147ms
And Go to transport details "LOAD" 4s 389ms
And Check are transport values equals 19s 227ms
After Hooks.deleteTransportAfterTest() 081ms
Given Get inputs from database "CREATE_CONTAINER" "super-admin-keeeper" 002ms
And Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 189ms
When Go to new transport "CONTAINER" 296ms
And Fill transport form 24s 640ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 613ms
And Show all transport "false" 011ms
And Go to "TRANSPORT_TABLE" 149ms
And Go to transport details "CONTAINER" 4s 374ms
And Check are transport values equals 19s 225ms
After Hooks.deleteTransportAfterTest() 080ms
Given Get inputs from database "CREATE_SMALLS_IMPORT" "super-admin-skz" 002ms
And Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 255ms
When Go to new transport "SMALLS_IMPORT" 392ms
And Fill transport form 36s 482ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 595ms
And Show all transport "false" 010ms
And Go to "TRANSPORT_TABLE" 146ms
And Go to transport details "SMALLS_IMPORT" 4s 441ms
And Check are transport values equals 10s 378ms
After Hooks.deleteTransportAfterTest() 089ms
Given Get inputs from database "CREATE_SMALLS_EXPORT" "super-admin-skz" 002ms
And Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 256ms
When Go to new transport "SMALLS_EXPORT" 411ms
And Fill transport form 36s 448ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 618ms
And Show all transport "false" 011ms
And Go to "TRANSPORT_TABLE" 142ms
And Go to transport details "SMALLS_EXPORT" 4s 422ms
And Check are transport values equals 10s 388ms
After Hooks.deleteTransportAfterTest() 098ms
Given Get inputs from database "CREATE_TRANSPORT_ORDER" "super-admin-alrec" 002ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 223ms
When Go to new transport "TRANSPORT_ORDER" 376ms
And Fill transport form 30s 062ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 638ms
And Show all transport "true" 089ms
And Go to "TRANSPORT_TABLE" 146ms
And Go to transport details "TRANSPORT_ORDER" 4s 397ms
And Check are transport values equals 19s 300ms
After Hooks.deleteTransportAfterTest() 087ms
Given Get inputs from database "CREATE_TRANSPORT_ORDER_WITHOUT_WAREHOUSES" "super-admin-adama" 002ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 172ms
When Go to new transport "TRANSPORT" 371ms
And Fill transport form 37s 655ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 600ms
And Show all transport "false" 011ms
And Go to "TRANSPORT_TABLE" 149ms
And Go to transport details "TRANSPORT" 4s 437ms
And Check are transport values equals 4s 230ms
After Hooks.deleteTransportAfterTest() 111ms
Given Get inputs from database "CREATE_INBOUND_WITHOUT_WAREHOUSES" "super-admin-alrec" 002ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 192ms
When Go to new transport "INBOUND" 365ms
And Fill transport form 41s 083ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 633ms
And Show all transport "true" 098ms
And Go to "TRANSPORT_TABLE" 135ms
And Go to transport details "INBOUND" 4s 411ms
And Check are transport values equals 2s 264ms
After Hooks.deleteTransportAfterTest() 095ms
Given Get inputs from database "CREATE_EXTERNAL_DELIVERY_WITH_TWO_UNLOAD" "super-admin-farmacol" 002ms
And Login as "farmacol-admin" and set token of apiUsername "super-admin-farmacol" 1s 289ms
When Go to new transport "EXTERNAL_DELIVERY" 322ms
And Fill transport form 53s 642ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 610ms
And Show all transport "false" 011ms
And Go to "TRANSPORT_TABLE" 125ms
And Go to transport details "EXTERNAL_DELIVERY" 4s 407ms
And Check are transport values equals 4s 468ms
After Hooks.deleteTransportAfterTest() 078ms
Scenario Outline Check if it possible to create new transport without advice
Steps
Given Get inputs from database "CREATE_EXTERNAL_DELIVERY_WITH_TWO_UNLOAD" "dfa1-supplier" 003ms
And Login as "dfa1-supplier" and set token of apiUsername "dfa1-supplier" 2s 059ms
When Go to new transport "EXTERNAL_DELIVERY" 15s 244ms
And Fill transport form 47s 375ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 679ms
And Show all transport "false" 013ms
And Go to "TRANSPORT_TABLE" 172ms
And Go to transport details "EXTERNAL_DELIVERY" 4s 459ms
And Check are transport values equals 4s 464ms
Hooks
After Hooks.deleteTransportAfterTest() 023ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <401>.

	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.put(RequestSpecificationImpl.groovy:179)
	at io.restassured.internal.RequestSpecificationImpl.put(RequestSpecificationImpl.groovy)
	at Utils.RestUtils.RestUtil.putResponse(RestUtil.java:163)
	at Utils.RestUtils.RestUtil.putToApolloApi(RestUtil.java:76)
	at CucumberTests.Hooks.deleteTransportAfterTest(Hooks.java:174)
	at sun.reflect.GeneratedMethodAccessor207.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at cucumber.runtime.Utils$1.call(Utils.java:26)
	at cucumber.runtime.Timeout.timeout(Timeout.java:16)
	at cucumber.runtime.Utils.invoke(Utils.java:20)
	at cucumber.runtime.java.JavaHookDefinition.execute(JavaHookDefinition.java:60)
	at cucumber.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:16)
	at cucumber.runner.TestStep.executeStep(TestStep.java:63)
	at cucumber.runner.TestStep.run(TestStep.java:49)
	at cucumber.runner.TestCase.run(TestCase.java:49)
	at cucumber.runner.Runner.runPickle(Runner.java:40)
	at cucumber.runtime.junit.PickleRunners$WithStepDescriptions.run(PickleRunners.java:97)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:68)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:23)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:73)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:122)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:64)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at cucumber.api.junit.Cucumber$1.evaluate(Cucumber.java:131)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
Given Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 1s 063ms
And Get inputs from database "EDIT_UNLOAD" "super-admin-pgf" 001ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" 15s 795ms
And Show all transport "false" 010ms
When Go to transport details "UNLOAD" 32s 441ms
And Fill transport form 30s 440ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 147ms
And Go to transport details "UNLOAD" 32s 351ms
Then Check are transport values equals 4s 273ms
After Hooks.deleteTransportAfterTest() 127ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 147ms
And Get inputs from database "EDIT_TRANSPORT" "super-admin-adama" 001ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 253ms
And Show all transport "false" 010ms
When Go to transport details "TRANSPORT" 4s 474ms
And Fill transport form 10s 305ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 638ms
And Go to transport details "TRANSPORT" 4s 346ms
Then Check are transport values equals 4s 133ms
After Hooks.deleteTransportAfterTest() 099ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 197ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-adama" 001ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 171ms
And Show all transport "false" 011ms
When Go to transport details "CONTAINER" 4s 383ms
And Fill transport form 4s 716ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 619ms
And Go to transport details "CONTAINER" 4s 285ms
Then Check are transport values equals 053ms
After Hooks.deleteTransportAfterTest() 065ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 147ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-adama" 002ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 1s 283ms
And Show all transport "false" 009ms
When Go to transport details "DELIVERY" 4s 334ms
And Fill transport form 11s 568ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 637ms
And Go to transport details "DELIVERY" 4s 289ms
Then Check are transport values equals 129ms
After Hooks.deleteTransportAfterTest() 095ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 144ms
And Get inputs from database "EDIT_OWN_COLLECTION" "super-admin-adama" 001ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-adama" 1s 356ms
And Show all transport "false" 008ms
When Go to transport details "OWN_COLLECTION" 4s 333ms
And Fill transport form 21s 662ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 642ms
And Go to transport details "OWN_COLLECTION" 4s 344ms
Then Check are transport values equals 2s 224ms
After Hooks.deleteTransportAfterTest() 108ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 510ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 001ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 375ms
And Show all transport "false" 011ms
When Go to transport details "DELIVERY" 4s 711ms
And Fill transport form 35s 898ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 161ms
And Go to transport details "DELIVERY" 4s 483ms
Then Check are transport values equals 10s 569ms
After Hooks.deleteTransportAfterTest() 126ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 534ms
And Get inputs from database "EDIT_OWN_COLLECTION" "super-admin-hochland" 001ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-hochland" 1s 348ms
And Show all transport "false" 010ms
When Go to transport details "OWN_COLLECTION" 4s 672ms
And Fill transport form 36s 578ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 165ms
And Go to transport details "OWN_COLLECTION" 4s 411ms
Then Check are transport values equals 6s 385ms
After Hooks.deleteTransportAfterTest() 106ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 463ms
And Get inputs from database "EDIT_EXPORT" "super-admin-hochland" 001ms
And Create transport "CREATE_EXPORT" by JSON file as "super-admin-hochland" 1s 403ms
And Show all transport "false" 011ms
When Go to transport details "EXPORT" 4s 728ms
And Fill transport form 47s 947ms
And Click "save-transport-and-close" save button and wait for form to disappear 710ms
And Go to transport details "EXPORT" 4s 450ms
Then Check are transport values equals 8s 491ms
After Hooks.deleteTransportAfterTest() 111ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 571ms
And Get inputs from database "EDIT_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 001ms
And Create transport "CREATE_TRANSFER_BETWEEN_WAREHOUSES" by JSON file as "super-admin-hochland" 1s 194ms
And Show all transport "false" 010ms
When Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 4s 477ms
And Fill transport form 36s 172ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 714ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 4s 418ms
Then Check are transport values equals 12s 499ms
After Hooks.deleteTransportAfterTest() 090ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 445ms
And Get inputs from database "EDIT_CISTERN_DELIVERY" "super-admin-hochland" 001ms
And Create transport "CREATE_CISTERN_DELIVERY" by JSON file as "super-admin-hochland" 1s 331ms
And Show all transport "false" 011ms
When Go to transport details "CISTERN_DELIVERY" 4s 520ms
And Fill transport form 27s 239ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 687ms
And Go to transport details "CISTERN_DELIVERY" 4s 390ms
Then Check are transport values equals 6s 301ms
After Hooks.deleteTransportAfterTest() 098ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 550ms
And Get inputs from database "EDIT_CISTERN_COLLECTION" "super-admin-hochland" 001ms
And Create transport "CREATE_CISTERN_COLLECTION" by JSON file as "super-admin-hochland" 1s 262ms
And Show all transport "false" 011ms
When Go to transport details "CISTERN_COLLECTION" 4s 453ms
And Fill transport form 25s 833ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 629ms
And Go to transport details "CISTERN_COLLECTION" 4s 378ms
Then Check are transport values equals 6s 286ms
After Hooks.deleteTransportAfterTest() 140ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 473ms
And Get inputs from database "EDIT_WEIGHING" "super-admin-hochland" 001ms
And Create transport "CREATE_WEIGHING" by JSON file as "super-admin-hochland" 1s 245ms
And Show all transport "false" 010ms
When Go to transport details "WEIGHING" 4s 371ms
And Fill transport form 12s 344ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 624ms
And Go to transport details "WEIGHING" 4s 340ms
Then Check are transport values equals 2s 140ms
After Hooks.deleteTransportAfterTest() 064ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 449ms
And Get inputs from database "EDIT_OWN_COLLECTION_POWDER_FACTORY" "super-admin-hochland" 001ms
And Create transport "CREATE_OWN_COLLECTION_POWDER_FACTORY" by JSON file as "super-admin-hochland" 1s 323ms
And Show all transport "false" 011ms
When Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 4s 521ms
And Fill transport form 35s 217ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 644ms
And Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 4s 401ms
Then Check are transport values equals 6s 365ms
After Hooks.deleteTransportAfterTest() 116ms
Given Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 1s 197ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-skd" 001ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 15s 222ms
And Show all transport "false" 010ms
When Go to transport details "DELIVERY" 32s 385ms
And Fill transport form 25s 630ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 604ms
And Go to transport details "DELIVERY" 32s 309ms
Then Check are transport values equals 2s 195ms
After Hooks.deleteTransportAfterTest() 120ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 222ms
And Get inputs from database "EDIT_LOAD" "super-admin-piast" 001ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 208ms
And Show all transport "false" 011ms
When Go to transport details "LOAD" 4s 717ms
And Fill transport form 57s 326ms
And Click "save-transport-and-close" save button and wait for form to disappear 681ms
And Go to transport details "LOAD" 4s 444ms
Then Check are transport values equals 24s 806ms
After Hooks.deleteTransportAfterTest() 101ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 582ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-lantmannen" 002ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 1s 325ms
And Show all transport "false" 010ms
When Go to transport details "DELIVERY" 4s 372ms
And Fill transport form 16s 453ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 601ms
And Go to transport details "DELIVERY" 4s 349ms
Then Check are transport values equals 075ms
After Hooks.deleteTransportAfterTest() 096ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 089ms
And Get inputs from database "EDIT_LOAD" "super-admin-lantmannen" 001ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 296ms
And Show all transport "false" 010ms
When Go to transport details "LOAD" 4s 328ms
And Fill transport form 28s 173ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 151ms
And Go to transport details "LOAD" 4s 327ms
Then Check are transport values equals 2s 238ms
After Hooks.deleteTransportAfterTest() 141ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 157ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-keeeper" 001ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 357ms
And Show all transport "false" 011ms
When Go to transport details "UNLOAD" 4s 460ms
And Fill transport form 37s 737ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 651ms
And Go to transport details "UNLOAD" 4s 394ms
Then Check are transport values equals 6s 397ms
After Hooks.deleteTransportAfterTest() 121ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 159ms
And Get inputs from database "EDIT_TANKER_GRANULATE_DELIVERY" "super-admin-keeeper" 002ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 353ms
And Show all transport "false" 010ms
When Go to transport details "TANKER_GRANULATE_DELIVERY" 4s 399ms
And Fill transport form 36s 230ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 594ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 4s 379ms
Then Check are transport values equals 6s 373ms
After Hooks.deleteTransportAfterTest() 106ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 165ms
And Get inputs from database "EDIT_LOAD" "super-admin-keeeper" 001ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 204ms
And Show all transport "false" 010ms
When Go to transport details "LOAD" 4s 393ms
And Fill transport form 24s 748ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 643ms
And Go to transport details "LOAD" 4s 354ms
Then Check are transport values equals 4s 196ms
After Hooks.deleteTransportAfterTest() 077ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 159ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-keeeper" 001ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 206ms
And Show all transport "false" 011ms
When Go to transport details "CONTAINER" 4s 395ms
And Fill transport form 24s 779ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 642ms
And Go to transport details "CONTAINER" 4s 341ms
Then Check are transport values equals 4s 179ms
After Hooks.deleteTransportAfterTest() 064ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 238ms
And Get inputs from database "EDIT_SMALLS_EXPORT" "super-admin-skz" 001ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 252ms
And Show all transport "false" 011ms
When Go to transport details "SMALLS_EXPORT" 4s 542ms
And Fill transport form 32s 940ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 619ms
And Go to transport details "SMALLS_EXPORT" 4s 424ms
Then Check are transport values equals 8s 330ms
After Hooks.deleteTransportAfterTest() 076ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 171ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-alrec" 001ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 1s 285ms
And Show all transport "true" 069ms
When Go to transport details "DELIVERY" 4s 334ms
And Fill transport form 19s 521ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 616ms
And Go to transport details "DELIVERY" 4s 318ms
Then Check are transport values equals 202ms
After Hooks.deleteTransportAfterTest() 105ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 104ms
And Get inputs from database "EDIT_TRANSPORT_ORDER" "super-admin-alrec" 002ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 296ms
And Show all transport "true" 081ms
When Go to transport details "TRANSPORT_ORDER" 4s 454ms
And Fill transport form 26s 686ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 646ms
And Go to transport details "TRANSPORT_ORDER" 4s 392ms
Then Check are transport values equals 2s 242ms
After Hooks.deleteTransportAfterTest() 088ms
Given Login as "keeeper-warehouseman" and set token of apiUsername "super-admin-keeeper" 1s 921ms
And Get inputs from database "EDIT_CONTAINER_WAREHOUSEMAN_CUSTOMFIELDS" "super-admin-keeeper" 001ms
And Create transport "CREATE_CONTAINER_KEEEPER_WAIMEA" by JSON file as "super-admin-keeeper" 1s 162ms
And Show all transport "false" 010ms
When Go to transport details "CONTAINER" 4s 411ms
And Fill transport form 8s 896ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 602ms
And Go to transport details "CONTAINER" 4s 354ms
Then Check are transport values equals 4s 116ms
After Hooks.deleteTransportAfterTest() 081ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 478ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 378ms
And Show all transport "false" 010ms
When Delete transport 20s 105ms
Then Transport not displayed in table of transports 15s 062ms
After Hooks.deleteTransportAfterTest() 131ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 214ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 189ms
And Show all transport "false" 010ms
When Delete transport 17s 242ms
Then Transport not displayed in table of transports 15s 050ms
After Hooks.deleteTransportAfterTest() 088ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 196ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 1s 336ms
And Show all transport "false" 010ms
When Delete transport 17s 529ms
Then Transport not displayed in table of transports 15s 051ms
After Hooks.deleteTransportAfterTest() 063ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 162ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 226ms
And Show all transport "false" 011ms
When Delete transport 17s 053ms
Then Transport not displayed in table of transports 15s 046ms
After Hooks.deleteTransportAfterTest() 095ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 336ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 282ms
And Show all transport "false" 010ms
When Delete transport 17s 697ms
Then Transport not displayed in table of transports 15s 062ms
After Hooks.deleteTransportAfterTest() 109ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 254ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 247ms
And Show all transport "false" 010ms
When Delete transport 17s 685ms
Then Transport not displayed in table of transports 15s 023ms
After Hooks.deleteTransportAfterTest() 080ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 184ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 1s 355ms
And Show all transport "true" 067ms
When Delete transport 19s 101ms
Then Transport not displayed in table of transports 15s 057ms
After Hooks.deleteTransportAfterTest() 089ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 176ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 228ms
And Show all transport "true" 092ms
When Delete transport 17s 126ms
Then Transport not displayed in table of transports 15s 063ms
After Hooks.deleteTransportAfterTest() 095ms
Given Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 1s 099ms
And Get inputs from database "EDIT_UNLOAD" "super-admin-pgf" 002ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" 15s 603ms
And Show all transport "false" 007ms
When Go to transport details "UNLOAD" 32s 509ms
And Fill transport form 30s 398ms
And Click "save-transport" save button 1s 242ms
And Click cancel button in transport form 078ms
And Go to transport details "UNLOAD" 32s 385ms
Then Check are transport values equals 4s 285ms
After Hooks.deleteTransportAfterTest() 110ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 149ms
And Get inputs from database "EDIT_TRANSPORT" "super-admin-adama" 001ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 236ms
And Show all transport "false" 011ms
When Go to transport details "TRANSPORT" 4s 486ms
And Fill transport form 10s 300ms
And Click "save-transport" save button 715ms
And Click cancel button in transport form 084ms
And Go to transport details "TRANSPORT" 4s 309ms
Then Check are transport values equals 4s 140ms
After Hooks.deleteTransportAfterTest() 074ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 128ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-adama" 001ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 190ms
And Show all transport "false" 010ms
When Go to transport details "CONTAINER" 4s 374ms
And Fill transport form 4s 742ms
And Click "save-transport" save button 707ms
And Click cancel button in transport form 075ms
And Go to transport details "CONTAINER" 4s 292ms
Then Check are transport values equals 045ms
After Hooks.deleteTransportAfterTest() 068ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 144ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-adama" 001ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 1s 303ms
And Show all transport "false" 010ms
When Go to transport details "DELIVERY" 4s 360ms
And Fill transport form 11s 537ms
And Click "save-transport" save button 716ms
And Click cancel button in transport form 071ms
And Go to transport details "DELIVERY" 4s 244ms
Then Check are transport values equals 122ms
After Hooks.deleteTransportAfterTest() 090ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 141ms
And Get inputs from database "EDIT_OWN_COLLECTION" "super-admin-adama" 002ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-adama" 1s 291ms
And Show all transport "false" 007ms
When Go to transport details "OWN_COLLECTION" 4s 343ms
And Fill transport form 21s 593ms
And Click "save-transport" save button 694ms
And Click cancel button in transport form 085ms
And Go to transport details "OWN_COLLECTION" 4s 304ms
Then Check are transport values equals 2s 213ms
After Hooks.deleteTransportAfterTest() 100ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 475ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 001ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 370ms
And Show all transport "false" 010ms
When Go to transport details "DELIVERY" 4s 731ms
And Fill transport form 35s 924ms
And Click "save-transport" save button 1s 430ms
And Click cancel button in transport form 089ms
And Go to transport details "DELIVERY" 4s 402ms
Then Check are transport values equals 10s 540ms
After Hooks.deleteTransportAfterTest() 125ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 513ms
And Get inputs from database "EDIT_OWN_COLLECTION" "super-admin-hochland" 001ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-hochland" 1s 310ms
And Show all transport "false" 010ms
When Go to transport details "OWN_COLLECTION" 4s 669ms
And Fill transport form 36s 610ms
And Click "save-transport" save button 1s 259ms
And Click cancel button in transport form 080ms
And Go to transport details "OWN_COLLECTION" 4s 384ms
Then Check are transport values equals 6s 391ms
After Hooks.deleteTransportAfterTest() 128ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 483ms
And Get inputs from database "EDIT_EXPORT" "super-admin-hochland" 001ms
And Create transport "CREATE_EXPORT" by JSON file as "super-admin-hochland" 1s 398ms
And Show all transport "false" 010ms
When Go to transport details "EXPORT" 5s 642ms
And Fill transport form 48s 030ms
And Click "save-transport" save button 1s 241ms
And Click cancel button in transport form 088ms
And Go to transport details "EXPORT" 4s 423ms
Then Check are transport values equals 8s 482ms
After Hooks.deleteTransportAfterTest() 141ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 575ms
And Get inputs from database "EDIT_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 001ms
And Create transport "CREATE_TRANSFER_BETWEEN_WAREHOUSES" by JSON file as "super-admin-hochland" 1s 194ms
And Show all transport "false" 011ms
When Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 4s 683ms
And Fill transport form 36s 110ms
And Click "save-transport" save button 962ms
And Click cancel button in transport form 069ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 4s 412ms
Then Check are transport values equals 12s 461ms
After Hooks.deleteTransportAfterTest() 112ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 563ms
And Get inputs from database "EDIT_CISTERN_DELIVERY" "super-admin-hochland" 001ms
And Create transport "CREATE_CISTERN_DELIVERY" by JSON file as "super-admin-hochland" 1s 342ms
And Show all transport "false" 010ms
When Go to transport details "CISTERN_DELIVERY" 4s 522ms
And Fill transport form 27s 236ms
And Click "save-transport" save button 813ms
And Click cancel button in transport form 069ms
And Go to transport details "CISTERN_DELIVERY" 4s 365ms
Then Check are transport values equals 6s 306ms
After Hooks.deleteTransportAfterTest() 130ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 485ms
And Get inputs from database "EDIT_CISTERN_COLLECTION" "super-admin-hochland" 001ms
And Create transport "CREATE_CISTERN_COLLECTION" by JSON file as "super-admin-hochland" 1s 296ms
And Show all transport "false" 009ms
When Go to transport details "CISTERN_COLLECTION" 4s 448ms
And Fill transport form 25s 905ms
And Click "save-transport" save button 880ms
And Click cancel button in transport form 094ms
And Go to transport details "CISTERN_COLLECTION" 4s 345ms
Then Check are transport values equals 6s 273ms
After Hooks.deleteTransportAfterTest() 136ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 515ms
And Get inputs from database "EDIT_WEIGHING" "super-admin-hochland" 001ms
And Create transport "CREATE_WEIGHING" by JSON file as "super-admin-hochland" 1s 217ms
And Show all transport "false" 010ms
When Go to transport details "WEIGHING" 4s 338ms
And Fill transport form 12s 345ms
And Click "save-transport" save button 710ms
And Click cancel button in transport form 078ms
And Go to transport details "WEIGHING" 4s 273ms
Then Check are transport values equals 2s 144ms
After Hooks.deleteTransportAfterTest() 077ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 391ms
And Get inputs from database "EDIT_OWN_COLLECTION_POWDER_FACTORY" "super-admin-hochland" 002ms
And Create transport "CREATE_OWN_COLLECTION_POWDER_FACTORY" by JSON file as "super-admin-hochland" 1s 350ms
And Show all transport "false" 010ms
When Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 4s 555ms
And Fill transport form 35s 194ms
And Click "save-transport" save button 1s 241ms
And Click cancel button in transport form 097ms
And Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 4s 391ms
Then Check are transport values equals 6s 349ms
After Hooks.deleteTransportAfterTest() 124ms
Given Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 1s 109ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-skd" 001ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 15s 274ms
And Show all transport "false" 010ms
When Go to transport details "DELIVERY" 32s 393ms
And Fill transport form 25s 653ms
And Click "save-transport" save button 711ms
And Click cancel button in transport form 081ms
And Go to transport details "DELIVERY" 32s 308ms
Then Check are transport values equals 2s 213ms
After Hooks.deleteTransportAfterTest() 107ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 226ms
And Get inputs from database "EDIT_LOAD" "super-admin-piast" 001ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 222ms
And Show all transport "false" 006ms
When Go to transport details "LOAD" 4s 686ms
And Fill transport form 57s 261ms
And Click "save-transport" save button 948ms
And Click cancel button in transport form 073ms
And Go to transport details "LOAD" 4s 413ms
Then Check are transport values equals 24s 796ms
After Hooks.deleteTransportAfterTest() 080ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 090ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-lantmannen" 001ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 1s 326ms
And Show all transport "false" 010ms
When Go to transport details "DELIVERY" 4s 405ms
And Fill transport form 16s 511ms
And Click "save-transport" save button 726ms
And Click cancel button in transport form 078ms
And Go to transport details "DELIVERY" 4s 302ms
Then Check are transport values equals 069ms
After Hooks.deleteTransportAfterTest() 119ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 077ms
And Get inputs from database "EDIT_LOAD" "super-admin-lantmannen" 001ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 290ms
And Show all transport "false" 010ms
When Go to transport details "LOAD" 4s 335ms
And Fill transport form 28s 160ms
And Click "save-transport" save button 1s 225ms
And Click cancel button in transport form 067ms
And Go to transport details "LOAD" 4s 298ms
Then Check are transport values equals 2s 228ms
After Hooks.deleteTransportAfterTest() 106ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 188ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-keeeper" 002ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 324ms
And Show all transport "false" 011ms
When Go to transport details "UNLOAD" 4s 408ms
And Fill transport form 37s 825ms
And Click "save-transport" save button 1s 219ms
And Click cancel button in transport form 082ms
And Go to transport details "UNLOAD" 4s 318ms
Then Check are transport values equals 6s 372ms
After Hooks.deleteTransportAfterTest() 129ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 144ms
And Get inputs from database "EDIT_TANKER_GRANULATE_DELIVERY" "super-admin-keeeper" 001ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 308ms
And Show all transport "false" 010ms
When Go to transport details "TANKER_GRANULATE_DELIVERY" 4s 465ms
And Fill transport form 36s 310ms
And Click "save-transport" save button 748ms
And Click cancel button in transport form 078ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 4s 311ms
Then Check are transport values equals 6s 357ms
After Hooks.deleteTransportAfterTest() 119ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 184ms
And Get inputs from database "EDIT_LOAD" "super-admin-keeeper" 001ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 192ms
And Show all transport "false" 010ms
When Go to transport details "LOAD" 4s 368ms
And Fill transport form 24s 785ms
And Click "save-transport" save button 710ms
And Click cancel button in transport form 066ms
And Go to transport details "LOAD" 4s 330ms
Then Check are transport values equals 4s 196ms
After Hooks.deleteTransportAfterTest() 072ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 144ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-keeeper" 001ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 206ms
And Show all transport "false" 010ms
When Go to transport details "CONTAINER" 4s 398ms
And Fill transport form 24s 734ms
And Click "save-transport" save button 722ms
And Click cancel button in transport form 061ms
And Go to transport details "CONTAINER" 4s 349ms
Then Check are transport values equals 4s 221ms
After Hooks.deleteTransportAfterTest() 114ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 269ms
And Get inputs from database "EDIT_SMALLS_IMPORT" "super-admin-skz" 001ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 299ms
And Show all transport "false" 009ms
When Go to transport details "SMALLS_IMPORT" 4s 406ms
And Fill transport form 32s 976ms
And Click "save-transport" save button 802ms
And Click cancel button in transport form 064ms
And Go to transport details "SMALLS_IMPORT" 4s 326ms
Then Check are transport values equals 8s 322ms
After Hooks.deleteTransportAfterTest() 083ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 261ms
And Get inputs from database "EDIT_SMALLS_EXPORT" "super-admin-skz" 001ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 246ms
And Show all transport "false" 011ms
When Go to transport details "SMALLS_EXPORT" 4s 500ms
And Fill transport form 32s 997ms
And Click "save-transport" save button 776ms
And Click cancel button in transport form 088ms
And Go to transport details "SMALLS_EXPORT" 4s 349ms
Then Check are transport values equals 8s 358ms
After Hooks.deleteTransportAfterTest() 108ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 185ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-alrec" 001ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 1s 343ms
And Show all transport "true" 081ms
When Go to transport details "DELIVERY" 4s 331ms
And Fill transport form 19s 550ms
And Click "save-transport" save button 714ms
And Click cancel button in transport form 065ms
And Go to transport details "DELIVERY" 4s 233ms
Then Check are transport values equals 175ms
After Hooks.deleteTransportAfterTest() 079ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 160ms
And Get inputs from database "EDIT_TRANSPORT_ORDER" "super-admin-alrec" 002ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 296ms
And Show all transport "true" 094ms
When Go to transport details "TRANSPORT_ORDER" 4s 451ms
And Fill transport form 26s 742ms
And Click "save-transport" save button 716ms
And Click cancel button in transport form 076ms
And Go to transport details "TRANSPORT_ORDER" 4s 281ms
Then Check are transport values equals 2s 208ms
After Hooks.deleteTransportAfterTest() 085ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 171ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 205ms
And Create gray windows "CREATE_GRAY_WINDOW_MWG" on "PRZESYŁKI DROBNICOWE" in "Magazyn Wyrobów Gotowych" as "super-admin-keeeper" 271ms
And If user is login then logout 5s 252ms
Then Login as "dka1-supplier" 1s 877ms
And Click button advice in transport table "LOAD" 132ms
And Check if moved to first possible start date in schedule 448ms
After Hooks.deleteTransportAfterTest() 071ms
After Hooks.deleteAllGrayWindowsAfterTest() 1m 30s 417ms
Given Set token of apiUsername "super-admin-piast" 120ms
And Set "transport" inputs from JSON file "CREATE_LOAD_WITH_NEW_ADDRESS" "super-admin-piast" 007ms
When Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 323ms
Then Go to new transport "LOAD" 335ms
And Fill transport form 23s 414ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 642ms
And Go to "COMPANIES_TAB" 426ms
And Go to company "Dostawca Piast Automat 1" details 201ms
And Check if new address with "Adresat" is visible in company details 128ms
And Go to "TRANSPORT_TABLE" 241ms
And Go to transport details "LOAD" 4s 581ms
After Hooks.deleteTransportAfterTest() 106ms
After Hooks.deleteAddressAfterTest() 062ms