Project Number Date
ApolloFullRunnerReport apollo-test-2.50 30 cze 2021, 09:31

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Crud Transport 813 5 0 0 0 818 85 5 90 1h 34m 46s 759ms Failed
Feature Crud Transport
Given Get inputs from database "CREATE_UNLOAD" "super-admin-pgf" 020ms
And Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 5s 024ms
When Go to new transport "UNLOAD" 15s 517ms
And Fill transport form 28s 230ms
And Click "save-transport" save button and wait for form to disappear 15s 788ms
And Set advice window in schedule 2s 441ms
And Check is transport created in schedule and set transport id 2s 711ms
And Go to "TRANSPORT_TABLE" 514ms
And Go to transport details "UNLOAD" 30s 651ms
Then Check are transport values equals 22s 041ms
After Hooks.deleteTransportAfterTest() 904ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-adama" 019ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 554ms
When Go to new transport "DELIVERY" 636ms
And Fill transport form 13s 236ms
And Click "save-transport" save button and wait for form to disappear 15s 756ms
And Set advice window in schedule 2s 417ms
And Check is transport created in schedule and set transport id 2s 618ms
And Go to "TRANSPORT_TABLE" 501ms
And Go to transport details "DELIVERY" 2s 772ms
Then Check are transport values equals 444ms
After Hooks.deleteTransportAfterTest() 966ms
Given Get inputs from database "CREATE_OWN_COLLECTION" "super-admin-adama" 021ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 317ms
When Go to new transport "OWN_COLLECTION" 709ms
And Fill transport form 20s 207ms
And Click "save-transport" save button and wait for form to disappear 15s 741ms
And Set advice window in schedule 2s 368ms
And Check is transport created in schedule and set transport id 2s 586ms
And Go to "TRANSPORT_TABLE" 461ms
And Go to transport details "OWN_COLLECTION" 2s 714ms
Then Check are transport values equals 539ms
After Hooks.deleteTransportAfterTest() 966ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-hochland" 018ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 10s 128ms
When Go to new transport "DELIVERY" 701ms
And Fill transport form 44s 234ms
And Click "save-transport" save button and wait for form to disappear 794ms
And Set advice window in schedule 2s 605ms
And Check is transport created in schedule and set transport id 2s 967ms
And Go to "TRANSPORT_TABLE" 531ms
And Go to transport details "DELIVERY" 2s 876ms
Then Check are transport values equals 20s 371ms
After Hooks.deleteTransportAfterTest() 1s 072ms
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 050ms
When Go to new transport "CISTERN_DELIVERY" 718ms
And Fill transport form 46s 202ms
And Click "save-transport" save button and wait for form to disappear 15s 752ms
And Set advice window in schedule 2s 381ms
And Check is transport created in schedule and set transport id 2s 502ms
And Go to "TRANSPORT_TABLE" 380ms
And Go to transport details "CISTERN_DELIVERY" 2s 803ms
Then Check are transport values equals 6s 970ms
After Hooks.deleteTransportAfterTest() 1s 079ms
Given Get inputs from database "CREATE_CISTERN_COLLECTION" "super-admin-hochland" 022ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 018ms
When Go to new transport "CISTERN_COLLECTION" 663ms
And Fill transport form 32s 296ms
And Click "save-transport" save button and wait for form to disappear 15s 733ms
And Set advice window in schedule 2s 436ms
And Check is transport created in schedule and set transport id 2s 386ms
And Go to "TRANSPORT_TABLE" 471ms
And Go to transport details "CISTERN_COLLECTION" 3s 059ms
Then Check are transport values equals 22s 016ms
After Hooks.deleteTransportAfterTest() 1s 134ms
Given Get inputs from database "CREATE_OWN_COLLECTION" "super-admin-hochland" 022ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 894ms
When Go to new transport "OWN_COLLECTION" 689ms
And Fill transport form 37s 206ms
And Click "save-transport" save button and wait for form to disappear 819ms
And Set advice window in schedule 2s 676ms
And Check is transport created in schedule and set transport id 2s 880ms
And Go to "TRANSPORT_TABLE" 470ms
And Go to transport details "OWN_COLLECTION" 2s 800ms
Then Check are transport values equals 19s 991ms
After Hooks.deleteTransportAfterTest() 966ms
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 023ms
When Go to new transport "OWN_COLLECTION_POWDER_FACTORY" 679ms
And Fill transport form 37s 205ms
And Click "save-transport" save button and wait for form to disappear 15s 771ms
And Set advice window in schedule 2s 396ms
And Check is transport created in schedule and set transport id 2s 721ms
And Go to "TRANSPORT_TABLE" 448ms
And Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 3s 562ms
Then Check are transport values equals 4s 964ms
After Hooks.deleteTransportAfterTest() 1s 107ms
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 971ms
When Go to new transport "EXPORT" 761ms
And Fill transport form 45s 496ms
And Click "save-transport" save button and wait for form to disappear 15s 804ms
And Set advice window in schedule 2s 364ms
And Check is transport created in schedule and set transport id 3s 034ms
And Go to "TRANSPORT_TABLE" 462ms
And Go to transport details "EXPORT" 2s 980ms
Then Check are transport values equals 323ms
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 796ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-skd" 025ms
And Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 5s 257ms
When Go to new transport "DELIVERY" 15s 449ms
And Fill transport form 32s 029ms
And Click "save-transport" save button and wait for form to disappear 817ms
And Set advice window in schedule 2s 635ms
And Check is transport created in schedule and set transport id 2s 400ms
And Go to "TRANSPORT_TABLE" 490ms
And Go to transport details "DELIVERY" 30s 635ms
Then Check are transport values equals 37s 018ms
After Hooks.deleteTransportAfterTest() 1s
Given Get inputs from database "CREATE_DELIVERY" "super-admin-lantmannen" 021ms
And Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 5s 224ms
When Go to new transport "DELIVERY" 698ms
And Fill transport form 42s 866ms
And Click "save-transport" save button and wait for form to disappear 15s 722ms
And Set advice window in schedule 2s 373ms
And Check is transport created in schedule and set transport id 2s 625ms
And Go to "TRANSPORT_TABLE" 450ms
And Go to transport details "DELIVERY" 2s 717ms
Then Check are transport values equals 19s 956ms
After Hooks.deleteTransportAfterTest() 985ms
Given Get inputs from database "CREATE_LOAD" "super-admin-lantmannen" 019ms
And Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 526ms
When Go to new transport "LOAD" 641ms
And Fill transport form 42s 842ms
And Click "save-transport" save button and wait for form to disappear 15s 760ms
And Set advice window in schedule 2s 381ms
And Check is transport created in schedule and set transport id 2s 687ms
And Go to "TRANSPORT_TABLE" 495ms
And Go to transport details "LOAD" 2s 739ms
Then Check are transport values equals 19s 932ms
After Hooks.deleteTransportAfterTest() 897ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-keeeper" 019ms
And Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 6s 241ms
When Go to new transport "UNLOAD" 666ms
And Fill transport form 41s 598ms
And Click "save-transport" save button and wait for form to disappear 15s 777ms
And Set advice window in schedule 2s 346ms
And Check is transport created in schedule and set transport id 2s 611ms
And Go to "TRANSPORT_TABLE" 447ms
And Go to transport details "UNLOAD" 2s 748ms
Then Check are transport values equals 22s 258ms
After Hooks.deleteTransportAfterTest() 864ms
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 590ms
When Go to new transport "TANKER_GRANULATE_DELIVERY" 653ms
And Fill transport form 42s 510ms
And Click "save-transport" save button and wait for form to disappear 805ms
And Set advice window in schedule 2s 625ms
And Check is transport created in schedule and set transport id 2s 734ms
And Go to "TRANSPORT_TABLE" 445ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 827ms
Then Check are transport values equals 22s 203ms
After Hooks.deleteTransportAfterTest() 1s 053ms
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 472ms
When Go to new transport "DELIVERY" 651ms
And Fill transport form 26s 375ms
And Click "save-transport" save button and wait for form to disappear 15s 733ms
And Set advice window in schedule 2s 384ms
And Check is transport created in schedule and set transport id 2s 541ms
And Go to "TRANSPORT_TABLE" 493ms
And Go to transport details "DELIVERY" 2s 712ms
Then Check are transport values equals 17s 755ms
After Hooks.deleteTransportAfterTest() 919ms
Given Get inputs from database "CREATE_WEIGHING" "super-admin-hochland" 017ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 099ms
When Go to new transport "WEIGHING" 588ms
And Fill transport form 15s 659ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 903ms
And Show all transport "false" 074ms
And Go to "TRANSPORT_TABLE" 452ms
And Go to transport details "WEIGHING" 3s 226ms
And Check are transport values equals 2s 453ms
After Hooks.deleteTransportAfterTest() 816ms
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 503ms
When Go to new transport "TRANSPORT" 722ms
And Fill transport form 29s 075ms
And Click "save-transport-and-close" save button and wait for form to disappear 1s 426ms
And Show all transport "false" 075ms
And Go to "TRANSPORT_TABLE" 422ms
And Go to transport details "TRANSPORT" 2s 892ms
And Check are transport values equals 6s 685ms
After Hooks.deleteTransportAfterTest() 838ms
Given Get inputs from database "CREATE_CONTAINER" "super-admin-adama" 020ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 475ms
When Go to new transport "CONTAINER" 678ms
And Fill transport form 12s 150ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 354ms
And Show all transport "false" 073ms
And Go to "TRANSPORT_TABLE" 440ms
And Go to transport details "CONTAINER" 2s 803ms
And Check are transport values equals 215ms
After Hooks.deleteTransportAfterTest() 741ms
Given Get inputs from database "CREATE_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 019ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 864ms
When Go to new transport "TRANSFER_BETWEEN_WAREHOUSES" 641ms
And Fill transport form 14s 364ms
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" 444ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 925ms
And Check are transport values equals 4s 772ms
After Hooks.deleteTransportAfterTest() 751ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-piast" 020ms
And Login as "piast-admin" and set token of apiUsername "super-admin-piast" 6s 176ms
When Go to new transport "DELIVERY" 649ms
And Fill transport form 24s 539ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 348ms
And Show all transport "false" 075ms
And Go to "TRANSPORT_TABLE" 444ms
And Go to transport details "DELIVERY" 2s 844ms
And Check are transport values equals 17s 484ms
After Hooks.deleteTransportAfterTest() 681ms
Given Get inputs from database "CREATE_LOAD" "super-admin-piast" 019ms
And Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 431ms
When Go to new transport "LOAD" 682ms
And Fill transport form 28s 608ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 407ms
And Show all transport "false" 073ms
And Go to "TRANSPORT_TABLE" 440ms
And Go to transport details "LOAD" 2s 932ms
And Check are transport values equals 2s 703ms
After Hooks.deleteTransportAfterTest() 765ms
Given Get inputs from database "CREATE_LOAD" "super-admin-keeeper" 020ms
And Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 472ms
When Go to new transport "LOAD" 625ms
And Fill transport form 27s 080ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 380ms
And Show all transport "false" 076ms
And Go to "TRANSPORT_TABLE" 423ms
And Go to transport details "LOAD" 2s 756ms
And Check are transport values equals 19s 621ms
After Hooks.deleteTransportAfterTest() 674ms
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 423ms
When Go to new transport "CONTAINER" 609ms
And Fill transport form 27s 285ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 388ms
And Show all transport "false" 073ms
And Go to "TRANSPORT_TABLE" 429ms
And Go to transport details "CONTAINER" 2s 803ms
And Check are transport values equals 19s 590ms
After Hooks.deleteTransportAfterTest() 669ms
Given Get inputs from database "CREATE_SMALLS_IMPORT" "super-admin-skz" 019ms
And Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 645ms
When Go to new transport "SMALLS_IMPORT" 748ms
And Fill transport form 40s 287ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 964ms
And Show all transport "false" 071ms
And Go to "TRANSPORT_TABLE" 420ms
And Go to transport details "SMALLS_IMPORT" 2s 805ms
And Check are transport values equals 11s 160ms
After Hooks.deleteTransportAfterTest() 699ms
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 639ms
When Go to new transport "SMALLS_EXPORT" 725ms
And Fill transport form 40s 271ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 948ms
And Show all transport "false" 076ms
And Go to "TRANSPORT_TABLE" 429ms
And Go to transport details "SMALLS_EXPORT" 2s 837ms
And Check are transport values equals 11s 214ms
After Hooks.deleteTransportAfterTest() 713ms
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 581ms
When Go to new transport "TRANSPORT_ORDER" 704ms
And Fill transport form 33s 483ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 920ms
And Show all transport "true" 248ms
And Go to "TRANSPORT_TABLE" 414ms
And Go to transport details "TRANSPORT_ORDER" 2s 845ms
And Check are transport values equals 101ms
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.JMAmfP}, 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: 3595313b213fdae8380e63c3ae803684
	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() 700ms
Given Get inputs from database "CREATE_TRANSPORT_ORDER_WITHOUT_WAREHOUSES" "super-admin-adama" 020ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 377ms
When Go to new transport "TRANSPORT" 716ms
And Fill transport form 40s 779ms
And Click "save-transport-and-close" save button and wait for form to disappear 1s 453ms
And Show all transport "false" 076ms
And Go to "TRANSPORT_TABLE" 427ms
And Go to transport details "TRANSPORT" 2s 895ms
And Check are transport values equals 4s 689ms
After Hooks.deleteTransportAfterTest() 818ms
Given Get inputs from database "CREATE_INBOUND_WITHOUT_WAREHOUSES" "super-admin-alrec" 021ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 534ms
When Go to new transport "INBOUND" 718ms
And Fill transport form 43s 569ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 948ms
And Show all transport "true" 265ms
And Go to "TRANSPORT_TABLE" 416ms
And Go to transport details "INBOUND" 2s 781ms
And Check are transport values equals 2s 877ms
After Hooks.deleteTransportAfterTest() 700ms
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 408ms
When Go to new transport "EXTERNAL_DELIVERY" 676ms
And Fill transport form 59s 814ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 354ms
And Show all transport "false" 073ms
And Go to "TRANSPORT_TABLE" 438ms
And Go to transport details "EXTERNAL_DELIVERY" 2s 899ms
And Check are transport values equals 5s 545ms
After Hooks.deleteTransportAfterTest() 675ms
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 955ms
When Go to new transport "EXTERNAL_DELIVERY" 15s 524ms
And Fill transport form 52s 766ms
And Click "save-transport-and-close" save button and wait for form to disappear 1s 448ms
And Show all transport "false" 085ms
And Go to "TRANSPORT_TABLE" 470ms
And Go to transport details "EXTERNAL_DELIVERY" 2s 856ms
And Check are transport values equals 5s 380ms
After Hooks.deleteTransportAfterTest() 814ms
Given Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 2s 459ms
And Get inputs from database "EDIT_UNLOAD" "super-admin-pgf" 021ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" 17s 771ms
And Show all transport "false" 082ms
When Go to transport details "UNLOAD" 30s 778ms
And Fill transport form 33s 886ms
And Click "save-transport-and-close" save button and wait for form to disappear 19s 213ms
And Go to transport details "UNLOAD" 30s 655ms
Then Check are transport values equals 4s 872ms
After Hooks.deleteTransportAfterTest() 856ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 443ms
And Get inputs from database "EDIT_TRANSPORT" "super-admin-adama" 022ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 088ms
And Show all transport "false" 076ms
When Go to transport details "TRANSPORT" 2s 859ms
And Fill transport form 11s 325ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 914ms
And Go to transport details "TRANSPORT" 2s 899ms
Then Check are transport values equals 4s 393ms
After Hooks.deleteTransportAfterTest() 786ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 458ms
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" 079ms
When Go to transport details "CONTAINER" 2s 844ms
And Fill transport form 5s 188ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 906ms
And Go to transport details "CONTAINER" 2s 846ms
Then Check are transport values equals 154ms
After Hooks.deleteTransportAfterTest() 676ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 518ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-adama" 021ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 2s 756ms
And Show all transport "false" 077ms
When Go to transport details "DELIVERY" 2s 794ms
And Fill transport form 13s 645ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 449ms
And Go to transport details "DELIVERY" 2s 745ms
Then Check are transport values equals 436ms
After Hooks.deleteTransportAfterTest() 736ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 338ms
And Get inputs from database "EDIT_OWN_COLLECTION" "super-admin-adama" 022ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-adama" 2s 841ms
And Show all transport "false" 079ms
When Go to transport details "OWN_COLLECTION" 2s 818ms
And Fill transport form 24s 530ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 484ms
And Go to transport details "OWN_COLLECTION" 2s 795ms
Then Check are transport values equals 2s 640ms
After Hooks.deleteTransportAfterTest() 803ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 944ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 021ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 141ms
And Show all transport "false" 077ms
When Go to transport details "DELIVERY" 2s 872ms
And Fill transport form 40s 889ms
And Click "save-transport-and-close" save button and wait for form to disappear 18s 030ms
And Go to transport details "DELIVERY" 2s 788ms
Then Check are transport values equals 11s 599ms
After Hooks.deleteTransportAfterTest() 989ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 929ms
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" 2s 953ms
And Show all transport "false" 076ms
When Go to transport details "OWN_COLLECTION" 2s 891ms
And Fill transport form 41s 015ms
And Click "save-transport-and-close" save button and wait for form to disappear 2s 583ms
And Go to transport details "OWN_COLLECTION" 2s 853ms
Then Check are transport values equals 7s 098ms
After Hooks.deleteTransportAfterTest() 1s 032ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 039ms
And Get inputs from database "EDIT_EXPORT" "super-admin-hochland" 020ms
And Create transport "CREATE_EXPORT" by JSON file as "super-admin-hochland" 3s 233ms
And Show all transport "false" 080ms
When Go to transport details "EXPORT" 3s 006ms
And Fill transport form 53s 955ms
And Click "save-transport-and-close" save button and wait for form to disappear 18s 023ms
And Go to transport details "EXPORT" 2s 953ms
Then Check are transport values equals 9s 426ms
After Hooks.deleteTransportAfterTest() 1s
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 986ms
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 927ms
And Show all transport "false" 081ms
When Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 900ms
And Fill transport form 39s 778ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 512ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 843ms
Then Check are transport values equals 13s 393ms
After Hooks.deleteTransportAfterTest() 678ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 894ms
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 689ms
And Show all transport "false" 069ms
When Go to transport details "CISTERN_DELIVERY" 2s 905ms
And Fill transport form 30s 742ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 441ms
And Go to transport details "CISTERN_DELIVERY" 2s 815ms
Then Check are transport values equals 6s 882ms
After Hooks.deleteTransportAfterTest() 893ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 025ms
And Get inputs from database "EDIT_CISTERN_COLLECTION" "super-admin-hochland" 026ms
And Create transport "CREATE_CISTERN_COLLECTION" by JSON file as "super-admin-hochland" 2s 649ms
And Show all transport "false" 071ms
When Go to transport details "CISTERN_COLLECTION" 2s 844ms
And Fill transport form 28s 965ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 488ms
And Go to transport details "CISTERN_COLLECTION" 2s 825ms
Then Check are transport values equals 6s 837ms
After Hooks.deleteTransportAfterTest() 853ms
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 910ms
And Get inputs from database "EDIT_WEIGHING" "super-admin-hochland" 020ms
And Create transport "CREATE_WEIGHING" by JSON file as "super-admin-hochland" 2s 197ms
And Show all transport "false" 078ms
When Go to transport details "WEIGHING" 2s 855ms
And Fill transport form 14s 235ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 901ms
And Go to transport details "WEIGHING" 2s 765ms
Then Check are transport values equals 2s 159ms
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() 675ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 950ms
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 807ms
And Show all transport "false" 080ms
When Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 2s 954ms
And Fill transport form 39s 389ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 513ms
And Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 2s 838ms
Then Check are transport values equals 6s 980ms
After Hooks.deleteTransportAfterTest() 946ms
Given Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 2s 520ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-skd" 021ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 16s 607ms
And Show all transport "false" 072ms
When Go to transport details "DELIVERY" 30s 714ms
And Fill transport form 28s 612ms
And Click "save-transport-and-close" save button and wait for form to disappear 1s 969ms
And Go to transport details "DELIVERY" 30s 615ms
Then Check are transport values equals 2s 612ms
After Hooks.deleteTransportAfterTest() 884ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 650ms
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 974ms
And Show all transport "false" 065ms
When Go to transport details "LOAD" 2s 912ms
And Fill transport form 1m 3s 191ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 596ms
And Go to transport details "LOAD" 2s 892ms
Then Check are transport values equals 26s 417ms
After Hooks.deleteTransportAfterTest() 688ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 366ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-lantmannen" 023ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 2s 837ms
And Show all transport "false" 074ms
When Go to transport details "DELIVERY" 2s 808ms
And Fill transport form 18s 075ms
And Click "save-transport-and-close" save button and wait for form to disappear 1s 956ms
And Go to transport details "DELIVERY" 2s 715ms
Then Check are transport values equals 229ms
After Hooks.deleteTransportAfterTest() 889ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 288ms
And Get inputs from database "EDIT_LOAD" "super-admin-lantmannen" 020ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 2s 889ms
And Show all transport "false" 076ms
When Go to transport details "LOAD" 2s 757ms
And Fill transport form 31s 901ms
And Click "save-transport-and-close" save button and wait for form to disappear 19s 775ms
And Go to transport details "LOAD" 2s 748ms
Then Check are transport values equals 2s 751ms
After Hooks.deleteTransportAfterTest() 987ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 590ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-keeeper" 020ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 2s 991ms
And Show all transport "false" 079ms
When Go to transport details "UNLOAD" 2s 955ms
And Fill transport form 42s 709ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 533ms
And Go to transport details "UNLOAD" 2s 824ms
Then Check are transport values equals 7s 200ms
After Hooks.deleteTransportAfterTest() 890ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 524ms
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 135ms
And Show all transport "false" 076ms
When Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 909ms
And Fill transport form 40s 915ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 508ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 771ms
Then Check are transport values equals 7s 117ms
After Hooks.deleteTransportAfterTest() 948ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 553ms
And Get inputs from database "EDIT_LOAD" "super-admin-keeeper" 021ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 938ms
And Show all transport "false" 075ms
When Go to transport details "LOAD" 2s 774ms
And Fill transport form 28s 774ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 922ms
And Go to transport details "LOAD" 2s 754ms
Then Check are transport values equals 4s 696ms
After Hooks.deleteTransportAfterTest() 655ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 561ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-keeeper" 020ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 960ms
And Show all transport "false" 074ms
When Go to transport details "CONTAINER" 2s 757ms
And Fill transport form 28s 826ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 915ms
And Go to transport details "CONTAINER" 2s 759ms
Then Check are transport values equals 4s 732ms
After Hooks.deleteTransportAfterTest() 642ms
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 142ms
And Show all transport "false" 082ms
When Go to transport details "SMALLS_EXPORT" 2s 834ms
And Fill transport form 36s 484ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 875ms
And Go to transport details "SMALLS_EXPORT" 2s 805ms
Then Check are transport values equals 9s 014ms
After Hooks.deleteTransportAfterTest() 685ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 451ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-alrec" 022ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 2s 839ms
And Show all transport "true" 240ms
When Go to transport details "DELIVERY" 2s 852ms
And Fill transport form 22s 656ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 481ms
And Go to transport details "DELIVERY" 2s 773ms
Then Check are transport values equals 585ms
After Hooks.deleteTransportAfterTest() 822ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 422ms
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 181ms
And Show all transport "true" 242ms
When Go to transport details "TRANSPORT_ORDER" 2s 835ms
And Fill transport form 29s 738ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 906ms
And Go to transport details "TRANSPORT_ORDER" 2s 820ms
Then Check are transport values equals 2s 743ms
After Hooks.deleteTransportAfterTest() 644ms
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 584ms
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 862ms
And Show all transport "false" 070ms
When Go to transport details "CONTAINER" 2s 723ms
And Fill transport form 11s 334ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 889ms
And Go to transport details "CONTAINER" 2s 690ms
Then Check are transport values equals 085ms
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() 663ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 657ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 052ms
And Show all transport "false" 076ms
When Delete transport 21s 329ms
Then Transport not displayed in table of transports 15s 095ms
After Hooks.deleteTransportAfterTest() 840ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 396ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 987ms
And Show all transport "false" 076ms
When Delete transport 20s 896ms
Then Transport not displayed in table of transports 15s 084ms
After Hooks.deleteTransportAfterTest() 642ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 294ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 2s 903ms
And Show all transport "false" 076ms
When Delete transport 20s 618ms
Then Transport not displayed in table of transports 15s 076ms
After Hooks.deleteTransportAfterTest() 11s 650ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 616ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 908ms
And Show all transport "false" 078ms
When Delete transport 18s 291ms
Then Transport not displayed in table of transports 15s 081ms
After Hooks.deleteTransportAfterTest() 728ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 694ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 090ms
And Show all transport "false" 081ms
When Delete transport 18s 367ms
Then Transport not displayed in table of transports 15s 097ms
After Hooks.deleteTransportAfterTest() 797ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 672ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 127ms
And Show all transport "false" 076ms
When Delete transport 19s 015ms
Then Transport not displayed in table of transports 15s 089ms
After Hooks.deleteTransportAfterTest() 852ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 464ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 2s 778ms
And Show all transport "true" 237ms
When Delete transport 19s 389ms
Then Transport not displayed in table of transports 15s 097ms
After Hooks.deleteTransportAfterTest() 817ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 525ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 138ms
And Show all transport "true" 242ms
When Delete transport 19s 571ms
Then Transport not displayed in table of transports 15s 082ms
After Hooks.deleteTransportAfterTest() 765ms
Given Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 2s 345ms
And Get inputs from database "EDIT_UNLOAD" "super-admin-pgf" 020ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" 17s 703ms
And Show all transport "false" 070ms
When Go to transport details "UNLOAD" 30s 733ms
And Fill transport form 33s 903ms
And Click "save-transport" save button 4s 379ms
And Click cancel button in transport form 186ms
And Go to transport details "UNLOAD" 30s 644ms
Then Check are transport values equals 4s 853ms
After Hooks.deleteTransportAfterTest() 1s 018ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 582ms
And Get inputs from database "EDIT_TRANSPORT" "super-admin-adama" 020ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 093ms
And Show all transport "false" 075ms
When Go to transport details "TRANSPORT" 2s 848ms
And Fill transport form 11s 333ms
And Click "save-transport" save button 2s 066ms
And Click cancel button in transport form 180ms
And Go to transport details "TRANSPORT" 2s 856ms
Then Check are transport values equals 4s 383ms
After Hooks.deleteTransportAfterTest() 640ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 450ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-adama" 021ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 902ms
And Show all transport "false" 074ms
When Go to transport details "CONTAINER" 2s 826ms
And Fill transport form 5s 164ms
And Click "save-transport" save button 2s 034ms
And Click cancel button in transport form 152ms
And Go to transport details "CONTAINER" 2s 698ms
Then Check are transport values equals 147ms
After Hooks.deleteTransportAfterTest() 579ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 448ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-adama" 021ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 2s 811ms
And Show all transport "false" 075ms
When Go to transport details "DELIVERY" 2s 811ms
And Fill transport form 13s 715ms
And Click "save-transport" save button 2s 662ms
And Click cancel button in transport form 167ms
And Go to transport details "DELIVERY" 2s 765ms
Then Check are transport values equals 445ms
After Hooks.deleteTransportAfterTest() 756ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 384ms
And Get inputs from database "EDIT_OWN_COLLECTION" "super-admin-adama" 026ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-adama" 2s 809ms
And Show all transport "false" 074ms
When Go to transport details "OWN_COLLECTION" 2s 816ms
And Fill transport form 24s 546ms
And Click "save-transport" save button 2s 629ms
And Click cancel button in transport form 177ms
And Go to transport details "OWN_COLLECTION" 2s 769ms
Then Check are transport values equals 2s 676ms
After Hooks.deleteTransportAfterTest() 926ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 959ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 020ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 189ms
And Show all transport "false" 082ms
When Go to transport details "DELIVERY" 2s 939ms
And Fill transport form 40s 750ms
And Click "save-transport" save button 3s 181ms
And Click cancel button in transport form 218ms
And Go to transport details "DELIVERY" 2s 784ms
Then Check are transport values equals 11s 476ms
After Hooks.deleteTransportAfterTest() 1s 024ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 875ms
And Get inputs from database "EDIT_OWN_COLLECTION" "super-admin-hochland" 018ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-hochland" 2s 950ms
And Show all transport "false" 086ms
When Go to transport details "OWN_COLLECTION" 2s 853ms
And Fill transport form 40s 731ms
And Click "save-transport" save button 3s 327ms
And Click cancel button in transport form 194ms
And Go to transport details "OWN_COLLECTION" 2s 800ms
Then Check are transport values equals 7s 108ms
After Hooks.deleteTransportAfterTest() 960ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 902ms
And Get inputs from database "EDIT_EXPORT" "super-admin-hochland" 021ms
And Create transport "CREATE_EXPORT" by JSON file as "super-admin-hochland" 3s 089ms
And Show all transport "false" 083ms
When Go to transport details "EXPORT" 3s 011ms
And Fill transport form 53s 843ms
And Click "save-transport" save button 3s 158ms
And Click cancel button in transport form 178ms
And Go to transport details "EXPORT" 2s 843ms
Then Check are transport values equals 9s 430ms
After Hooks.deleteTransportAfterTest() 1s 075ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 924ms
And Get inputs from database "EDIT_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 020ms
And Create transport "CREATE_TRANSFER_BETWEEN_WAREHOUSES" by JSON file as "super-admin-hochland" 1s 930ms
And Show all transport "false" 079ms
When Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 875ms
And Fill transport form 39s 851ms
And Click "save-transport" save button 2s 611ms
And Click cancel button in transport form 169ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 797ms
Then Check are transport values equals 13s 416ms
After Hooks.deleteTransportAfterTest() 686ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 848ms
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 731ms
And Show all transport "false" 075ms
When Go to transport details "CISTERN_DELIVERY" 2s 866ms
And Fill transport form 30s 725ms
And Click "save-transport" save button 2s 555ms
And Click cancel button in transport form 179ms
And Go to transport details "CISTERN_DELIVERY" 2s 793ms
Then Check are transport values equals 6s 898ms
After Hooks.deleteTransportAfterTest() 985ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 888ms
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 697ms
And Show all transport "false" 073ms
When Go to transport details "CISTERN_COLLECTION" 2s 834ms
And Fill transport form 28s 993ms
And Click "save-transport" save button 2s 593ms
And Click cancel button in transport form 180ms
And Go to transport details "CISTERN_COLLECTION" 2s 759ms
Then Check are transport values equals 6s 782ms
After Hooks.deleteTransportAfterTest() 989ms
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" 2s 951ms
And Get inputs from database "EDIT_WEIGHING" "super-admin-hochland" 026ms
And Create transport "CREATE_WEIGHING" by JSON file as "super-admin-hochland" 2s 180ms
And Show all transport "false" 079ms
When Go to transport details "WEIGHING" 2s 882ms
And Fill transport form 14s 197ms
And Click "save-transport" save button 1s 989ms
And Click cancel button in transport form 184ms
And Go to transport details "WEIGHING" 2s 748ms
Then Check are transport values equals 2s 164ms
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:138)
After Hooks.deleteTransportAfterTest() 606ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 870ms
And Get inputs from database "EDIT_OWN_COLLECTION_POWDER_FACTORY" "super-admin-hochland" 021ms
And Create transport "CREATE_OWN_COLLECTION_POWDER_FACTORY" by JSON file as "super-admin-hochland" 2s 792ms
And Show all transport "false" 080ms
When Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 2s 982ms
And Fill transport form 39s 535ms
And Click "save-transport" save button 2s 802ms
And Click cancel button in transport form 188ms
And Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 2s 802ms
Then Check are transport values equals 6s 928ms
After Hooks.deleteTransportAfterTest() 925ms
Given Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 2s 347ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-skd" 021ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 16s 584ms
And Show all transport "false" 074ms
When Go to transport details "DELIVERY" 30s 692ms
And Fill transport form 28s 562ms
And Click "save-transport" save button 2s 050ms
And Click cancel button in transport form 183ms
And Go to transport details "DELIVERY" 30s 557ms
Then Check are transport values equals 2s 504ms
After Hooks.deleteTransportAfterTest() 821ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 658ms
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 956ms
And Show all transport "false" 075ms
When Go to transport details "LOAD" 2s 928ms
And Fill transport form 1m 3s 252ms
And Click "save-transport" save button 2s 773ms
And Click cancel button in transport form 296ms
And Go to transport details "LOAD" 2s 864ms
Then Check are transport values equals 26s 355ms
After Hooks.deleteTransportAfterTest() 804ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 518ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-lantmannen" 022ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 2s 871ms
And Show all transport "false" 075ms
When Go to transport details "DELIVERY" 2s 882ms
And Fill transport form 18s 043ms
And Click "save-transport" save button 2s 637ms
And Click cancel button in transport form 183ms
And Go to transport details "DELIVERY" 2s 728ms
Then Check are transport values equals 229ms
After Hooks.deleteTransportAfterTest() 933ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 416ms
And Get inputs from database "EDIT_LOAD" "super-admin-lantmannen" 019ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 2s 914ms
And Show all transport "false" 075ms
When Go to transport details "LOAD" 2s 836ms
And Fill transport form 31s 924ms
And Click "save-transport" save button 4s 362ms
And Click cancel button in transport form 217ms
And Go to transport details "LOAD" 2s 764ms
Then Check are transport values equals 2s 710ms
After Hooks.deleteTransportAfterTest() 921ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 550ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-keeeper" 021ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 2s 955ms
And Show all transport "false" 074ms
When Go to transport details "UNLOAD" 2s 956ms
And Fill transport form 42s 633ms
And Click "save-transport" save button 2s 649ms
And Click cancel button in transport form 179ms
And Go to transport details "UNLOAD" 2s 803ms
Then Check are transport values equals 7s 166ms
After Hooks.deleteTransportAfterTest() 943ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 592ms
And Get inputs from database "EDIT_TANKER_GRANULATE_DELIVERY" "super-admin-keeeper" 028ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 3s 074ms
And Show all transport "false" 072ms
When Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 907ms
And Fill transport form 40s 855ms
And Click "save-transport" save button 2s 668ms
And Click cancel button in transport form 189ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 784ms
Then Check are transport values equals 7s 086ms
After Hooks.deleteTransportAfterTest() 1s 035ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 546ms
And Get inputs from database "EDIT_LOAD" "super-admin-keeeper" 021ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 944ms
And Show all transport "false" 078ms
When Go to transport details "LOAD" 2s 836ms
And Fill transport form 28s 874ms
And Click "save-transport" save button 2s 041ms
And Click cancel button in transport form 146ms
And Go to transport details "LOAD" 2s 614ms
Then Check are transport values equals 4s 602ms
After Hooks.deleteTransportAfterTest() 667ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 484ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-keeeper" 020ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 949ms
And Show all transport "false" 081ms
When Go to transport details "CONTAINER" 2s 759ms
And Fill transport form 28s 852ms
And Click "save-transport" save button 2s 063ms
And Click cancel button in transport form 170ms
And Go to transport details "CONTAINER" 2s 725ms
Then Check are transport values equals 4s 646ms
After Hooks.deleteTransportAfterTest() 658ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 772ms
And Get inputs from database "EDIT_SMALLS_IMPORT" "super-admin-skz" 022ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 139ms
And Show all transport "false" 081ms
When Go to transport details "SMALLS_IMPORT" 2s 862ms
And Fill transport form 36s 391ms
And Click "save-transport" save button 2s 101ms
And Click cancel button in transport form 188ms
And Go to transport details "SMALLS_IMPORT" 2s 788ms
Then Check are transport values equals 9s 004ms
After Hooks.deleteTransportAfterTest() 691ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 635ms
And Get inputs from database "EDIT_SMALLS_EXPORT" "super-admin-skz" 019ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 043ms
And Show all transport "false" 083ms
When Go to transport details "SMALLS_EXPORT" 2s 872ms
And Fill transport form 36s 421ms
And Click "save-transport" save button 2s 087ms
And Click cancel button in transport form 194ms
And Go to transport details "SMALLS_EXPORT" 2s 828ms
Then Check are transport values equals 8s 962ms
After Hooks.deleteTransportAfterTest() 794ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 614ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-alrec" 020ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 2s 775ms
And Show all transport "true" 276ms
When Go to transport details "DELIVERY" 2s 771ms
And Fill transport form 22s 726ms
And Click "save-transport" save button 2s 594ms
And Click cancel button in transport form 164ms
And Go to transport details "DELIVERY" 2s 740ms
Then Check are transport values equals 542ms
After Hooks.deleteTransportAfterTest() 907ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 490ms
And Get inputs from database "EDIT_TRANSPORT_ORDER" "super-admin-alrec" 022ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 199ms
And Show all transport "true" 193ms
When Go to transport details "TRANSPORT_ORDER" 2s 859ms
And Fill transport form 29s 650ms
And Click "save-transport" save button 2s 061ms
And Click cancel button in transport form 171ms
And Go to transport details "TRANSPORT_ORDER" 2s 785ms
Then Check are transport values equals 2s 744ms
After Hooks.deleteTransportAfterTest() 724ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 577ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 947ms
And Create gray windows "CREATE_GRAY_WINDOW_MWG" on "PRZESYŁKI DROBNICOWE" in "Magazyn Wyrobów Gotowych" as "super-admin-keeeper" 1s 243ms
And If user is login then logout 268ms
Then Login as "dka1-supplier" 5s 944ms
And Click button advice in transport table "LOAD" 869ms
And Check if moved to first possible start date in schedule 1s 152ms
After Hooks.deleteTransportAfterTest() 639ms
After Hooks.deleteAllGrayWindowsAfterTest() 1m 31s 877ms
Given Set token of apiUsername "super-admin-piast" 257ms
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 635ms
Then Go to new transport "LOAD" 712ms
And Fill transport form 26s 337ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 482ms
And Go to "COMPANIES_TAB" 994ms
And Go to company "Dostawca Piast Automat 1" details 585ms
And Check if new address with "Adresat" is visible in company details 357ms
And Go to "TRANSPORT_TABLE" 467ms
And Go to transport details "LOAD" 2s 839ms
After Hooks.deleteTransportAfterTest() 852ms
After Hooks.deleteAddressAfterTest() 151ms