Project Number Date
ApolloFullRunnerReport apollo-test-2.64 01 lip 2021, 04:35

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Crud Transport 814 4 0 0 0 818 86 4 90 1h 36m 41s 543ms Failed
Feature Crud Transport
Given Get inputs from database "CREATE_UNLOAD" "super-admin-pgf" 021ms
And Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 4s 985ms
When Go to new transport "UNLOAD" 15s 541ms
And Fill transport form 28s 214ms
And Click "save-transport" save button and wait for form to disappear 15s 732ms
And Set advice window in schedule 2s 396ms
And Check is transport created in schedule and set transport id 2s 731ms
And Go to "TRANSPORT_TABLE" 523ms
And Go to transport details "UNLOAD" 30s 609ms
Then Check are transport values equals 22s 102ms
After Hooks.deleteTransportAfterTest() 835ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-adama" 017ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 631ms
When Go to new transport "DELIVERY" 562ms
And Fill transport form 13s 555ms
And Click "save-transport" save button and wait for form to disappear 15s 792ms
And Set advice window in schedule 2s 368ms
And Check is transport created in schedule and set transport id 2s 454ms
And Go to "TRANSPORT_TABLE" 500ms
And Go to transport details "DELIVERY" 2s 779ms
Then Check are transport values equals 448ms
After Hooks.deleteTransportAfterTest() 938ms
Given Get inputs from database "CREATE_OWN_COLLECTION" "super-admin-adama" 020ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 410ms
When Go to new transport "OWN_COLLECTION" 641ms
And Fill transport form 20s 552ms
And Click "save-transport" save button and wait for form to disappear 15s 767ms
And Set advice window in schedule 2s 382ms
And Check is transport created in schedule and set transport id 2s 440ms
And Go to "TRANSPORT_TABLE" 463ms
And Go to transport details "OWN_COLLECTION" 2s 722ms
Then Check are transport values equals 530ms
After Hooks.deleteTransportAfterTest() 921ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-hochland" 020ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 10s 062ms
When Go to new transport "DELIVERY" 685ms
And Fill transport form 44s 306ms
And Click "save-transport" save button and wait for form to disappear 15s 798ms
And Set advice window in schedule 2s 370ms
And Check is transport created in schedule and set transport id 3s 003ms
And Go to "TRANSPORT_TABLE" 530ms
And Go to transport details "DELIVERY" 2s 863ms
Then Check are transport values equals 20s 354ms
After Hooks.deleteTransportAfterTest() 1s 034ms
Given Get inputs from database "CREATE_CISTERN_DELIVERY" "super-admin-hochland" 021ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 025ms
When Go to new transport "CISTERN_DELIVERY" 701ms
And Fill transport form 46s 211ms
And Click "save-transport" save button and wait for form to disappear 15s 800ms
And Set advice window in schedule 2s 426ms
And Check is transport created in schedule and set transport id 2s 650ms
And Go to "TRANSPORT_TABLE" 501ms
And Go to transport details "CISTERN_DELIVERY" 2s 815ms
Then Check are transport values equals 7s 110ms
After Hooks.deleteTransportAfterTest() 1s 028ms
Given Get inputs from database "CREATE_CISTERN_COLLECTION" "super-admin-hochland" 019ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 987ms
When Go to new transport "CISTERN_COLLECTION" 645ms
And Fill transport form 32s 166ms
And Click "save-transport" save button and wait for form to disappear 15s 725ms
And Set advice window in schedule 2s 414ms
And Check is transport created in schedule and set transport id 2s 432ms
And Go to "TRANSPORT_TABLE" 506ms
And Go to transport details "CISTERN_COLLECTION" 3s 022ms
Then Check are transport values equals 21s 965ms
After Hooks.deleteTransportAfterTest() 952ms
Given Get inputs from database "CREATE_OWN_COLLECTION" "super-admin-hochland" 020ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 019ms
When Go to new transport "OWN_COLLECTION" 658ms
And Fill transport form 37s 099ms
And Click "save-transport" save button and wait for form to disappear 15s 817ms
And Set advice window in schedule 2s 385ms
And Check is transport created in schedule and set transport id 2s 819ms
And Go to "TRANSPORT_TABLE" 459ms
And Go to transport details "OWN_COLLECTION" 2s 795ms
Then Check are transport values equals 20s 025ms
After Hooks.deleteTransportAfterTest() 879ms
Given Get inputs from database "CREATE_OWN_COLLECTION_POWDER_FACTORY" "super-admin-hochland" 019ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 030ms
When Go to new transport "OWN_COLLECTION_POWDER_FACTORY" 678ms
And Fill transport form 37s 121ms
And Click "save-transport" save button and wait for form to disappear 15s 790ms
And Set advice window in schedule 2s 391ms
And Check is transport created in schedule and set transport id 2s 690ms
And Go to "TRANSPORT_TABLE" 404ms
And Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 3s 556ms
Then Check are transport values equals 4s 977ms
After Hooks.deleteTransportAfterTest() 1s
Scenario Outline Check if it possible to create new transport with advice
Steps
Given Get inputs from database "CREATE_EXPORT" "super-admin-hochland" 020ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 894ms
When Go to new transport "EXPORT" 740ms
And Fill transport form 45s 561ms
And Click "save-transport" save button and wait for form to disappear 797ms
And Set advice window in schedule 2s 514ms
And Check is transport created in schedule and set transport id 3s 030ms
And Go to "TRANSPORT_TABLE" 477ms
And Go to transport details "EXPORT" 2s 960ms
Then Check are transport values equals 322ms
org.junit.ComparisonFailure: Wartości w formularzu w polu free-pallet-places są niepoprawne, wartość na stronie:  wartość poprawna: 2 expected:<[2]> but was:<[]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:122)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:238)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:14)
After Hooks.deleteTransportAfterTest() 1s 238ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-skd" 036ms
And Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 5s 339ms
When Go to new transport "DELIVERY" 15s 477ms
And Fill transport form 32s 067ms
And Click "save-transport" save button and wait for form to disappear 15s 763ms
And Set advice window in schedule 2s 366ms
And Check is transport created in schedule and set transport id 2s 486ms
And Go to "TRANSPORT_TABLE" 503ms
And Go to transport details "DELIVERY" 30s 583ms
Then Check are transport values equals 37s 070ms
After Hooks.deleteTransportAfterTest() 5s 818ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-lantmannen" 020ms
And Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 5s 187ms
When Go to new transport "DELIVERY" 711ms
And Fill transport form 42s 950ms
And Click "save-transport" save button and wait for form to disappear 15s 706ms
And Set advice window in schedule 2s 375ms
And Check is transport created in schedule and set transport id 2s 634ms
And Go to "TRANSPORT_TABLE" 468ms
And Go to transport details "DELIVERY" 2s 718ms
Then Check are transport values equals 19s 935ms
After Hooks.deleteTransportAfterTest() 969ms
Given Get inputs from database "CREATE_LOAD" "super-admin-lantmannen" 020ms
And Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 449ms
When Go to new transport "LOAD" 648ms
And Fill transport form 42s 876ms
And Click "save-transport" save button and wait for form to disappear 15s 776ms
And Set advice window in schedule 2s 374ms
And Check is transport created in schedule and set transport id 2s 598ms
And Go to "TRANSPORT_TABLE" 516ms
And Go to transport details "LOAD" 2s 749ms
Then Check are transport values equals 19s 925ms
After Hooks.deleteTransportAfterTest() 1s 049ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-keeeper" 021ms
And Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 6s 028ms
When Go to new transport "UNLOAD" 643ms
And Fill transport form 42s 515ms
And Click "save-transport" save button and wait for form to disappear 15s 732ms
And Set advice window in schedule 2s 367ms
And Check is transport created in schedule and set transport id 2s 702ms
And Go to "TRANSPORT_TABLE" 469ms
And Go to transport details "UNLOAD" 2s 786ms
Then Check are transport values equals 22s 253ms
After Hooks.deleteTransportAfterTest() 839ms
Given Get inputs from database "CREATE_TANKER_GRANULATE_DELIVERY" "super-admin-keeeper" 019ms
And Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 546ms
When Go to new transport "TANKER_GRANULATE_DELIVERY" 659ms
And Fill transport form 42s 611ms
And Click "save-transport" save button and wait for form to disappear 801ms
And Set advice window in schedule 2s 613ms
And Check is transport created in schedule and set transport id 2s 757ms
And Go to "TRANSPORT_TABLE" 456ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 833ms
Then Check are transport values equals 22s 261ms
After Hooks.deleteTransportAfterTest() 1s 069ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-alrec" 020ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 493ms
When Go to new transport "DELIVERY" 629ms
And Fill transport form 26s 407ms
And Click "save-transport" save button and wait for form to disappear 15s 788ms
And Set advice window in schedule 2s 375ms
And Check is transport created in schedule and set transport id 2s 322ms
And Go to "TRANSPORT_TABLE" 412ms
And Go to transport details "DELIVERY" 2s 731ms
Then Check are transport values equals 17s 747ms
After Hooks.deleteTransportAfterTest() 995ms
Given Get inputs from database "CREATE_WEIGHING" "super-admin-hochland" 018ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 946ms
When Go to new transport "WEIGHING" 651ms
And Fill transport form 15s 754ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 902ms
And Show all transport "false" 067ms
And Go to "TRANSPORT_TABLE" 349ms
And Go to transport details "WEIGHING" 2s 840ms
And Check are transport values equals 2s 516ms
After Hooks.deleteTransportAfterTest() 795ms
Given Get inputs from database "CREATE_TRANSPORT" "super-admin-adama" 021ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 471ms
When Go to new transport "TRANSPORT" 725ms
And Fill transport form 29s 108ms
And Click "save-transport-and-close" save button and wait for form to disappear 1s 445ms
And Show all transport "false" 073ms
And Go to "TRANSPORT_TABLE" 416ms
And Go to transport details "TRANSPORT" 2s 901ms
And Check are transport values equals 6s 702ms
After Hooks.deleteTransportAfterTest() 768ms
Given Get inputs from database "CREATE_CONTAINER" "super-admin-adama" 022ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 477ms
When Go to new transport "CONTAINER" 660ms
And Fill transport form 12s 161ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 314ms
And Show all transport "false" 075ms
And Go to "TRANSPORT_TABLE" 433ms
And Go to transport details "CONTAINER" 2s 801ms
And Check are transport values equals 215ms
After Hooks.deleteTransportAfterTest() 651ms
Given Get inputs from database "CREATE_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 020ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 895ms
When Go to new transport "TRANSFER_BETWEEN_WAREHOUSES" 691ms
And Fill transport form 14s 380ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 335ms
And Show all transport "false" 066ms
And Go to "TRANSPORT_TABLE" 375ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 899ms
And Check are transport values equals 4s 716ms
After Hooks.deleteTransportAfterTest() 753ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-piast" 018ms
And Login as "piast-admin" and set token of apiUsername "super-admin-piast" 6s 066ms
When Go to new transport "DELIVERY" 654ms
And Fill transport form 24s 917ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 436ms
And Show all transport "false" 073ms
And Go to "TRANSPORT_TABLE" 428ms
And Go to transport details "DELIVERY" 2s 823ms
And Check are transport values equals 17s 536ms
After Hooks.deleteTransportAfterTest() 692ms
Given Get inputs from database "CREATE_LOAD" "super-admin-piast" 021ms
And Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 544ms
When Go to new transport "LOAD" 702ms
And Fill transport form 28s 619ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 391ms
And Show all transport "false" 075ms
And Go to "TRANSPORT_TABLE" 431ms
And Go to transport details "LOAD" 2s 959ms
And Check are transport values equals 2s 734ms
After Hooks.deleteTransportAfterTest() 691ms
Given Get inputs from database "CREATE_LOAD" "super-admin-keeeper" 021ms
And Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 478ms
When Go to new transport "LOAD" 616ms
And Fill transport form 27s 187ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 365ms
And Show all transport "false" 063ms
And Go to "TRANSPORT_TABLE" 349ms
And Go to transport details "LOAD" 2s 796ms
And Check are transport values equals 19s 633ms
After Hooks.deleteTransportAfterTest() 586ms
Given Get inputs from database "CREATE_CONTAINER" "super-admin-keeeper" 020ms
And Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 489ms
When Go to new transport "CONTAINER" 618ms
And Fill transport form 27s 246ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 336ms
And Show all transport "false" 076ms
And Go to "TRANSPORT_TABLE" 328ms
And Go to transport details "CONTAINER" 2s 735ms
And Check are transport values equals 19s 612ms
After Hooks.deleteTransportAfterTest() 683ms
Given Get inputs from database "CREATE_SMALLS_IMPORT" "super-admin-skz" 022ms
And Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 609ms
When Go to new transport "SMALLS_IMPORT" 695ms
And Fill transport form 40s 100ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 922ms
And Show all transport "false" 075ms
And Go to "TRANSPORT_TABLE" 424ms
And Go to transport details "SMALLS_IMPORT" 2s 860ms
And Check are transport values equals 11s 173ms
After Hooks.deleteTransportAfterTest() 815ms
Given Get inputs from database "CREATE_SMALLS_EXPORT" "super-admin-skz" 021ms
And Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 758ms
When Go to new transport "SMALLS_EXPORT" 739ms
And Fill transport form 40s 213ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 875ms
And Show all transport "false" 079ms
And Go to "TRANSPORT_TABLE" 422ms
And Go to transport details "SMALLS_EXPORT" 2s 900ms
And Check are transport values equals 11s 172ms
After Hooks.deleteTransportAfterTest() 781ms
Scenario Outline Check if it possible to create new transport without advice
Steps
Given Get inputs from database "CREATE_TRANSPORT_ORDER" "super-admin-alrec" 020ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 502ms
When Go to new transport "TRANSPORT_ORDER" 721ms
And Fill transport form 33s 409ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 918ms
And Show all transport "true" 233ms
And Go to "TRANSPORT_TABLE" 351ms
And Go to transport details "TRANSPORT_ORDER" 2s 748ms
And Check are transport values equals 103ms
org.openqa.selenium.StaleElementReferenceException: stale element reference: element is not attached to the page document
  (Session info: headless chrome=91.0.4472.114)
For documentation on this error, please visit: http://seleniumhq.org/exceptions/stale_element_reference.html
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'apollo-test-2', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-50-generic', java.version: '1.8.0_292'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent/temp/buildTmp/.com.google.Chrome.FRKTzC}, 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=91.0.4472.114, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: f8cb78390cf3d7d1218d778b44af147e
	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.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.RemoteWebElement.execute(RemoteWebElement.java:279)
	at org.openqa.selenium.remote.RemoteWebElement.getAttribute(RemoteWebElement.java:128)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:120)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:238)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:43)
After Hooks.deleteTransportAfterTest() 711ms
Given Get inputs from database "CREATE_TRANSPORT_ORDER_WITHOUT_WAREHOUSES" "super-admin-adama" 023ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 469ms
When Go to new transport "TRANSPORT" 730ms
And Fill transport form 40s 873ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 914ms
And Show all transport "false" 074ms
And Go to "TRANSPORT_TABLE" 417ms
And Go to transport details "TRANSPORT" 2s 906ms
And Check are transport values equals 4s 681ms
After Hooks.deleteTransportAfterTest() 643ms
Given Get inputs from database "CREATE_INBOUND_WITHOUT_WAREHOUSES" "super-admin-alrec" 019ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 474ms
When Go to new transport "INBOUND" 694ms
And Fill transport form 43s 607ms
And Click "save-transport-and-close" save button and wait for form to disappear 1s 399ms
And Show all transport "true" 313ms
And Go to "TRANSPORT_TABLE" 413ms
And Go to transport details "INBOUND" 2s 867ms
And Check are transport values equals 2s 837ms
After Hooks.deleteTransportAfterTest() 732ms
Given Get inputs from database "CREATE_EXTERNAL_DELIVERY_WITH_TWO_UNLOAD" "super-admin-farmacol" 020ms
And Login as "farmacol-admin" and set token of apiUsername "super-admin-farmacol" 7s 115ms
When Go to new transport "EXTERNAL_DELIVERY" 666ms
And Fill transport form 59s 903ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 403ms
And Show all transport "false" 077ms
And Go to "TRANSPORT_TABLE" 369ms
And Go to transport details "EXTERNAL_DELIVERY" 2s 849ms
And Check are transport values equals 5s 313ms
After Hooks.deleteTransportAfterTest() 785ms
Given Get inputs from database "CREATE_EXTERNAL_DELIVERY_WITH_TWO_UNLOAD" "dfa1-supplier" 020ms
And Login as "dfa1-supplier" and set token of apiUsername "dfa1-supplier" 6s 919ms
When Go to new transport "EXTERNAL_DELIVERY" 15s 501ms
And Fill transport form 52s 937ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 386ms
And Show all transport "false" 075ms
And Go to "TRANSPORT_TABLE" 445ms
And Go to transport details "EXTERNAL_DELIVERY" 2s 862ms
And Check are transport values equals 5s 451ms
After Hooks.deleteTransportAfterTest() 816ms
Given Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 2s 343ms
And Get inputs from database "EDIT_UNLOAD" "super-admin-pgf" 020ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" 17s 791ms
And Show all transport "false" 085ms
When Go to transport details "UNLOAD" 30s 769ms
And Fill transport form 33s 817ms
And Click "save-transport-and-close" save button and wait for form to disappear 19s 218ms
And Go to transport details "UNLOAD" 30s 695ms
Then Check are transport values equals 4s 855ms
After Hooks.deleteTransportAfterTest() 1s 018ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 520ms
And Get inputs from database "EDIT_TRANSPORT" "super-admin-adama" 022ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 051ms
And Show all transport "false" 075ms
When Go to transport details "TRANSPORT" 2s 837ms
And Fill transport form 11s 303ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 927ms
And Go to transport details "TRANSPORT" 2s 927ms
Then Check are transport values equals 4s 391ms
After Hooks.deleteTransportAfterTest() 682ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 460ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-adama" 021ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 899ms
And Show all transport "false" 076ms
When Go to transport details "CONTAINER" 2s 819ms
And Fill transport form 5s 185ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 900ms
And Go to transport details "CONTAINER" 2s 758ms
Then Check are transport values equals 147ms
After Hooks.deleteTransportAfterTest() 619ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 453ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-adama" 020ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 2s 759ms
And Show all transport "false" 080ms
When Go to transport details "DELIVERY" 2s 763ms
And Fill transport form 13s 638ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 493ms
And Go to transport details "DELIVERY" 2s 811ms
Then Check are transport values equals 471ms
After Hooks.deleteTransportAfterTest() 781ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 447ms
And Get inputs from database "EDIT_OWN_COLLECTION" "super-admin-adama" 020ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-adama" 2s 880ms
And Show all transport "false" 074ms
When Go to transport details "OWN_COLLECTION" 2s 873ms
And Fill transport form 24s 446ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 506ms
And Go to transport details "OWN_COLLECTION" 2s 795ms
Then Check are transport values equals 2s 645ms
After Hooks.deleteTransportAfterTest() 857ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 909ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 022ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 197ms
And Show all transport "false" 080ms
When Go to transport details "DELIVERY" 2s 910ms
And Fill transport form 40s 863ms
And Click "save-transport-and-close" save button and wait for form to disappear 18s 045ms
And Go to transport details "DELIVERY" 2s 886ms
Then Check are transport values equals 11s 495ms
After Hooks.deleteTransportAfterTest() 1s 058ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 944ms
And Get inputs from database "EDIT_OWN_COLLECTION" "super-admin-hochland" 021ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-hochland" 3s 001ms
And Show all transport "false" 082ms
When Go to transport details "OWN_COLLECTION" 2s 874ms
And Fill transport form 41s 079ms
And Click "save-transport-and-close" save button and wait for form to disappear 2s 599ms
And Go to transport details "OWN_COLLECTION" 2s 849ms
Then Check are transport values equals 6s 996ms
After Hooks.deleteTransportAfterTest() 1s 012ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 957ms
And Get inputs from database "EDIT_EXPORT" "super-admin-hochland" 020ms
And Create transport "CREATE_EXPORT" by JSON file as "super-admin-hochland" 3s 099ms
And Show all transport "false" 078ms
When Go to transport details "EXPORT" 3s 016ms
And Fill transport form 53s 306ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 581ms
And Go to transport details "EXPORT" 2s 863ms
Then Check are transport values equals 9s 442ms
After Hooks.deleteTransportAfterTest() 886ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 018ms
And Get inputs from database "EDIT_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 021ms
And Create transport "CREATE_TRANSFER_BETWEEN_WAREHOUSES" by JSON file as "super-admin-hochland" 1s 907ms
And Show all transport "false" 083ms
When Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 895ms
And Fill transport form 39s 804ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 508ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 769ms
Then Check are transport values equals 13s 377ms
After Hooks.deleteTransportAfterTest() 674ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 984ms
And Get inputs from database "EDIT_CISTERN_DELIVERY" "super-admin-hochland" 019ms
And Create transport "CREATE_CISTERN_DELIVERY" by JSON file as "super-admin-hochland" 2s 710ms
And Show all transport "false" 071ms
When Go to transport details "CISTERN_DELIVERY" 2s 904ms
And Fill transport form 30s 727ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 458ms
And Go to transport details "CISTERN_DELIVERY" 2s 829ms
Then Check are transport values equals 6s 857ms
After Hooks.deleteTransportAfterTest() 921ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 776ms
And Get inputs from database "EDIT_CISTERN_COLLECTION" "super-admin-hochland" 021ms
And Create transport "CREATE_CISTERN_COLLECTION" by JSON file as "super-admin-hochland" 2s 653ms
And Show all transport "false" 084ms
When Go to transport details "CISTERN_COLLECTION" 2s 915ms
And Fill transport form 29s 161ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 472ms
And Go to transport details "CISTERN_COLLECTION" 2s 827ms
Then Check are transport values equals 6s 799ms
After Hooks.deleteTransportAfterTest() 930ms
Scenario Outline Check if it is possible to edit transport
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 932ms
And Get inputs from database "EDIT_WEIGHING" "super-admin-hochland" 020ms
And Create transport "CREATE_WEIGHING" by JSON file as "super-admin-hochland" 2s 232ms
And Show all transport "false" 084ms
When Go to transport details "WEIGHING" 2s 852ms
And Fill transport form 14s 229ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 878ms
And Go to transport details "WEIGHING" 2s 709ms
Then Check are transport values equals 2s 135ms
java.lang.AssertionError: Wartości w formularzu w polu assortment są niepoprawne, wartość na stronie: Antybiotyk wartość poprawna: Makulatura
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:238)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:76)
After Hooks.deleteTransportAfterTest() 578ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 780ms
And Get inputs from database "EDIT_OWN_COLLECTION_POWDER_FACTORY" "super-admin-hochland" 022ms
And Create transport "CREATE_OWN_COLLECTION_POWDER_FACTORY" by JSON file as "super-admin-hochland" 2s 728ms
And Show all transport "false" 080ms
When Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 3s 110ms
And Fill transport form 39s 494ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 505ms
And Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 2s 882ms
Then Check are transport values equals 7s 065ms
After Hooks.deleteTransportAfterTest() 1s 027ms
Given Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 2s 503ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-skd" 020ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 16s 623ms
And Show all transport "false" 074ms
When Go to transport details "DELIVERY" 30s 675ms
And Fill transport form 28s 530ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 484ms
And Go to transport details "DELIVERY" 30s 601ms
Then Check are transport values equals 2s 596ms
After Hooks.deleteTransportAfterTest() 920ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 627ms
And Get inputs from database "EDIT_LOAD" "super-admin-piast" 021ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 977ms
And Show all transport "false" 077ms
When Go to transport details "LOAD" 2s 944ms
And Fill transport form 1m 3s 187ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 529ms
And Go to transport details "LOAD" 2s 892ms
Then Check are transport values equals 26s 359ms
After Hooks.deleteTransportAfterTest() 821ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 488ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-lantmannen" 020ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 2s 922ms
And Show all transport "false" 074ms
When Go to transport details "DELIVERY" 2s 877ms
And Fill transport form 18s 149ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 908ms
And Go to transport details "DELIVERY" 2s 788ms
Then Check are transport values equals 228ms
After Hooks.deleteTransportAfterTest() 920ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 386ms
And Get inputs from database "EDIT_LOAD" "super-admin-lantmannen" 020ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 2s 899ms
And Show all transport "false" 076ms
When Go to transport details "LOAD" 2s 784ms
And Fill transport form 31s 951ms
And Click "save-transport-and-close" save button and wait for form to disappear 19s 231ms
And Go to transport details "LOAD" 2s 778ms
Then Check are transport values equals 2s 708ms
After Hooks.deleteTransportAfterTest() 946ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 623ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-keeeper" 020ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 2s 988ms
And Show all transport "false" 082ms
When Go to transport details "UNLOAD" 2s 918ms
And Fill transport form 42s 582ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 490ms
And Go to transport details "UNLOAD" 2s 807ms
Then Check are transport values equals 7s 188ms
After Hooks.deleteTransportAfterTest() 852ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 543ms
And Get inputs from database "EDIT_TANKER_GRANULATE_DELIVERY" "super-admin-keeeper" 020ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 3s 168ms
And Show all transport "false" 075ms
When Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 864ms
And Fill transport form 40s 972ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 552ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 744ms
Then Check are transport values equals 6s 918ms
After Hooks.deleteTransportAfterTest() 991ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 314ms
And Get inputs from database "EDIT_LOAD" "super-admin-keeeper" 018ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 870ms
And Show all transport "false" 068ms
When Go to transport details "LOAD" 2s 704ms
And Fill transport form 28s 739ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 896ms
And Go to transport details "LOAD" 2s 745ms
Then Check are transport values equals 4s 699ms
After Hooks.deleteTransportAfterTest() 715ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 528ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-keeeper" 021ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 892ms
And Show all transport "false" 065ms
When Go to transport details "CONTAINER" 2s 768ms
And Fill transport form 28s 873ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 891ms
And Go to transport details "CONTAINER" 2s 753ms
Then Check are transport values equals 4s 690ms
After Hooks.deleteTransportAfterTest() 758ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 652ms
And Get inputs from database "EDIT_SMALLS_EXPORT" "super-admin-skz" 021ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 115ms
And Show all transport "false" 082ms
When Go to transport details "SMALLS_EXPORT" 2s 817ms
And Fill transport form 36s 267ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 879ms
And Go to transport details "SMALLS_EXPORT" 2s 805ms
Then Check are transport values equals 8s 900ms
After Hooks.deleteTransportAfterTest() 795ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 616ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-alrec" 021ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 2s 799ms
And Show all transport "true" 253ms
When Go to transport details "DELIVERY" 2s 831ms
And Fill transport form 22s 652ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 461ms
And Go to transport details "DELIVERY" 2s 752ms
Then Check are transport values equals 553ms
After Hooks.deleteTransportAfterTest() 861ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 419ms
And Get inputs from database "EDIT_TRANSPORT_ORDER" "super-admin-alrec" 020ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 204ms
And Show all transport "true" 238ms
When Go to transport details "TRANSPORT_ORDER" 2s 880ms
And Fill transport form 29s 601ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 901ms
And Go to transport details "TRANSPORT_ORDER" 2s 745ms
Then Check are transport values equals 2s 742ms
After Hooks.deleteTransportAfterTest() 729ms
Scenario Outline Check if it is possible to edit transport
Steps
Given Login as "keeeper-warehouseman" and set token of apiUsername "super-admin-keeeper" 6s 522ms
And Get inputs from database "EDIT_CONTAINER_WAREHOUSEMAN_CUSTOMFIELDS" "super-admin-keeeper" 021ms
And Create transport "CREATE_CONTAINER_KEEEPER_WAIMEA" by JSON file as "super-admin-keeeper" 1s 895ms
And Show all transport "false" 074ms
When Go to transport details "CONTAINER" 2s 850ms
And Fill transport form 11s 290ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 867ms
And Go to transport details "CONTAINER" 2s 742ms
Then Check are transport values equals 071ms
org.junit.ComparisonFailure: Wartości w formularzu w polu seal-number są niepoprawne, wartość na stronie:  wartość poprawna: 123456789 expected:<[123456789]> but was:<[]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:122)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:238)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:76)
After Hooks.deleteTransportAfterTest() 631ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 861ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 44s 813ms
And Show all transport "false" 078ms
When Delete transport 21s 359ms
Then Transport not displayed in table of transports 15s 117ms
After Hooks.deleteTransportAfterTest() 873ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 572ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 994ms
And Show all transport "false" 078ms
When Delete transport 20s 895ms
Then Transport not displayed in table of transports 15s 136ms
After Hooks.deleteTransportAfterTest() 735ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 411ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 2s 875ms
And Show all transport "false" 076ms
When Delete transport 20s 521ms
Then Transport not displayed in table of transports 15s 095ms
After Hooks.deleteTransportAfterTest() 11s 686ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 617ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 947ms
And Show all transport "false" 077ms
When Delete transport 18s 314ms
Then Transport not displayed in table of transports 15s 063ms
After Hooks.deleteTransportAfterTest() 667ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 655ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 138ms
And Show all transport "false" 082ms
When Delete transport 19s 047ms
Then Transport not displayed in table of transports 15s 122ms
After Hooks.deleteTransportAfterTest() 778ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 635ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 153ms
And Show all transport "false" 080ms
When Delete transport 18s 995ms
Then Transport not displayed in table of transports 15s 117ms
After Hooks.deleteTransportAfterTest() 779ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 430ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 2s 786ms
And Show all transport "true" 238ms
When Delete transport 19s 534ms
Then Transport not displayed in table of transports 15s 072ms
After Hooks.deleteTransportAfterTest() 899ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 581ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 237ms
And Show all transport "true" 248ms
When Delete transport 19s 138ms
Then Transport not displayed in table of transports 15s 063ms
After Hooks.deleteTransportAfterTest() 871ms
Given Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 2s 429ms
And Get inputs from database "EDIT_UNLOAD" "super-admin-pgf" 020ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" 17s 809ms
And Show all transport "false" 074ms
When Go to transport details "UNLOAD" 30s 851ms
And Fill transport form 33s 967ms
And Click "save-transport" save button 4s 330ms
And Click cancel button in transport form 176ms
And Go to transport details "UNLOAD" 30s 676ms
Then Check are transport values equals 4s 859ms
After Hooks.deleteTransportAfterTest() 1s 006ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 484ms
And Get inputs from database "EDIT_TRANSPORT" "super-admin-adama" 020ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 116ms
And Show all transport "false" 075ms
When Go to transport details "TRANSPORT" 2s 828ms
And Fill transport form 11s 312ms
And Click "save-transport" save button 2s 047ms
And Click cancel button in transport form 171ms
And Go to transport details "TRANSPORT" 2s 814ms
Then Check are transport values equals 4s 409ms
After Hooks.deleteTransportAfterTest() 660ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 421ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-adama" 020ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 911ms
And Show all transport "false" 078ms
When Go to transport details "CONTAINER" 2s 875ms
And Fill transport form 5s 176ms
And Click "save-transport" save button 2s 056ms
And Click cancel button in transport form 162ms
And Go to transport details "CONTAINER" 2s 703ms
Then Check are transport values equals 125ms
After Hooks.deleteTransportAfterTest() 629ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 397ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-adama" 021ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 2s 833ms
And Show all transport "false" 074ms
When Go to transport details "DELIVERY" 2s 823ms
And Fill transport form 13s 529ms
And Click "save-transport" save button 2s 612ms
And Click cancel button in transport form 168ms
And Go to transport details "DELIVERY" 2s 727ms
Then Check are transport values equals 474ms
After Hooks.deleteTransportAfterTest() 850ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 567ms
And Get inputs from database "EDIT_OWN_COLLECTION" "super-admin-adama" 020ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-adama" 2s 788ms
And Show all transport "false" 077ms
When Go to transport details "OWN_COLLECTION" 2s 802ms
And Fill transport form 24s 542ms
And Click "save-transport" save button 2s 567ms
And Click cancel button in transport form 165ms
And Go to transport details "OWN_COLLECTION" 2s 780ms
Then Check are transport values equals 2s 650ms
After Hooks.deleteTransportAfterTest() 922ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 752ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 019ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 163ms
And Show all transport "false" 077ms
When Go to transport details "DELIVERY" 2s 901ms
And Fill transport form 40s 885ms
And Click "save-transport" save button 3s 149ms
And Click cancel button in transport form 176ms
And Go to transport details "DELIVERY" 2s 856ms
Then Check are transport values equals 11s 505ms
After Hooks.deleteTransportAfterTest() 1s 041ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 092ms
And Get inputs from database "EDIT_OWN_COLLECTION" "super-admin-hochland" 022ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-hochland" 2s 970ms
And Show all transport "false" 076ms
When Go to transport details "OWN_COLLECTION" 2s 885ms
And Fill transport form 40s 958ms
And Click "save-transport" save button 2s 826ms
And Click cancel button in transport form 184ms
And Go to transport details "OWN_COLLECTION" 2s 791ms
Then Check are transport values equals 7s 082ms
After Hooks.deleteTransportAfterTest() 880ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 976ms
And Get inputs from database "EDIT_EXPORT" "super-admin-hochland" 021ms
And Create transport "CREATE_EXPORT" by JSON file as "super-admin-hochland" 3s 134ms
And Show all transport "false" 082ms
When Go to transport details "EXPORT" 3s 027ms
And Fill transport form 53s 780ms
And Click "save-transport" save button 3s 209ms
And Click cancel button in transport form 193ms
And Go to transport details "EXPORT" 2s 896ms
Then Check are transport values equals 9s 396ms
After Hooks.deleteTransportAfterTest() 1s 030ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 999ms
And Get inputs from database "EDIT_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 019ms
And Create transport "CREATE_TRANSFER_BETWEEN_WAREHOUSES" by JSON file as "super-admin-hochland" 1s 996ms
And Show all transport "false" 081ms
When Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 867ms
And Fill transport form 39s 838ms
And Click "save-transport" save button 2s 639ms
And Click cancel button in transport form 181ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 712ms
Then Check are transport values equals 13s 421ms
After Hooks.deleteTransportAfterTest() 764ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 976ms
And Get inputs from database "EDIT_CISTERN_DELIVERY" "super-admin-hochland" 020ms
And Create transport "CREATE_CISTERN_DELIVERY" by JSON file as "super-admin-hochland" 2s 739ms
And Show all transport "false" 082ms
When Go to transport details "CISTERN_DELIVERY" 2s 933ms
And Fill transport form 30s 750ms
And Click "save-transport" save button 2s 660ms
And Click cancel button in transport form 191ms
And Go to transport details "CISTERN_DELIVERY" 2s 748ms
Then Check are transport values equals 6s 859ms
After Hooks.deleteTransportAfterTest() 1s 025ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 978ms
And Get inputs from database "EDIT_CISTERN_COLLECTION" "super-admin-hochland" 021ms
And Create transport "CREATE_CISTERN_COLLECTION" by JSON file as "super-admin-hochland" 2s 632ms
And Show all transport "false" 072ms
When Go to transport details "CISTERN_COLLECTION" 2s 821ms
And Fill transport form 28s 813ms
And Click "save-transport" save button 2s 615ms
And Click cancel button in transport form 178ms
And Go to transport details "CISTERN_COLLECTION" 2s 804ms
Then Check are transport values equals 6s 770ms
After Hooks.deleteTransportAfterTest() 886ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 087ms
And Get inputs from database "EDIT_WEIGHING" "super-admin-hochland" 020ms
And Create transport "CREATE_WEIGHING" by JSON file as "super-admin-hochland" 2s 199ms
And Show all transport "false" 081ms
When Go to transport details "WEIGHING" 2s 792ms
And Fill transport form 14s 272ms
And Click "save-transport" save button 2s 038ms
And Click cancel button in transport form 178ms
And Go to transport details "WEIGHING" 2s 689ms
Then Check are transport values equals 2s 442ms
After Hooks.deleteTransportAfterTest() 711ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 934ms
And Get inputs from database "EDIT_OWN_COLLECTION_POWDER_FACTORY" "super-admin-hochland" 020ms
And Create transport "CREATE_OWN_COLLECTION_POWDER_FACTORY" by JSON file as "super-admin-hochland" 2s 767ms
And Show all transport "false" 081ms
When Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 3s 063ms
And Fill transport form 39s 528ms
And Click "save-transport" save button 2s 662ms
And Click cancel button in transport form 181ms
And Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 2s 781ms
Then Check are transport values equals 7s 043ms
After Hooks.deleteTransportAfterTest() 946ms
Given Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 2s 461ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-skd" 020ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 16s 606ms
And Show all transport "false" 071ms
When Go to transport details "DELIVERY" 30s 699ms
And Fill transport form 28s 595ms
And Click "save-transport" save button 2s 025ms
And Click cancel button in transport form 179ms
And Go to transport details "DELIVERY" 30s 563ms
Then Check are transport values equals 2s 605ms
After Hooks.deleteTransportAfterTest() 869ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 643ms
And Get inputs from database "EDIT_LOAD" "super-admin-piast" 022ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 961ms
And Show all transport "false" 077ms
When Go to transport details "LOAD" 2s 950ms
And Fill transport form 1m 3s 162ms
And Click "save-transport" save button 2s 772ms
And Click cancel button in transport form 172ms
And Go to transport details "LOAD" 2s 830ms
Then Check are transport values equals 26s 370ms
After Hooks.deleteTransportAfterTest() 805ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 473ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-lantmannen" 021ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 2s 926ms
And Show all transport "false" 078ms
When Go to transport details "DELIVERY" 2s 870ms
And Fill transport form 18s 028ms
And Click "save-transport" save button 2s 593ms
And Click cancel button in transport form 175ms
And Go to transport details "DELIVERY" 2s 761ms
Then Check are transport values equals 240ms
After Hooks.deleteTransportAfterTest() 969ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 381ms
And Get inputs from database "EDIT_LOAD" "super-admin-lantmannen" 023ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 2s 937ms
And Show all transport "false" 076ms
When Go to transport details "LOAD" 2s 850ms
And Fill transport form 31s 920ms
And Click "save-transport" save button 4s 314ms
And Click cancel button in transport form 180ms
And Go to transport details "LOAD" 2s 813ms
Then Check are transport values equals 2s 710ms
After Hooks.deleteTransportAfterTest() 918ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 608ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-keeeper" 021ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 2s 949ms
And Show all transport "false" 076ms
When Go to transport details "UNLOAD" 2s 972ms
And Fill transport form 42s 636ms
And Click "save-transport" save button 2s 593ms
And Click cancel button in transport form 170ms
And Go to transport details "UNLOAD" 2s 794ms
Then Check are transport values equals 7s 135ms
After Hooks.deleteTransportAfterTest() 1s 020ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 521ms
And Get inputs from database "EDIT_TANKER_GRANULATE_DELIVERY" "super-admin-keeeper" 025ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 3s 181ms
And Show all transport "false" 075ms
When Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 922ms
And Fill transport form 40s 429ms
And Click "save-transport" save button 2s 608ms
And Click cancel button in transport form 172ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 775ms
Then Check are transport values equals 7s 058ms
After Hooks.deleteTransportAfterTest() 1s 016ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 783ms
And Get inputs from database "EDIT_LOAD" "super-admin-keeeper" 019ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 961ms
And Show all transport "false" 077ms
When Go to transport details "LOAD" 2s 782ms
And Fill transport form 28s 654ms
And Click "save-transport" save button 2s 050ms
And Click cancel button in transport form 158ms
And Go to transport details "LOAD" 2s 736ms
Then Check are transport values equals 4s 592ms
After Hooks.deleteTransportAfterTest() 761ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 442ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-keeeper" 020ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 942ms
And Show all transport "false" 078ms
When Go to transport details "CONTAINER" 2s 766ms
And Fill transport form 28s 786ms
And Click "save-transport" save button 2s 080ms
And Click cancel button in transport form 172ms
And Go to transport details "CONTAINER" 2s 734ms
Then Check are transport values equals 4s 667ms
After Hooks.deleteTransportAfterTest() 667ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 669ms
And Get inputs from database "EDIT_SMALLS_IMPORT" "super-admin-skz" 021ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 138ms
And Show all transport "false" 077ms
When Go to transport details "SMALLS_IMPORT" 2s 962ms
And Fill transport form 36s 356ms
And Click "save-transport" save button 2s 070ms
And Click cancel button in transport form 179ms
And Go to transport details "SMALLS_IMPORT" 2s 767ms
Then Check are transport values equals 8s 968ms
After Hooks.deleteTransportAfterTest() 701ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 589ms
And Get inputs from database "EDIT_SMALLS_EXPORT" "super-admin-skz" 021ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 115ms
And Show all transport "false" 083ms
When Go to transport details "SMALLS_EXPORT" 2s 839ms
And Fill transport form 36s 189ms
And Click "save-transport" save button 2s 079ms
And Click cancel button in transport form 180ms
And Go to transport details "SMALLS_EXPORT" 2s 760ms
Then Check are transport values equals 8s 976ms
After Hooks.deleteTransportAfterTest() 676ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 629ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-alrec" 021ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 2s 860ms
And Show all transport "true" 309ms
When Go to transport details "DELIVERY" 2s 808ms
And Fill transport form 22s 517ms
And Click "save-transport" save button 2s 613ms
And Click cancel button in transport form 161ms
And Go to transport details "DELIVERY" 2s 737ms
Then Check are transport values equals 572ms
After Hooks.deleteTransportAfterTest() 846ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 415ms
And Get inputs from database "EDIT_TRANSPORT_ORDER" "super-admin-alrec" 020ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 236ms
And Show all transport "true" 238ms
When Go to transport details "TRANSPORT_ORDER" 2s 877ms
And Fill transport form 29s 653ms
And Click "save-transport" save button 2s 041ms
And Click cancel button in transport form 192ms
And Go to transport details "TRANSPORT_ORDER" 2s 762ms
Then Check are transport values equals 2s 736ms
After Hooks.deleteTransportAfterTest() 736ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 546ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 923ms
And Create gray windows "CREATE_GRAY_WINDOW_MWG" on "PRZESYŁKI DROBNICOWE" in "Magazyn Wyrobów Gotowych" as "super-admin-keeeper" 1s 238ms
And If user is login then logout 286ms
Then Login as "dka1-supplier" 6s 113ms
And Click button advice in transport table "LOAD" 829ms
And Check if moved to first possible start date in schedule 1s 165ms
After Hooks.deleteTransportAfterTest() 625ms
After Hooks.deleteAllGrayWindowsAfterTest() 1m 31s 821ms
Given Set token of apiUsername "super-admin-piast" 260ms
And Set "transport" inputs from JSON file "CREATE_LOAD_WITH_NEW_ADDRESS" "super-admin-piast" 001ms
When Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 721ms
Then Go to new transport "LOAD" 671ms
And Fill transport form 26s 109ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 336ms
And Go to "COMPANIES_TAB" 978ms
And Go to company "Dostawca Piast Automat 1" details 585ms
And Check if new address with "Adresat" is visible in company details 371ms
And Go to "TRANSPORT_TABLE" 460ms
And Go to transport details "LOAD" 2s 860ms
After Hooks.deleteTransportAfterTest() 869ms
After Hooks.deleteAddressAfterTest() 123ms