Project Number Date
ApolloFullRunnerReport develop.361 28 mar 2021, 06:40

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Crud Transport 790 10 35 0 0 835 82 10 92 1h 29m 20s 034ms Failed
Feature Crud Transport
Given Get inputs from database "CREATE_UNLOAD" "super-admin-pgf" 002ms
And Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 2s 298ms
When Go to new transport "UNLOAD" 15s 293ms
And Fill transport form 24s 642ms
And Click "save-transport" save button and wait for form to disappear 16s 003ms
And Set advice window in schedule 2s 223ms
And Check is transport created in schedule and set transport id 638ms
And Go to "TRANSPORT_TABLE" 238ms
And Go to transport details "UNLOAD" 32s 438ms
Then Check are transport values equals 21s 393ms
After Hooks.deleteTransportAfterTest() 120ms
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 124ms
When Go to new transport "DELIVERY" 284ms
And Fill transport form 11s 422ms
And Click "save-transport" save button and wait for form to disappear 15s 613ms
And Set advice window in schedule 2s 191ms
And Check is transport created in schedule and set transport id 497ms
And Go to "TRANSPORT_TABLE" 252ms
And Go to transport details "DELIVERY" 4s 352ms
Then Check are transport values equals 134ms
After Hooks.deleteTransportAfterTest() 110ms
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 571ms
When Go to new transport "OWN_COLLECTION" 330ms
And Fill transport form 18s 001ms
And Click "save-transport" save button and wait for form to disappear 15s 684ms
And Set advice window in schedule 2s 162ms
And Check is transport created in schedule and set transport id 470ms
And Go to "TRANSPORT_TABLE" 182ms
And Go to transport details "OWN_COLLECTION" 4s 344ms
Then Check are transport values equals 176ms
After Hooks.deleteTransportAfterTest() 104ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-hochland" 002ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 461ms
When Go to new transport "DELIVERY" 362ms
And Fill transport form 38s 950ms
And Click "save-transport" save button and wait for form to disappear 15s 611ms
And Set advice window in schedule 2s 151ms
And Check is transport created in schedule and set transport id 619ms
And Go to "TRANSPORT_TABLE" 260ms
And Go to transport details "DELIVERY" 4s 628ms
Then Check are transport values equals 19s 458ms
After Hooks.deleteTransportAfterTest() 120ms
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 449ms
When Go to new transport "CISTERN_DELIVERY" 345ms
And Fill transport form 35s 027ms
And Click "save-transport" save button and wait for form to disappear 15s 886ms
And Set advice window in schedule 2s 220ms
And Check is transport created in schedule and set transport id 15s 028ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//div[@id='slot-23102864-2021-03-29-09-00']//div[@data-transport-id]"}
  (Session info: headless chrome=89.0.4389.90)
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=89.0.4389.23 (61b08ee2c50024bab004e48d2b1b083cdbdac579-refs/branch-heads/4389@{#294}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.NcN8X9}, 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=89.0.4389.90, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 8364b788ceca43c3b8d49cb081b5b200
*** Element info: {Using=xpath, value=//div[@id='slot-23102864-2021-03-29-09-00']//div[@data-transport-id]}
	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.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 Pages.Schedule.SchedulePage.getTransportId(SchedulePage.java:161)
	at CucumberTests.Transport.AdviceTransport.checkIsTransportCreatedInScheduleAndSetTransportId(AdviceTransport.java:157)
	at ✽.Check is transport created in schedule and set transport id(file:Features/Atom/Transport/CrudTransport.feature:11)
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "CISTERN_DELIVERY" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
Scenario Outline Check if it possible to create new transport with advice
Steps
Given Get inputs from database "CREATE_CISTERN_COLLECTION" "super-admin-hochland" 002ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 457ms
When Go to new transport "CISTERN_COLLECTION" 325ms
And Fill transport form 28s 418ms
And Click "save-transport" save button and wait for form to disappear 15s 896ms
And Set advice window in schedule 2s 210ms
And Check is transport created in schedule and set transport id 15s 036ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//div[@id='slot-23102864-2021-03-29-09-00']//div[@data-transport-id]"}
  (Session info: headless chrome=89.0.4389.90)
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=89.0.4389.23 (61b08ee2c50024bab004e48d2b1b083cdbdac579-refs/branch-heads/4389@{#294}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.NcN8X9}, 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=89.0.4389.90, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 8364b788ceca43c3b8d49cb081b5b200
*** Element info: {Using=xpath, value=//div[@id='slot-23102864-2021-03-29-09-00']//div[@data-transport-id]}
	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.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 Pages.Schedule.SchedulePage.getTransportId(SchedulePage.java:161)
	at CucumberTests.Transport.AdviceTransport.checkIsTransportCreatedInScheduleAndSetTransportId(AdviceTransport.java:157)
	at ✽.Check is transport created in schedule and set transport id(file:Features/Atom/Transport/CrudTransport.feature:11)
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "CISTERN_COLLECTION" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 001ms
Given Get inputs from database "CREATE_OWN_COLLECTION" "super-admin-hochland" 003ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 490ms
When Go to new transport "OWN_COLLECTION" 343ms
And Fill transport form 32s 921ms
And Click "save-transport" save button and wait for form to disappear 15s 693ms
And Set advice window in schedule 2s 180ms
And Check is transport created in schedule and set transport id 639ms
And Go to "TRANSPORT_TABLE" 205ms
And Go to transport details "OWN_COLLECTION" 4s 577ms
Then Check are transport values equals 19s 351ms
After Hooks.deleteTransportAfterTest() 099ms
Scenario Outline Check if it possible to create new transport with advice
Steps
Given Get inputs from database "CREATE_OWN_COLLECTION_POWDER_FACTORY" "super-admin-hochland" 001ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 341ms
When Go to new transport "OWN_COLLECTION_POWDER_FACTORY" 345ms
And Fill transport form 32s 914ms
And Click "save-transport" save button and wait for form to disappear 15s 628ms
And Set advice window in schedule 2s 175ms
And Check is transport created in schedule and set transport id 15s 014ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//div[@id='slot-23100471-2021-03-29-09-00']//div[@data-transport-id]"}
  (Session info: headless chrome=89.0.4389.90)
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=89.0.4389.23 (61b08ee2c50024bab004e48d2b1b083cdbdac579-refs/branch-heads/4389@{#294}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.NcN8X9}, 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=89.0.4389.90, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 8364b788ceca43c3b8d49cb081b5b200
*** Element info: {Using=xpath, value=//div[@id='slot-23100471-2021-03-29-09-00']//div[@data-transport-id]}
	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.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 Pages.Schedule.SchedulePage.getTransportId(SchedulePage.java:161)
	at CucumberTests.Transport.AdviceTransport.checkIsTransportCreatedInScheduleAndSetTransportId(AdviceTransport.java:157)
	at ✽.Check is transport created in schedule and set transport id(file:Features/Atom/Transport/CrudTransport.feature:11)
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 001ms
Given Get inputs from database "CREATE_EXPORT" "super-admin-hochland" 003ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 447ms
When Go to new transport "EXPORT" 373ms
And Fill transport form 40s 806ms
And Click "save-transport" save button and wait for form to disappear 15s 597ms
And Set advice window in schedule 2s 181ms
And Check is transport created in schedule and set transport id 618ms
And Go to "TRANSPORT_TABLE" 198ms
And Go to transport details "EXPORT" 5s 390ms
Then Check are transport values equals 4s 372ms
After Hooks.deleteTransportAfterTest() 118ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-skd" 001ms
And Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 2s 407ms
When Go to new transport "DELIVERY" 15s 235ms
And Fill transport form 28s 478ms
And Click "save-transport" save button and wait for form to disappear 15s 620ms
And Set advice window in schedule 2s 176ms
And Check is transport created in schedule and set transport id 797ms
And Go to "TRANSPORT_TABLE" 217ms
And Go to transport details "DELIVERY" 32s 298ms
Then Check are transport values equals 36s 350ms
After Hooks.deleteTransportAfterTest() 118ms
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 133ms
When Go to new transport "DELIVERY" 305ms
And Fill transport form 38s 056ms
And Click "save-transport" save button and wait for form to disappear 15s 640ms
And Set advice window in schedule 2s 152ms
And Check is transport created in schedule and set transport id 620ms
And Go to "TRANSPORT_TABLE" 228ms
And Go to transport details "DELIVERY" 4s 315ms
Then Check are transport values equals 19s 374ms
After Hooks.deleteTransportAfterTest() 114ms
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 066ms
When Go to new transport "LOAD" 314ms
And Fill transport form 38s 092ms
And Click "save-transport" save button and wait for form to disappear 15s 673ms
And Set advice window in schedule 2s 176ms
And Check is transport created in schedule and set transport id 546ms
And Go to "TRANSPORT_TABLE" 258ms
And Go to transport details "LOAD" 4s 330ms
Then Check are transport values equals 19s 332ms
After Hooks.deleteTransportAfterTest() 124ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-keeeper" 002ms
And Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 206ms
When Go to new transport "UNLOAD" 323ms
And Fill transport form 37s 785ms
And Click "save-transport" save button and wait for form to disappear 15s 616ms
And Set advice window in schedule 2s 165ms
And Check is transport created in schedule and set transport id 516ms
And Go to "TRANSPORT_TABLE" 192ms
And Go to transport details "UNLOAD" 4s 370ms
Then Check are transport values equals 21s 397ms
After Hooks.deleteTransportAfterTest() 101ms
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 173ms
When Go to new transport "TANKER_GRANULATE_DELIVERY" 337ms
And Fill transport form 37s 712ms
And Click "save-transport" save button and wait for form to disappear 15s 617ms
And Set advice window in schedule 2s 162ms
And Check is transport created in schedule and set transport id 503ms
And Go to "TRANSPORT_TABLE" 198ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 4s 374ms
Then Check are transport values equals 21s 439ms
After Hooks.deleteTransportAfterTest() 111ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-alrec" 002ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 153ms
When Go to new transport "DELIVERY" 308ms
And Fill transport form 22s 956ms
And Click "save-transport" save button and wait for form to disappear 15s 617ms
And Set advice window in schedule 2s 153ms
And Check is transport created in schedule and set transport id 528ms
And Go to "TRANSPORT_TABLE" 200ms
And Go to transport details "DELIVERY" 4s 310ms
Then Check are transport values equals 17s 274ms
After Hooks.deleteTransportAfterTest() 080ms
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 410ms
When Go to new transport "WEIGHING" 313ms
And Fill transport form 13s 609ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 637ms
And Show all transport "false" 009ms
And Go to "TRANSPORT_TABLE" 143ms
And Go to transport details "WEIGHING" 4s 372ms
And Check are transport values equals 2s 184ms
After Hooks.deleteTransportAfterTest() 091ms
Scenario Outline Check if it possible to create new transport without advice
Steps
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 181ms
When Go to new transport "TRANSPORT" 361ms
And Fill transport form 26s 758ms
And Click "save-transport-and-close" save button and wait for form to disappear 10s 198ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for element to no longer be visible: By.xpath: //button[@type='submit' and @data-field-name='save-transport-and-close'] (tried for 10 second(s) with 500 MILLISECONDS interval)
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=89.0.4389.23 (61b08ee2c50024bab004e48d2b1b083cdbdac579-refs/branch-heads/4389@{#294}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.NcN8X9}, 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=89.0.4389.90, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 8364b788ceca43c3b8d49cb081b5b200
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:82)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231)
	at Pages.BasePage.waitUntilElementDisappear(BasePage.java:197)
	at Pages.Transport.TransportFormPage.clickSaveButtonAndWaitForFormToDisappear(TransportFormPage.java:192)
	at CucumberTests.Transport.CreateTransport.clickSaveButtonAndWaitForFormToDisappear(CreateTransport.java:188)
	at ✽.Click "save-transport-and-close" save button and wait for form to disappear(file:Features/Atom/Transport/CrudTransport.feature:39)
And Show all transport "false" 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "TRANSPORT" 000ms
And Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 001ms
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 153ms
When Go to new transport "CONTAINER" 349ms
And Fill transport form 11s 223ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 608ms
And Show all transport "false" 010ms
And Go to "TRANSPORT_TABLE" 159ms
And Go to transport details "CONTAINER" 4s 391ms
And Check are transport values equals 074ms
After Hooks.deleteTransportAfterTest() 077ms
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 392ms
When Go to new transport "TRANSFER_BETWEEN_WAREHOUSES" 328ms
And Fill transport form 12s 977ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 615ms
And Show all transport "false" 009ms
And Go to "TRANSPORT_TABLE" 149ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 4s 585ms
And Check are transport values equals 4s 209ms
After Hooks.deleteTransportAfterTest() 110ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-piast" 002ms
And Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 466ms
When Go to new transport "DELIVERY" 305ms
And Fill transport form 22s 558ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 647ms
And Show all transport "false" 009ms
And Go to "TRANSPORT_TABLE" 150ms
And Go to transport details "DELIVERY" 4s 553ms
And Check are transport values equals 17s 185ms
After Hooks.deleteTransportAfterTest() 099ms
Given Get inputs from database "CREATE_LOAD" "super-admin-piast" 003ms
And Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 218ms
When Go to new transport "LOAD" 368ms
And Fill transport form 26s 373ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 653ms
And Show all transport "false" 010ms
And Go to "TRANSPORT_TABLE" 136ms
And Go to transport details "LOAD" 4s 703ms
And Check are transport values equals 2s 165ms
After Hooks.deleteTransportAfterTest() 082ms
Scenario Outline Check if it possible to create new transport without advice
Steps
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 179ms
When Go to new transport "LOAD" 296ms
And Fill transport form 24s 680ms
And Click "save-transport-and-close" save button and wait for form to disappear 10s 186ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for element to no longer be visible: By.xpath: //button[@type='submit' and @data-field-name='save-transport-and-close'] (tried for 10 second(s) with 500 MILLISECONDS interval)
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=89.0.4389.23 (61b08ee2c50024bab004e48d2b1b083cdbdac579-refs/branch-heads/4389@{#294}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.NcN8X9}, 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=89.0.4389.90, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 8364b788ceca43c3b8d49cb081b5b200
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:82)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231)
	at Pages.BasePage.waitUntilElementDisappear(BasePage.java:197)
	at Pages.Transport.TransportFormPage.clickSaveButtonAndWaitForFormToDisappear(TransportFormPage.java:192)
	at CucumberTests.Transport.CreateTransport.clickSaveButtonAndWaitForFormToDisappear(CreateTransport.java:188)
	at ✽.Click "save-transport-and-close" save button and wait for form to disappear(file:Features/Atom/Transport/CrudTransport.feature:39)
And Show all transport "false" 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "LOAD" 000ms
And Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
Scenario Outline Check if it possible to create new transport without advice
Steps
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 174ms
When Go to new transport "CONTAINER" 285ms
And Fill transport form 24s 741ms
And Click "save-transport-and-close" save button and wait for form to disappear 10s 220ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for element to no longer be visible: By.xpath: //button[@type='submit' and @data-field-name='save-transport-and-close'] (tried for 10 second(s) with 500 MILLISECONDS interval)
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=89.0.4389.23 (61b08ee2c50024bab004e48d2b1b083cdbdac579-refs/branch-heads/4389@{#294}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.NcN8X9}, 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=89.0.4389.90, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 8364b788ceca43c3b8d49cb081b5b200
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:82)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231)
	at Pages.BasePage.waitUntilElementDisappear(BasePage.java:197)
	at Pages.Transport.TransportFormPage.clickSaveButtonAndWaitForFormToDisappear(TransportFormPage.java:192)
	at CucumberTests.Transport.CreateTransport.clickSaveButtonAndWaitForFormToDisappear(CreateTransport.java:188)
	at ✽.Click "save-transport-and-close" save button and wait for form to disappear(file:Features/Atom/Transport/CrudTransport.feature:39)
And Show all transport "false" 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "CONTAINER" 000ms
And Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 001ms
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 240ms
When Go to new transport "SMALLS_IMPORT" 400ms
And Fill transport form 36s 496ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 630ms
And Show all transport "false" 012ms
And Go to "TRANSPORT_TABLE" 128ms
And Go to transport details "SMALLS_IMPORT" 4s 435ms
And Check are transport values equals 10s 361ms
After Hooks.deleteTransportAfterTest() 094ms
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 209ms
When Go to new transport "SMALLS_EXPORT" 401ms
And Fill transport form 36s 452ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 648ms
And Show all transport "false" 009ms
And Go to "TRANSPORT_TABLE" 141ms
And Go to transport details "SMALLS_EXPORT" 4s 407ms
And Check are transport values equals 10s 437ms
After Hooks.deleteTransportAfterTest() 096ms
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 295ms
When Go to new transport "TRANSPORT_ORDER" 428ms
And Fill transport form 30s 164ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 630ms
And Show all transport "true" 094ms
And Go to "TRANSPORT_TABLE" 146ms
And Go to transport details "TRANSPORT_ORDER" 4s 439ms
And Check are transport values equals 19s 323ms
After Hooks.deleteTransportAfterTest() 078ms
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 198ms
When Go to new transport "TRANSPORT" 379ms
And Fill transport form 37s 694ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 634ms
And Show all transport "false" 011ms
And Go to "TRANSPORT_TABLE" 146ms
And Go to transport details "TRANSPORT" 4s 443ms
And Check are transport values equals 4s 248ms
After Hooks.deleteTransportAfterTest() 105ms
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 200ms
When Go to new transport "INBOUND" 383ms
And Fill transport form 41s 154ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 664ms
And Show all transport "true" 087ms
And Go to "TRANSPORT_TABLE" 126ms
And Go to transport details "INBOUND" 4s 446ms
And Check are transport values equals 2s 321ms
After Hooks.deleteTransportAfterTest() 095ms
Given Get inputs from database "CREATE_EXTERNAL_DELIVERY_WITH_TWO_UNLOAD" "super-admin-farmacol" 003ms
And Login as "farmacol-admin" and set token of apiUsername "super-admin-farmacol" 1s 196ms
When Go to new transport "EXTERNAL_DELIVERY" 337ms
And Fill transport form 53s 801ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 624ms
And Show all transport "false" 011ms
And Go to "TRANSPORT_TABLE" 135ms
And Go to transport details "EXTERNAL_DELIVERY" 4s 446ms
And Check are transport values equals 4s 499ms
After Hooks.deleteTransportAfterTest() 105ms
Given Get inputs from database "CREATE_EXTERNAL_DELIVERY_WITH_TWO_UNLOAD" "dfa1-supplier" 002ms
And Login as "dfa1-supplier" and set token of apiUsername "dfa1-supplier" 2s 512ms
When Go to new transport "EXTERNAL_DELIVERY" 15s 312ms
And Fill transport form 47s 380ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 589ms
And Show all transport "false" 011ms
And Go to "TRANSPORT_TABLE" 154ms
And Go to transport details "EXTERNAL_DELIVERY" 32s 428ms
And Check are transport values equals 4s 476ms
After Hooks.deleteTransportAfterTest() 092ms
Given Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 1s 096ms
And Get inputs from database "EDIT_UNLOAD" "super-admin-pgf" 001ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" 15s 707ms
And Show all transport "false" 010ms
When Go to transport details "UNLOAD" 32s 496ms
And Fill transport form 30s 490ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 119ms
And Go to transport details "UNLOAD" 32s 477ms
Then Check are transport values equals 4s 270ms
After Hooks.deleteTransportAfterTest() 130ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 153ms
And Get inputs from database "EDIT_TRANSPORT" "super-admin-adama" 001ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 221ms
And Show all transport "false" 012ms
When Go to transport details "TRANSPORT" 4s 504ms
And Fill transport form 10s 350ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 645ms
And Go to transport details "TRANSPORT" 4s 464ms
Then Check are transport values equals 4s 131ms
After Hooks.deleteTransportAfterTest() 082ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 138ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-adama" 001ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 180ms
And Show all transport "false" 011ms
When Go to transport details "CONTAINER" 4s 372ms
And Fill transport form 4s 739ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 605ms
And Go to transport details "CONTAINER" 4s 383ms
Then Check are transport values equals 050ms
After Hooks.deleteTransportAfterTest() 084ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 166ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-adama" 001ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 1s 299ms
And Show all transport "false" 010ms
When Go to transport details "DELIVERY" 4s 369ms
And Fill transport form 11s 643ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 594ms
And Go to transport details "DELIVERY" 4s 318ms
Then Check are transport values equals 159ms
After Hooks.deleteTransportAfterTest() 113ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 111ms
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 304ms
And Show all transport "false" 010ms
When Go to transport details "OWN_COLLECTION" 4s 374ms
And Fill transport form 21s 672ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 597ms
And Go to transport details "OWN_COLLECTION" 4s 338ms
Then Check are transport values equals 2s 237ms
After Hooks.deleteTransportAfterTest() 120ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 487ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 002ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 334ms
And Show all transport "false" 005ms
When Go to transport details "DELIVERY" 4s 483ms
And Fill transport form 36s 148ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 162ms
And Go to transport details "DELIVERY" 4s 465ms
Then Check are transport values equals 10s 522ms
After Hooks.deleteTransportAfterTest() 117ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 558ms
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 322ms
And Show all transport "false" 009ms
When Go to transport details "OWN_COLLECTION" 4s 652ms
And Fill transport form 36s 785ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 139ms
And Go to transport details "OWN_COLLECTION" 4s 437ms
Then Check are transport values equals 6s 415ms
After Hooks.deleteTransportAfterTest() 107ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 712ms
And Get inputs from database "EDIT_EXPORT" "super-admin-hochland" 001ms
And Create transport "CREATE_EXPORT" by JSON file as "super-admin-hochland" 1s 400ms
And Show all transport "false" 010ms
When Go to transport details "EXPORT" 5s 689ms
And Fill transport form 48s 265ms
And Click "save-transport-and-close" save button and wait for form to disappear 703ms
And Go to transport details "EXPORT" 4s 452ms
Then Check are transport values equals 8s 485ms
After Hooks.deleteTransportAfterTest() 123ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 583ms
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 178ms
And Show all transport "false" 010ms
When Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 4s 695ms
And Fill transport form 36s 251ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 723ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 4s 465ms
Then Check are transport values equals 12s 517ms
After Hooks.deleteTransportAfterTest() 081ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 404ms
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 322ms
And Show all transport "false" 010ms
When Go to transport details "CISTERN_DELIVERY" 4s 491ms
And Fill transport form 27s 330ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 625ms
And Go to transport details "CISTERN_DELIVERY" 4s 397ms
Then Check are transport values equals 6s 308ms
After Hooks.deleteTransportAfterTest() 143ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 431ms
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 300ms
And Show all transport "false" 005ms
When Go to transport details "CISTERN_COLLECTION" 4s 449ms
And Fill transport form 25s 989ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 655ms
And Go to transport details "CISTERN_COLLECTION" 4s 439ms
Then Check are transport values equals 6s 299ms
After Hooks.deleteTransportAfterTest() 140ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 415ms
And Get inputs from database "EDIT_WEIGHING" "super-admin-hochland" 001ms
And Create transport "CREATE_WEIGHING" by JSON file as "super-admin-hochland" 1s 219ms
And Show all transport "false" 011ms
When Go to transport details "WEIGHING" 4s 397ms
And Fill transport form 12s 415ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 593ms
And Go to transport details "WEIGHING" 4s 372ms
Then Check are transport values equals 2s 169ms
After Hooks.deleteTransportAfterTest() 074ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 478ms
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 341ms
And Show all transport "false" 012ms
When Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 4s 515ms
And Fill transport form 35s 349ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 664ms
And Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 4s 435ms
Then Check are transport values equals 6s 362ms
After Hooks.deleteTransportAfterTest() 132ms
Given Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 1s 132ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-skd" 002ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 15s 304ms
And Show all transport "false" 008ms
When Go to transport details "DELIVERY" 32s 409ms
And Fill transport form 25s 741ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 640ms
And Go to transport details "DELIVERY" 32s 366ms
Then Check are transport values equals 2s 192ms
After Hooks.deleteTransportAfterTest() 112ms
Scenario Outline Check if it is possible to edit transport
Steps
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 184ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-piast" 002ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 230ms
And Show all transport "false" 007ms
When Go to transport details "DELIVERY" 4s 518ms
And Fill transport form 1m 2s 601ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 674ms
And Go to transport details "DELIVERY" 4s 425ms
Then Check are transport values equals 128ms
org.junit.ComparisonFailure: Wartości w formularzu w polu CARRIER są niepoprawne, wartość na stronie: Przewoźnik Piast Automat 1 wartość poprawna: Przewoźnik Piast Automat 2 expected:<...oźnik Piast Automat [2]> but was:<...oźnik Piast Automat [1]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:122)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:268)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:225)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:76)
After Hooks.deleteTransportAfterTest() 098ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 231ms
And Get inputs from database "EDIT_LOAD" "super-admin-piast" 002ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 207ms
And Show all transport "false" 010ms
When Go to transport details "LOAD" 4s 708ms
And Fill transport form 57s 455ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 662ms
And Go to transport details "LOAD" 4s 549ms
Then Check are transport values equals 24s 831ms
After Hooks.deleteTransportAfterTest() 096ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 123ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-lantmannen" 002ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 1s 335ms
And Show all transport "false" 008ms
When Go to transport details "DELIVERY" 4s 369ms
And Fill transport form 16s 432ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 604ms
And Go to transport details "DELIVERY" 4s 315ms
Then Check are transport values equals 074ms
After Hooks.deleteTransportAfterTest() 115ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 145ms
And Get inputs from database "EDIT_LOAD" "super-admin-lantmannen" 002ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 316ms
And Show all transport "false" 012ms
When Go to transport details "LOAD" 4s 340ms
And Fill transport form 28s 184ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 144ms
And Go to transport details "LOAD" 4s 340ms
Then Check are transport values equals 2s 243ms
After Hooks.deleteTransportAfterTest() 113ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 177ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-keeeper" 002ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 372ms
And Show all transport "false" 010ms
When Go to transport details "UNLOAD" 4s 439ms
And Fill transport form 37s 940ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 590ms
And Go to transport details "UNLOAD" 4s 396ms
Then Check are transport values equals 6s 419ms
After Hooks.deleteTransportAfterTest() 120ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 171ms
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 369ms
And Show all transport "false" 011ms
When Go to transport details "TANKER_GRANULATE_DELIVERY" 4s 437ms
And Fill transport form 36s 296ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 632ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 4s 381ms
Then Check are transport values equals 6s 356ms
After Hooks.deleteTransportAfterTest() 077ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 167ms
And Get inputs from database "EDIT_LOAD" "super-admin-keeeper" 001ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 200ms
And Show all transport "false" 012ms
When Go to transport details "LOAD" 4s 383ms
And Fill transport form 24s 799ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 612ms
And Go to transport details "LOAD" 4s 345ms
Then Check are transport values equals 4s 207ms
After Hooks.deleteTransportAfterTest() 079ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 186ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-keeeper" 001ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 197ms
And Show all transport "false" 010ms
When Go to transport details "CONTAINER" 4s 380ms
And Fill transport form 24s 774ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 641ms
And Go to transport details "CONTAINER" 4s 360ms
Then Check are transport values equals 4s 202ms
After Hooks.deleteTransportAfterTest() 061ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 306ms
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 246ms
And Show all transport "false" 011ms
When Go to transport details "SMALLS_IMPORT" 4s 517ms
And Fill transport form 33s 019ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 621ms
And Go to transport details "SMALLS_IMPORT" 4s 406ms
Then Check are transport values equals 8s 347ms
After Hooks.deleteTransportAfterTest() 099ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 281ms
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 220ms
And Show all transport "false" 011ms
When Go to transport details "SMALLS_EXPORT" 4s 582ms
And Fill transport form 33s 101ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 647ms
And Go to transport details "SMALLS_EXPORT" 4s 420ms
Then Check are transport values equals 8s 363ms
After Hooks.deleteTransportAfterTest() 095ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 156ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-alrec" 001ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 1s 358ms
And Show all transport "true" 079ms
When Go to transport details "DELIVERY" 4s 343ms
And Fill transport form 19s 623ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 594ms
And Go to transport details "DELIVERY" 4s 329ms
Then Check are transport values equals 200ms
After Hooks.deleteTransportAfterTest() 099ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 201ms
And Get inputs from database "EDIT_TRANSPORT_ORDER" "super-admin-alrec" 001ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 272ms
And Show all transport "true" 084ms
When Go to transport details "TRANSPORT_ORDER" 4s 439ms
And Fill transport form 26s 912ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 643ms
And Go to transport details "TRANSPORT_ORDER" 4s 400ms
Then Check are transport values equals 2s 249ms
After Hooks.deleteTransportAfterTest() 073ms
Given Login as "keeeper-warehouseman" and set token of apiUsername "super-admin-keeeper" 2s 661ms
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 156ms
And Show all transport "false" 009ms
When Go to transport details "CONTAINER" 4s 437ms
And Fill transport form 8s 922ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 653ms
And Go to transport details "CONTAINER" 4s 397ms
Then Check are transport values equals 4s 113ms
After Hooks.deleteTransportAfterTest() 071ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 390ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 451ms
And Show all transport "false" 010ms
When Delete transport 17s 903ms
Then Transport not displayed in table of transports 15s 058ms
After Hooks.deleteTransportAfterTest() 135ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 221ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 176ms
And Show all transport "false" 010ms
When Delete transport 17s 183ms
Then Transport not displayed in table of transports 15s 065ms
After Hooks.deleteTransportAfterTest() 087ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 109ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 1s 317ms
And Show all transport "false" 010ms
When Delete transport 17s 536ms
Then Transport not displayed in table of transports 15s 044ms
After Hooks.deleteTransportAfterTest() 065ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 199ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 205ms
And Show all transport "false" 010ms
When Delete transport 17s 059ms
Then Transport not displayed in table of transports 15s 035ms
After Hooks.deleteTransportAfterTest() 078ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 228ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 311ms
And Show all transport "false" 010ms
When Delete transport 17s 669ms
Then Transport not displayed in table of transports 15s 014ms
After Hooks.deleteTransportAfterTest() 082ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 249ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 225ms
And Show all transport "false" 010ms
When Delete transport 17s 646ms
Then Transport not displayed in table of transports 15s 058ms
After Hooks.deleteTransportAfterTest() 079ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 191ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 1s 360ms
And Show all transport "true" 080ms
When Delete transport 19s 118ms
Then Transport not displayed in table of transports 15s 024ms
After Hooks.deleteTransportAfterTest() 106ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 181ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 271ms
And Show all transport "true" 082ms
When Delete transport 17s 104ms
Then Transport not displayed in table of transports 15s 030ms
After Hooks.deleteTransportAfterTest() 093ms
Given Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 1s 114ms
And Get inputs from database "EDIT_UNLOAD" "super-admin-pgf" 001ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" 15s 595ms
And Show all transport "false" 012ms
When Go to transport details "UNLOAD" 32s 500ms
And Fill transport form 30s 543ms
And Click "save-transport" save button 1s 252ms
And Click cancel button in transport form 078ms
And Go to transport details "UNLOAD" 32s 438ms
Then Check are transport values equals 4s 299ms
After Hooks.deleteTransportAfterTest() 127ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 161ms
And Get inputs from database "EDIT_TRANSPORT" "super-admin-adama" 001ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 182ms
And Show all transport "false" 011ms
When Go to transport details "TRANSPORT" 4s 494ms
And Fill transport form 10s 338ms
And Click "save-transport" save button 731ms
And Click cancel button in transport form 082ms
And Go to transport details "TRANSPORT" 4s 342ms
Then Check are transport values equals 4s 136ms
After Hooks.deleteTransportAfterTest() 073ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 211ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-adama" 001ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 179ms
And Show all transport "false" 011ms
When Go to transport details "CONTAINER" 4s 343ms
And Fill transport form 4s 729ms
And Click "save-transport" save button 708ms
And Click cancel button in transport form 071ms
And Go to transport details "CONTAINER" 4s 260ms
Then Check are transport values equals 044ms
After Hooks.deleteTransportAfterTest() 070ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 160ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-adama" 002ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 1s 299ms
And Show all transport "false" 009ms
When Go to transport details "DELIVERY" 4s 370ms
And Fill transport form 11s 612ms
And Click "save-transport" save button 705ms
And Click cancel button in transport form 080ms
And Go to transport details "DELIVERY" 4s 286ms
Then Check are transport values equals 119ms
After Hooks.deleteTransportAfterTest() 083ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 122ms
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 294ms
And Show all transport "false" 010ms
When Go to transport details "OWN_COLLECTION" 4s 392ms
And Fill transport form 21s 667ms
And Click "save-transport" save button 721ms
And Click cancel button in transport form 088ms
And Go to transport details "OWN_COLLECTION" 4s 301ms
Then Check are transport values equals 2s 217ms
After Hooks.deleteTransportAfterTest() 105ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 376ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 002ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 361ms
And Show all transport "false" 008ms
When Go to transport details "DELIVERY" 4s 590ms
And Fill transport form 36s 107ms
And Click "save-transport" save button 1s 263ms
And Click cancel button in transport form 101ms
And Go to transport details "DELIVERY" 4s 456ms
Then Check are transport values equals 10s 521ms
After Hooks.deleteTransportAfterTest() 142ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 471ms
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 337ms
And Show all transport "false" 007ms
When Go to transport details "OWN_COLLECTION" 4s 690ms
And Fill transport form 36s 776ms
And Click "save-transport" save button 1s 364ms
And Click cancel button in transport form 092ms
And Go to transport details "OWN_COLLECTION" 4s 385ms
Then Check are transport values equals 6s 365ms
After Hooks.deleteTransportAfterTest() 140ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 413ms
And Get inputs from database "EDIT_EXPORT" "super-admin-hochland" 001ms
And Create transport "CREATE_EXPORT" by JSON file as "super-admin-hochland" 1s 380ms
And Show all transport "false" 012ms
When Go to transport details "EXPORT" 5s 808ms
And Fill transport form 48s 297ms
And Click "save-transport" save button 885ms
And Click cancel button in transport form 075ms
And Go to transport details "EXPORT" 4s 426ms
Then Check are transport values equals 8s 422ms
After Hooks.deleteTransportAfterTest() 131ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 470ms
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 186ms
And Show all transport "false" 010ms
When Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 4s 699ms
And Fill transport form 36s 225ms
And Click "save-transport" save button 911ms
And Click cancel button in transport form 082ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 4s 423ms
Then Check are transport values equals 12s 492ms
After Hooks.deleteTransportAfterTest() 111ms
Scenario Outline Check if it is possible use save and cancel combination after editing transport
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 386ms
And Get inputs from database "EDIT_CISTERN_DELIVERY" "super-admin-hochland" 002ms
And Create transport "CREATE_CISTERN_DELIVERY" by JSON file as "super-admin-hochland" 088ms
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_CISTERN_DELIVERY" by JSON file as "super-admin-hochland"(file:Features/Atom/Transport/CrudTransport.feature:129)
And Show all transport "false" 000ms
When Go to transport details "CISTERN_DELIVERY" 000ms
And Fill transport form 000ms
And Click "save-transport" save button 000ms
And Click cancel button in transport form 000ms
And Go to transport details "CISTERN_DELIVERY" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 236ms
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 327ms
And Show all transport "false" 010ms
When Go to transport details "CISTERN_COLLECTION" 4s 433ms
And Fill transport form 25s 954ms
And Click "save-transport" save button 820ms
And Click cancel button in transport form 088ms
And Go to transport details "CISTERN_COLLECTION" 4s 359ms
Then Check are transport values equals 6s 293ms
After Hooks.deleteTransportAfterTest() 119ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 391ms
And Get inputs from database "EDIT_WEIGHING" "super-admin-hochland" 001ms
And Create transport "CREATE_WEIGHING" by JSON file as "super-admin-hochland" 1s 227ms
And Show all transport "false" 010ms
When Go to transport details "WEIGHING" 4s 387ms
And Fill transport form 12s 353ms
And Click "save-transport" save button 706ms
And Click cancel button in transport form 084ms
And Go to transport details "WEIGHING" 4s 266ms
Then Check are transport values equals 2s 157ms
After Hooks.deleteTransportAfterTest() 084ms
Scenario Outline Check if it is possible use save and cancel combination after editing transport
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 382ms
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" 062ms
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_OWN_COLLECTION_POWDER_FACTORY" by JSON file as "super-admin-hochland"(file:Features/Atom/Transport/CrudTransport.feature:129)
And Show all transport "false" 000ms
When Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 000ms
And Fill transport form 000ms
And Click "save-transport" save button 000ms
And Click cancel button in transport form 000ms
And Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 001ms
Given Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 972ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-skd" 002ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 15s 330ms
And Show all transport "false" 010ms
When Go to transport details "DELIVERY" 32s 381ms
And Fill transport form 25s 738ms
And Click "save-transport" save button 717ms
And Click cancel button in transport form 079ms
And Go to transport details "DELIVERY" 32s 387ms
Then Check are transport values equals 2s 211ms
After Hooks.deleteTransportAfterTest() 104ms
Scenario Outline Check if it is possible use save and cancel combination after editing transport
Steps
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 239ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-piast" 001ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 201ms
And Show all transport "false" 007ms
When Go to transport details "DELIVERY" 4s 522ms
And Fill transport form 1m 2s 471ms
And Click "save-transport" save button 906ms
And Click cancel button in transport form 086ms
And Go to transport details "DELIVERY" 4s 379ms
Then Check are transport values equals 124ms
org.junit.ComparisonFailure: Wartości w formularzu w polu CARRIER są niepoprawne, wartość na stronie: Przewoźnik Piast Automat 1 wartość poprawna: Przewoźnik Piast Automat 2 expected:<...oźnik Piast Automat [2]> but was:<...oźnik Piast Automat [1]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:122)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:268)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:225)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:136)
After Hooks.deleteTransportAfterTest() 093ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 175ms
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 184ms
And Show all transport "false" 004ms
When Go to transport details "LOAD" 4s 717ms
And Fill transport form 57s 423ms
And Click "save-transport" save button 1s 256ms
And Click cancel button in transport form 084ms
And Go to transport details "LOAD" 4s 450ms
Then Check are transport values equals 24s 873ms
After Hooks.deleteTransportAfterTest() 086ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 109ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-lantmannen" 002ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 1s 333ms
And Show all transport "false" 011ms
When Go to transport details "DELIVERY" 4s 375ms
And Fill transport form 16s 501ms
And Click "save-transport" save button 751ms
And Click cancel button in transport form 070ms
And Go to transport details "DELIVERY" 4s 310ms
Then Check are transport values equals 074ms
After Hooks.deleteTransportAfterTest() 113ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 093ms
And Get inputs from database "EDIT_LOAD" "super-admin-lantmannen" 002ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 298ms
And Show all transport "false" 010ms
When Go to transport details "LOAD" 4s 364ms
And Fill transport form 28s 201ms
And Click "save-transport" save button 1s 256ms
And Click cancel button in transport form 080ms
And Go to transport details "LOAD" 4s 322ms
Then Check are transport values equals 2s 241ms
After Hooks.deleteTransportAfterTest() 080ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 124ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-keeeper" 001ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 365ms
And Show all transport "false" 010ms
When Go to transport details "UNLOAD" 4s 439ms
And Fill transport form 37s 922ms
And Click "save-transport" save button 794ms
And Click cancel button in transport form 080ms
And Go to transport details "UNLOAD" 4s 326ms
Then Check are transport values equals 6s 408ms
After Hooks.deleteTransportAfterTest() 108ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 242ms
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 365ms
And Show all transport "false" 011ms
When Go to transport details "TANKER_GRANULATE_DELIVERY" 4s 388ms
And Fill transport form 36s 352ms
And Click "save-transport" save button 757ms
And Click cancel button in transport form 093ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 4s 346ms
Then Check are transport values equals 6s 374ms
After Hooks.deleteTransportAfterTest() 139ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 177ms
And Get inputs from database "EDIT_LOAD" "super-admin-keeeper" 001ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 203ms
And Show all transport "false" 010ms
When Go to transport details "LOAD" 4s 383ms
And Fill transport form 24s 793ms
And Click "save-transport" save button 722ms
And Click cancel button in transport form 071ms
And Go to transport details "LOAD" 4s 343ms
Then Check are transport values equals 4s 212ms
After Hooks.deleteTransportAfterTest() 058ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 162ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-keeeper" 002ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 171ms
And Show all transport "false" 012ms
When Go to transport details "CONTAINER" 4s 414ms
And Fill transport form 24s 776ms
And Click "save-transport" save button 716ms
And Click cancel button in transport form 079ms
And Go to transport details "CONTAINER" 4s 305ms
Then Check are transport values equals 4s 221ms
After Hooks.deleteTransportAfterTest() 081ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 221ms
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 306ms
And Show all transport "false" 010ms
When Go to transport details "SMALLS_IMPORT" 4s 505ms
And Fill transport form 33s 105ms
And Click "save-transport" save button 757ms
And Click cancel button in transport form 078ms
And Go to transport details "SMALLS_IMPORT" 4s 342ms
Then Check are transport values equals 8s 351ms
After Hooks.deleteTransportAfterTest() 110ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 233ms
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 217ms
And Show all transport "false" 010ms
When Go to transport details "SMALLS_EXPORT" 4s 530ms
And Fill transport form 33s 104ms
And Click "save-transport" save button 718ms
And Click cancel button in transport form 067ms
And Go to transport details "SMALLS_EXPORT" 4s 368ms
Then Check are transport values equals 8s 370ms
After Hooks.deleteTransportAfterTest() 064ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 148ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-alrec" 001ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 1s 265ms
And Show all transport "true" 083ms
When Go to transport details "DELIVERY" 4s 332ms
And Fill transport form 19s 623ms
And Click "save-transport" save button 708ms
And Click cancel button in transport form 085ms
And Go to transport details "DELIVERY" 4s 340ms
Then Check are transport values equals 183ms
After Hooks.deleteTransportAfterTest() 100ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 161ms
And Get inputs from database "EDIT_TRANSPORT_ORDER" "super-admin-alrec" 001ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 296ms
And Show all transport "true" 076ms
When Go to transport details "TRANSPORT_ORDER" 4s 465ms
And Fill transport form 26s 760ms
And Click "save-transport" save button 741ms
And Click cancel button in transport form 085ms
And Go to transport details "TRANSPORT_ORDER" 4s 341ms
Then Check are transport values equals 2s 248ms
After Hooks.deleteTransportAfterTest() 081ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 237ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 226ms
And Create gray windows "CREATE_GRAY_WINDOW_MWG" on "PRZESYŁKI DROBNICOWE" in "Magazyn Wyrobów Gotowych" as "super-admin-keeeper" 260ms
And If user is login then logout 117ms
Then Login as "dka1-supplier" 2s 608ms
And Click button advice in transport table "LOAD" 200ms
And Check if moved to first possible start date in schedule 408ms
After Hooks.deleteTransportAfterTest() 065ms
After Hooks.deleteAllGrayWindowsAfterTest() 1m 30s 579ms