Project Number Date
ApolloFullRunnerReport after_release_3_8_0.327 09 mar 2021, 17:43

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Status confirmation 365 2 4 0 0 371 30 2 32 32m 24s 078ms Failed
Feature Status confirmation
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 519ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 396ms
When Find transport in table with status "advice-added" 1s 208ms
And Confirm statuses until reach "process-ended" 28s 124ms
Then Check if transport has "process-ended" 028ms
After Hooks.deleteTransportAfterTest() 178ms
Given Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 1s 063ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" 15s 605ms
When Find transport in table with status "planned" 15s 197ms
And Confirm statuses until reach "process-ended" 21s 619ms
Then Check if transport has "process-ended" 026ms
After Hooks.deleteTransportAfterTest() 113ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 186ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 1s 261ms
When Find transport in table with status "planned" 1s 229ms
And Confirm statuses until reach "process-ended" 21s 583ms
Then Check if transport has "process-ended" 023ms
After Hooks.deleteTransportAfterTest() 102ms
Given Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 1s 103ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 15s 259ms
When Find transport in table with status "planned" 15s 188ms
And Confirm statuses until reach "departed" 24s 362ms
Then Check if transport has "departed" 027ms
After Hooks.deleteTransportAfterTest() 141ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 107ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 1s 313ms
When Find transport in table with status "created" 1s 233ms
And Confirm statuses until reach "process-ended" 21s 544ms
Then Check if transport has "process-ended" 024ms
After Hooks.deleteTransportAfterTest() 085ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 169ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 316ms
When Find transport in table with status "created" 1s 231ms
And Confirm statuses until reach "process-ended" 29s 760ms
Then Check if transport has "process-ended" 023ms
After Hooks.deleteTransportAfterTest() 098ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 213ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 323ms
When Find transport in table with status "planned" 1s 207ms
And Confirm statuses until reach "process-ended" 27s 026ms
Then Check if transport has "process-ended" 030ms
After Hooks.deleteTransportAfterTest() 108ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 177ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 364ms
When Find transport in table with status "planned" 1s 232ms
And Confirm statuses until reach "process-ended" 27s 073ms
Then Check if transport has "process-ended" 029ms
After Hooks.deleteTransportAfterTest() 105ms
Scenario Outline Check if it is possible to confirm statuses by user after transfer to carrier
Steps
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 2s 636ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 256ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 099ms
When Accept or reject "accept" transferred transport 18s 104ms
And Get inputs from database "ADVICE_SMALLS" "super-admin-skz" 003ms
And Click button advice in transport table "SMALLS_IMPORT" 121ms
And Set advice window in schedule 2s 742ms
And Fill advice form 14s 707ms
And Click advice save button and wait for advice form to disappear 30s 719ms
And If user is login then logout 120ms
And Login as "swisskrono-admin" 1s 318ms
And Find transport in table with status "advice-added" 16s 234ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//td[contains(@data-status-name, 'advice-added')]"}
  (Session info: headless chrome=88.0.4324.182)
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=88.0.4324.96 (68dba2d8a0b149a1d3afac56fa74648032bcf46b-refs/branch-heads/4324@{#1784}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.VrsAKg}, 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=88.0.4324.182, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 45c1be08725a83b295951a89998878c6
*** Element info: {Using=xpath, value=//td[contains(@data-status-name, 'advice-added')]}
	at sun.reflect.GeneratedConstructorAccessor195.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.StatusTests.ConfirmStatuses.findTransportInTableWith(ConfirmStatuses.java:47)
	at ✽.Find transport in table with status "advice-added"(file:Features/Atom/Statuses/ConfirmStatuses.feature:34)
And Confirm statuses until reach "process-ended" 000ms
Then Check if transport has "process-ended" 000ms
After Hooks.deleteTransportAfterTest() 140ms
Scenario Outline Check if it is possible to confirm statuses by user after transfer to carrier
Steps
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 203ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 256ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 082ms
When Accept or reject "accept" transferred transport 18s 119ms
And Get inputs from database "ADVICE_SMALLS" "super-admin-skz" 003ms
And Click button advice in transport table "SMALLS_EXPORT" 121ms
And Set advice window in schedule 2s 692ms
And Fill advice form 14s 709ms
And Click advice save button and wait for advice form to disappear 30s 736ms
And If user is login then logout 087ms
And Login as "swisskrono-admin" 1s 292ms
And Find transport in table with status "advice-added" 16s 268ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//td[contains(@data-status-name, 'advice-added')]"}
  (Session info: headless chrome=88.0.4324.182)
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=88.0.4324.96 (68dba2d8a0b149a1d3afac56fa74648032bcf46b-refs/branch-heads/4324@{#1784}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.VrsAKg}, 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=88.0.4324.182, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 45c1be08725a83b295951a89998878c6
*** Element info: {Using=xpath, value=//td[contains(@data-status-name, 'advice-added')]}
	at sun.reflect.GeneratedConstructorAccessor195.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.StatusTests.ConfirmStatuses.findTransportInTableWith(ConfirmStatuses.java:47)
	at ✽.Find transport in table with status "advice-added"(file:Features/Atom/Statuses/ConfirmStatuses.feature:34)
And Confirm statuses until reach "process-ended" 000ms
Then Check if transport has "process-ended" 000ms
After Hooks.deleteTransportAfterTest() 103ms
Given Set token of apiUsername "super-admin-hochland" 095ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "UPDATE_ADVICE" "CHECKPOINT_BASED" "ARRIVAL" 164ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 433ms
When Login as "hochland-admin" 2s 689ms
And Find transport in table with status "advice-added" 1s 311ms
And Confirm statuses until reach "arrived" 3s 804ms
And Go to transport details "DELIVERY" 4s 708ms
Then Check if it is not possible to edit advice 194ms
After Hooks.deleteTransportAfterTest() 120ms
After Hooks.rollbackAddedActionAuthorities() 061ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 367ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 389ms
When Find transport in table with status "advice-added" 1s 185ms
And Check if transport row is "blue" 3s 071ms
And Confirm statuses until reach "arrived" 3s 822ms
And Check if transport row is "green" 3s 072ms
And Confirm statuses until reach "during-unload" 3s 731ms
Then Check if transport row is "orange" 3s 078ms
And Confirm statuses until reach "unloaded" 3s 814ms
Then Check if transport row is "darkgoldenrod" 3s 084ms
And Confirm statuses until reach "process-ended" 18s 798ms
Then Check if transport row is "silver" 3s 075ms
After Hooks.deleteTransportAfterTest() 109ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 997ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 190ms
And Get inputs from database "ADVICE_DELIVERY" "super-admin-piast" 003ms
And Show all transport types 1s 047ms
And Click button advice in transport table "DELIVERY" 135ms
And Set advice window in schedule 2s 597ms
And Fill advice form 8s 517ms
And Click advice save button and wait for advice form to disappear 30s 724ms
And Go to "TRANSPORT_TABLE" 246ms
And Find transport in table with status "advice-added" 1s 206ms
And Confirm statuses until reach "left-the-area" 17s 491ms
Then Check if next status is not possible to confirm 105ms
After Hooks.deleteTransportAfterTest() 120ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 218ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 211ms
And Get inputs from database "ADVICE_LOAD" "super-admin-piast" 003ms
And Show all transport types 1s 050ms
And Click button advice in transport table "LOAD" 121ms
And Set advice window in schedule 2s 544ms
And Fill advice form 8s 498ms
And Click advice save button and wait for advice form to disappear 30s 766ms
And Go to "TRANSPORT_TABLE" 205ms
And Find transport in table with status "advice-added" 1s 251ms
And Confirm statuses until reach "left-the-area" 17s 576ms
Then Check if next status is not possible to confirm 102ms
After Hooks.deleteTransportAfterTest() 116ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 291ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 197ms
And Get inputs from database "ADVICE_DELIVERY" "super-admin-piast" 004ms
And Show all transport types 1s 046ms
And Click button advice in transport table "DELIVERY" 148ms
And Set advice window in schedule 2s 556ms
And Fill advice form 8s 477ms
And Click advice save button and wait for advice form to disappear 30s 729ms
And Go to "TRANSPORT_TABLE" 243ms
And Find transport in table with status "advice-added" 1s 196ms
When Add file to transport by API 728ms
And Confirm statuses until reach "process-ended" 35s 271ms
Then Check if transport has "process-ended" 023ms
After Hooks.deleteTransportAfterTest() 096ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 188ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 192ms
And Get inputs from database "ADVICE_LOAD" "super-admin-piast" 004ms
And Show all transport types 1s 046ms
And Click button advice in transport table "LOAD" 146ms
And Set advice window in schedule 2s 856ms
And Fill advice form 8s 441ms
And Click advice save button and wait for advice form to disappear 30s 730ms
And Go to "TRANSPORT_TABLE" 208ms
And Find transport in table with status "advice-added" 1s 253ms
When Add file to transport by API 270ms
And Confirm statuses until reach "process-ended" 35s 207ms
Then Check if transport has "process-ended" 027ms
After Hooks.deleteTransportAfterTest() 100ms
Given Set token of apiUsername "super-admin-hochland" 098ms
And Get "Magazynier (R)" settings from "hochland" in "TRANSFER_BETWEEN_WAREHOUSES" 025ms
And Set custom field "Magazynier (R)" with "EDIT_TRANSFER_BETWEEN_WAREHOUSES_WAREHOUSEMAN_U_CFD" in "TRANSFER_BETWEEN_WAREHOUSES" - "hochland" by "super-admin-hochland" 129ms
And Create transport "CREATE_TRANSFER_BETWEEN_WAREHOUSES" by JSON file as "super-admin-hochland" 1s 174ms
And Get inputs from database "ADVICE_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 004ms
And Login as "hochland-admin" 2s 950ms
And Show all transport types 1s 056ms
And Click button advice in transport table "TRANSFER_BETWEEN_WAREHOUSES" 137ms
And Set advice window in schedule 6s 431ms
And Fill advice form 11s 903ms
And Click advice save button and wait for advice form to disappear 30s 810ms
And Go to "TRANSPORT_TABLE" 221ms
And Find transport in table with status "advice-added" 1s 216ms
And Confirm statuses until reach "during-load" 6s 614ms
Then Check if next status is not possible to confirm 113ms
After Hooks.deleteTransportAfterTest() 132ms
After Hooks.rollbackCustomFieldSettings() 054ms
Given Set token of apiUsername "super-admin-keeeper" 095ms
And Get "Spełnienie warunków sanitarno-technicznych" settings from "keeeper" in "LOAD" 019ms
And Set custom field "Spełnienie warunków sanitarno-technicznych" with "EDIT_LOAD_SANITARY_CONDITIONS_CFD" in "LOAD" - "keeeper" by "super-admin-keeeper" 030ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 203ms
And Get inputs from database "ADVICE_LOAD" "super-admin-keeeper" 002ms
And Login as "keeeper-admin" 2s 263ms
And Show all transport types 1s 145ms
And Click button advice in transport table "LOAD" 143ms
And Set advice window in schedule 2s 396ms
And Fill advice form 13s 204ms
And Click advice save button and wait for advice form to disappear 30s 694ms
And Go to "TRANSPORT_TABLE" 217ms
And Find transport in table with status "advice-added" 1s 248ms
And Confirm statuses until reach "arrived" 3s 812ms
Then Check if next status is not possible to confirm 100ms
After Hooks.deleteTransportAfterTest() 119ms
After Hooks.rollbackCustomFieldSettings() 032ms
Given Set token of apiUsername "super-admin-keeeper" 088ms
And Get "Spełnienie warunków sanitarno-technicznych" settings from "keeeper" in "CONTAINER" 016ms
And Set custom field "Spełnienie warunków sanitarno-technicznych" with "EDIT_CONTAINER_SANITARY_CONDITIONS_CFD" in "CONTAINER" - "keeeper" by "super-admin-keeeper" 030ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 212ms
And Get inputs from database "ADVICE_CONTAINER" "super-admin-keeeper" 003ms
And Login as "keeeper-admin" 1s 988ms
And Show all transport types 1s 068ms
And Click button advice in transport table "CONTAINER" 150ms
And Set advice window in schedule 2s 360ms
And Fill advice form 13s 313ms
And Click advice save button and wait for advice form to disappear 30s 727ms
And Go to "TRANSPORT_TABLE" 200ms
And Find transport in table with status "advice-added" 1s 247ms
And Confirm statuses until reach "arrived" 3s 819ms
Then Check if next status is not possible to confirm 114ms
After Hooks.deleteTransportAfterTest() 123ms
After Hooks.rollbackCustomFieldSettings() 035ms
Given Set token of apiUsername "super-admin-keeeper" 096ms
And Get "Spełnienie warunków sanitarno-technicznych" settings from "keeeper" in "UNLOAD" 021ms
And Set custom field "Spełnienie warunków sanitarno-technicznych" with "EDIT_DELIVERY_SANITARY_CONDITIONS_CFD" in "UNLOAD" - "keeeper" by "super-admin-keeeper" 032ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 316ms
And Login as "keeeper-admin" 2s 116ms
And Go to "TRANSPORT_TABLE" 131ms
And Find transport in table with status "planned" 1s 212ms
And Confirm statuses until reach "arrived" 3s 782ms
Then Check if next status is not possible to confirm 108ms
After Hooks.deleteTransportAfterTest() 103ms
After Hooks.rollbackCustomFieldSettings() 032ms
Given Set token of apiUsername "super-admin-keeeper" 101ms
And Get "Spełnienie warunków sanitarno-technicznych" settings from "keeeper" in "TANKER_GRANULATE_DELIVERY" 017ms
And Set custom field "Spełnienie warunków sanitarno-technicznych" with "EDIT_TANKER_GRANULATE_DELIVERY_SANITARY_CONDITIONS_CFD" in "TANKER_GRANULATE_DELIVERY" - "keeeper" by "super-admin-keeeper" 028ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 335ms
And Login as "keeeper-admin" 1s 861ms
And Go to "TRANSPORT_TABLE" 105ms
And Find transport in table with status "planned" 1s 200ms
And Confirm statuses until reach "arrived" 3s 825ms
Then Check if next status is not possible to confirm 100ms
After Hooks.deleteTransportAfterTest() 085ms
After Hooks.rollbackCustomFieldSettings() 028ms
Given Set token of apiUsername "super-admin-hochland" 094ms
And Get "Magazynier" settings from "hochland" in "DELIVERY" 018ms
And Set custom field "Magazynier" with "EDIT_DELIVERY_WAREHOUSEMAN_CFD" in "DELIVERY" - "hochland" by "super-admin-hochland" 150ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 376ms
And Login as "hochland-admin" 2s 358ms
And Go to "TRANSPORT_TABLE" 195ms
And Find transport in table with status "advice-added" 1s 186ms
And Confirm statuses until reach "during-unload" 6s 554ms
Then Check if next status is not possible to confirm 120ms
After Hooks.deleteTransportAfterTest() 106ms
After Hooks.rollbackCustomFieldSettings() 090ms
Given Set token of apiUsername "super-admin-keeeper" 087ms
And Get "Spełnienie warunków sanitarno-technicznych" settings from "keeeper" in "LOAD" 021ms
And Get inputs from database "ADVICE_LOAD" "super-admin-keeeper" 002ms
And Set custom field "Spełnienie warunków sanitarno-technicznych" with "EDIT_LOAD_SANITARY_CONDITIONS_CFD" in "LOAD" - "keeeper" by "super-admin-keeeper" 029ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 189ms
And Login as "keeeper-admin" 1s 696ms
And Show all transport types 1s 130ms
And Click button advice in transport table "LOAD" 113ms
And Set advice window in schedule 2s 390ms
And Fill advice form 13s 255ms
And Click advice save button and wait for advice form to disappear 30s 766ms
And Go to "TRANSPORT_TABLE" 200ms
And Find transport in table with status "advice-added" 1s 221ms
When Confirm statuses until reach "arrived" 3s 805ms
And Check if next status is not possible to confirm 101ms
And Get inputs from database "EDIT_LOAD" "super-admin-keeeper" 002ms
And Go to transport details "LOAD" 4s 398ms
And Open section: "advice-panel" 1s 079ms
And Fill transport form 24s 743ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 679ms
And Go to transport details "LOAD" 4s 376ms
And Open section: "advice-panel" 1s 065ms
And Fill "meeting-sanitary-and-technical-conditions" in transport form 15s 794ms
And Confirm statuses until reach "process-ended" 24s 303ms
Then Check if transport has "process-ended" 027ms
After Hooks.deleteTransportAfterTest() 105ms
After Hooks.rollbackCustomFieldSettings() 032ms
Given Set token of apiUsername "super-admin-keeeper" 093ms
And Get "Spełnienie warunków sanitarno-technicznych" settings from "keeeper" in "CONTAINER" 023ms
And Get inputs from database "ADVICE_CONTAINER" "super-admin-keeeper" 002ms
And Set custom field "Spełnienie warunków sanitarno-technicznych" with "EDIT_CONTAINER_SANITARY_CONDITIONS_CFD" in "CONTAINER" - "keeeper" by "super-admin-keeeper" 033ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 205ms
And Login as "keeeper-admin" 2s 417ms
And Show all transport types 1s 069ms
And Click button advice in transport table "CONTAINER" 140ms
And Set advice window in schedule 2s 377ms
And Fill advice form 13s 273ms
And Click advice save button and wait for advice form to disappear 30s 719ms
And Go to "TRANSPORT_TABLE" 207ms
And Find transport in table with status "advice-added" 1s 232ms
When Confirm statuses until reach "arrived" 3s 814ms
And Check if next status is not possible to confirm 108ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-keeeper" 003ms
And Go to transport details "CONTAINER" 4s 383ms
And Open section: "advice-panel" 1s 064ms
And Fill transport form 24s 725ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 654ms
And Go to transport details "CONTAINER" 4s 350ms
And Open section: "advice-panel" 1s 064ms
And Fill "meeting-sanitary-and-technical-conditions" in transport form 15s 765ms
And Confirm statuses until reach "process-ended" 24s 305ms
Then Check if transport has "process-ended" 026ms
After Hooks.deleteTransportAfterTest() 114ms
After Hooks.rollbackCustomFieldSettings() 087ms
Given Set token of apiUsername "super-admin-hochland" 094ms
And Get "Magazynier (R)" settings from "hochland" in "TRANSFER_BETWEEN_WAREHOUSES" 022ms
And Get inputs from database "ADVICE_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 003ms
And Set custom field "Magazynier (R)" with "EDIT_TRANSFER_BETWEEN_WAREHOUSES_WAREHOUSEMAN_U_CFD" in "TRANSFER_BETWEEN_WAREHOUSES" - "hochland" by "super-admin-hochland" 051ms
And Create transport "CREATE_TRANSFER_BETWEEN_WAREHOUSES" by JSON file as "super-admin-hochland" 1s 167ms
And Login as "hochland-admin" 2s 882ms
And Show all transport types 1s 077ms
And Click button advice in transport table "TRANSFER_BETWEEN_WAREHOUSES" 126ms
And Set advice window in schedule 6s 420ms
And Fill advice form 11s 887ms
And Click advice save button and wait for advice form to disappear 30s 775ms
And Go to "TRANSPORT_TABLE" 208ms
And Find transport in table with status "advice-added" 1s 221ms
When Confirm statuses until reach "during-load" 6s 595ms
And Check if next status is not possible to confirm 097ms
And Get inputs from database "EDIT_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 002ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 4s 610ms
And Open section: "advice-panel" 1s 071ms
And Fill transport form 36s 274ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 154ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 4s 542ms
And Open section: "advice-panel" 1s 079ms
And Fill "warehouseman-(u)" in transport form 16s 417ms
And Confirm statuses until reach "process-ended" 32s 507ms
Then Check if transport has "process-ended" 025ms
After Hooks.deleteTransportAfterTest() 133ms
After Hooks.rollbackCustomFieldSettings() 042ms
Given Set token of apiUsername "super-admin-keeeper" 090ms
And Get "Spełnienie warunków sanitarno-technicznych" settings from "keeeper" in "UNLOAD" 016ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-keeeper" 003ms
And Set custom field "Spełnienie warunków sanitarno-technicznych" with "EDIT_DELIVERY_SANITARY_CONDITIONS_CFD" in "UNLOAD" - "keeeper" by "super-admin-keeeper" 036ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 329ms
And Login as "keeeper-admin" 2s 472ms
And Go to "TRANSPORT_TABLE" 137ms
And Find transport in table with status "planned" 1s 212ms
When Confirm statuses until reach "arrived" 3s 800ms
And Check if next status is not possible to confirm 110ms
And Go to transport details "UNLOAD" 4s 392ms
And Fill transport form 38s 017ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 610ms
And Confirm statuses until reach "process-ended" 24s 313ms
Then Check if transport has "process-ended" 028ms
After Hooks.deleteTransportAfterTest() 107ms
After Hooks.rollbackCustomFieldSettings() 031ms
Given Set token of apiUsername "super-admin-keeeper" 091ms
And Get "Spełnienie warunków sanitarno-technicznych" settings from "keeeper" in "TANKER_GRANULATE_DELIVERY" 020ms
And Get inputs from database "EDIT_TANKER_GRANULATE_DELIVERY" "super-admin-keeeper" 002ms
And Set custom field "Spełnienie warunków sanitarno-technicznych" with "EDIT_TANKER_GRANULATE_DELIVERY_SANITARY_CONDITIONS_CFD" in "TANKER_GRANULATE_DELIVERY" - "keeeper" by "super-admin-keeeper" 031ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 348ms
And Login as "keeeper-admin" 1s 751ms
And Go to "TRANSPORT_TABLE" 150ms
And Find transport in table with status "planned" 1s 202ms
When Confirm statuses until reach "arrived" 3s 807ms
And Check if next status is not possible to confirm 125ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 4s 397ms
And Fill transport form 36s 432ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 628ms
And Confirm statuses until reach "process-ended" 24s 271ms
Then Check if transport has "process-ended" 017ms
After Hooks.deleteTransportAfterTest() 100ms
After Hooks.rollbackCustomFieldSettings() 022ms
Given Set token of apiUsername "super-admin-hochland" 091ms
And Get "Magazynier" settings from "hochland" in "DELIVERY" 017ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 003ms
And Set custom field "Magazynier" with "EDIT_DELIVERY_WAREHOUSEMAN_CFD" in "DELIVERY" - "hochland" by "super-admin-hochland" 092ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 364ms
And Login as "hochland-admin" 2s 684ms
And Go to "TRANSPORT_TABLE" 207ms
And Find transport in table with status "advice-added" 1s 194ms
When Confirm statuses until reach "during-unload" 6s 577ms
And Check if next status is not possible to confirm 124ms
And Go to transport details "DELIVERY" 4s 728ms
And Fill transport form 36s 184ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 176ms
And Confirm statuses until reach "process-ended" 21s 569ms
Then Check if transport has "process-ended" 028ms
After Hooks.deleteTransportAfterTest() 119ms
After Hooks.rollbackCustomFieldSettings() 098ms
Given Set token of apiUsername "super-admin-skd" 093ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 1s 310ms
And Confirm status "REPORTING" by Public API "v1" 079ms
And Confirm status "ARRIVAL" by Public API "v1" 098ms
And Login as "swiss-krono-delivery-guard" 1s 673ms
And Go to "TRANSPORT_TABLE" 184ms
When Confirm "Departure" status in transport row 3s 088ms
Then Verify that "Departure" has been confirmed 041ms
After Hooks.deleteTransportAfterTest() 120ms
Given Set token of apiUsername "super-admin-keeeper" 093ms
And Get "Spełnienie warunków sanitarno-technicznych" settings from "keeeper" in "UNLOAD" 013ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-keeeper" 002ms
And Set custom field "Spełnienie warunków sanitarno-technicznych" with "EDIT_DELIVERY_SANITARY_CONDITIONS_CFD" in "UNLOAD" - "keeeper" by "super-admin-keeeper" 030ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 15s 314ms
When Login as "keeeper-admin" 1s 917ms
And Find transport in table with status "planned" 1s 252ms
And Confirm statuses until reach "arrived" 3s 847ms
And Go to transport details "UNLOAD" 4s 412ms
And Fill transport form 37s 971ms
Then Check if next status is not possible to confirm in transport details 072ms
After Hooks.deleteTransportAfterTest() 115ms
After Hooks.rollbackCustomFieldSettings() 032ms
Given Set token of apiUsername "super-admin-keeeper" 091ms
And Get "Spełnienie warunków sanitarno-technicznych" settings from "keeeper" in "TANKER_GRANULATE_DELIVERY" 017ms
And Get inputs from database "EDIT_TANKER_GRANULATE_DELIVERY" "super-admin-keeeper" 002ms
And Set custom field "Spełnienie warunków sanitarno-technicznych" with "EDIT_TANKER_GRANULATE_DELIVERY_SANITARY_CONDITIONS_CFD" in "TANKER_GRANULATE_DELIVERY" - "keeeper" by "super-admin-keeeper" 026ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 351ms
When Login as "keeeper-admin" 2s 047ms
And Find transport in table with status "planned" 1s 243ms
And Confirm statuses until reach "arrived" 3s 800ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 4s 453ms
And Fill transport form 36s 372ms
Then Check if next status is not possible to confirm in transport details 054ms
After Hooks.deleteTransportAfterTest() 076ms
After Hooks.rollbackCustomFieldSettings() 025ms
Given Set token of apiUsername "super-admin-hochland" 104ms
And Get "Magazynier" settings from "hochland" in "DELIVERY" 016ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 002ms
And Set custom field "Magazynier" with "EDIT_DELIVERY_WAREHOUSEMAN_CFD" in "DELIVERY" - "hochland" by "super-admin-hochland" 078ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 356ms
When Login as "hochland-admin" 2s 529ms
And Find transport in table with status "advice-added" 1s 308ms
And Confirm statuses until reach "during-unload" 6s 603ms
And Go to transport details "DELIVERY" 4s 719ms
And Fill transport form 36s 051ms
Then Check if next status is not possible to confirm in transport details 067ms
After Hooks.deleteTransportAfterTest() 125ms
After Hooks.rollbackCustomFieldSettings() 093ms