Project Number Date
ApolloFullRunnerReport apollo-test-2.67 04 lip 2021, 06:29

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 36m 9s 708ms Failed
Feature Crud Transport
Given Get inputs from database "CREATE_UNLOAD" "super-admin-pgf" 018ms
And Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 4s 771ms
When Go to new transport "UNLOAD" 15s 539ms
And Fill transport form 28s 232ms
And Click "save-transport" save button and wait for form to disappear 15s 776ms
And Set advice window in schedule 2s 395ms
And Check is transport created in schedule and set transport id 2s 674ms
And Go to "TRANSPORT_TABLE" 530ms
And Go to transport details "UNLOAD" 30s 621ms
Then Check are transport values equals 21s 961ms
After Hooks.deleteTransportAfterTest() 775ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-adama" 018ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 576ms
When Go to new transport "DELIVERY" 649ms
And Fill transport form 13s 551ms
And Click "save-transport" save button and wait for form to disappear 15s 748ms
And Set advice window in schedule 2s 390ms
And Check is transport created in schedule and set transport id 2s 599ms
And Go to "TRANSPORT_TABLE" 499ms
And Go to transport details "DELIVERY" 2s 797ms
Then Check are transport values equals 422ms
After Hooks.deleteTransportAfterTest() 850ms
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 435ms
When Go to new transport "OWN_COLLECTION" 635ms
And Fill transport form 20s 436ms
And Click "save-transport" save button and wait for form to disappear 15s 721ms
And Set advice window in schedule 2s 395ms
And Check is transport created in schedule and set transport id 2s 549ms
And Go to "TRANSPORT_TABLE" 459ms
And Go to transport details "OWN_COLLECTION" 2s 719ms
Then Check are transport values equals 460ms
After Hooks.deleteTransportAfterTest() 991ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-hochland" 021ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 10s 097ms
When Go to new transport "DELIVERY" 688ms
And Fill transport form 44s 062ms
And Click "save-transport" save button and wait for form to disappear 15s 794ms
And Set advice window in schedule 2s 385ms
And Check is transport created in schedule and set transport id 2s 815ms
And Go to "TRANSPORT_TABLE" 501ms
And Go to transport details "DELIVERY" 2s 782ms
Then Check are transport values equals 20s 392ms
After Hooks.deleteTransportAfterTest() 1s 059ms
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 080ms
When Go to new transport "CISTERN_DELIVERY" 713ms
And Fill transport form 46s 190ms
And Click "save-transport" save button and wait for form to disappear 15s 778ms
And Set advice window in schedule 2s 435ms
And Check is transport created in schedule and set transport id 2s 520ms
And Go to "TRANSPORT_TABLE" 466ms
And Go to transport details "CISTERN_DELIVERY" 2s 807ms
Then Check are transport values equals 7s 111ms
After Hooks.deleteTransportAfterTest() 1s 045ms
Given Get inputs from database "CREATE_CISTERN_COLLECTION" "super-admin-hochland" 018ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 972ms
When Go to new transport "CISTERN_COLLECTION" 673ms
And Fill transport form 31s 872ms
And Click "save-transport" save button and wait for form to disappear 15s 754ms
And Set advice window in schedule 2s 445ms
And Check is transport created in schedule and set transport id 2s 400ms
And Go to "TRANSPORT_TABLE" 405ms
And Go to transport details "CISTERN_COLLECTION" 3s 033ms
Then Check are transport values equals 21s 880ms
After Hooks.deleteTransportAfterTest() 998ms
Given Get inputs from database "CREATE_OWN_COLLECTION" "super-admin-hochland" 027ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 977ms
When Go to new transport "OWN_COLLECTION" 621ms
And Fill transport form 37s 051ms
And Click "save-transport" save button and wait for form to disappear 15s 766ms
And Set advice window in schedule 2s 352ms
And Check is transport created in schedule and set transport id 2s 684ms
And Go to "TRANSPORT_TABLE" 457ms
And Go to transport details "OWN_COLLECTION" 2s 776ms
Then Check are transport values equals 20s 103ms
After Hooks.deleteTransportAfterTest() 1s 014ms
Given Get inputs from database "CREATE_OWN_COLLECTION_POWDER_FACTORY" "super-admin-hochland" 018ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 048ms
When Go to new transport "OWN_COLLECTION_POWDER_FACTORY" 681ms
And Fill transport form 36s 985ms
And Click "save-transport" save button and wait for form to disappear 15s 740ms
And Set advice window in schedule 2s 393ms
And Check is transport created in schedule and set transport id 2s 719ms
And Go to "TRANSPORT_TABLE" 462ms
And Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 3s 573ms
Then Check are transport values equals 4s 973ms
After Hooks.deleteTransportAfterTest() 983ms
Scenario Outline Check if it possible to create new transport with advice
Steps
Given Get inputs from database "CREATE_EXPORT" "super-admin-hochland" 019ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 913ms
When Go to new transport "EXPORT" 752ms
And Fill transport form 45s 367ms
And Click "save-transport" save button and wait for form to disappear 813ms
And Set advice window in schedule 2s 564ms
And Check is transport created in schedule and set transport id 2s 988ms
And Go to "TRANSPORT_TABLE" 416ms
And Go to transport details "EXPORT" 2s 952ms
Then Check are transport values equals 321ms
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 259ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-skd" 024ms
And Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 5s 439ms
When Go to new transport "DELIVERY" 15s 441ms
And Fill transport form 31s 938ms
And Click "save-transport" save button and wait for form to disappear 15s 742ms
And Set advice window in schedule 2s 375ms
And Check is transport created in schedule and set transport id 2s 448ms
And Go to "TRANSPORT_TABLE" 484ms
And Go to transport details "DELIVERY" 30s 604ms
Then Check are transport values equals 36s 974ms
After Hooks.deleteTransportAfterTest() 770ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-lantmannen" 020ms
And Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 4s 765ms
When Go to new transport "DELIVERY" 648ms
And Fill transport form 42s 935ms
And Click "save-transport" save button and wait for form to disappear 15s 765ms
And Set advice window in schedule 2s 337ms
And Check is transport created in schedule and set transport id 2s 563ms
And Go to "TRANSPORT_TABLE" 450ms
And Go to transport details "DELIVERY" 2s 724ms
Then Check are transport values equals 19s 914ms
After Hooks.deleteTransportAfterTest() 1s 047ms
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 446ms
When Go to new transport "LOAD" 644ms
And Fill transport form 42s 722ms
And Click "save-transport" save button and wait for form to disappear 15s 750ms
And Set advice window in schedule 2s 381ms
And Check is transport created in schedule and set transport id 2s 639ms
And Go to "TRANSPORT_TABLE" 516ms
And Go to transport details "LOAD" 2s 756ms
Then Check are transport values equals 19s 784ms
After Hooks.deleteTransportAfterTest() 930ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-keeeper" 020ms
And Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 6s 035ms
When Go to new transport "UNLOAD" 654ms
And Fill transport form 42s 564ms
And Click "save-transport" save button and wait for form to disappear 15s 773ms
And Set advice window in schedule 2s 377ms
And Check is transport created in schedule and set transport id 2s 630ms
And Go to "TRANSPORT_TABLE" 482ms
And Go to transport details "UNLOAD" 2s 776ms
Then Check are transport values equals 22s 277ms
After Hooks.deleteTransportAfterTest() 827ms
Given Get inputs from database "CREATE_TANKER_GRANULATE_DELIVERY" "super-admin-keeeper" 018ms
And Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 519ms
When Go to new transport "TANKER_GRANULATE_DELIVERY" 662ms
And Fill transport form 42s 344ms
And Click "save-transport" save button and wait for form to disappear 794ms
And Set advice window in schedule 2s 552ms
And Check is transport created in schedule and set transport id 2s 636ms
And Go to "TRANSPORT_TABLE" 482ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 721ms
Then Check are transport values equals 22s 233ms
After Hooks.deleteTransportAfterTest() 987ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-alrec" 021ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 457ms
When Go to new transport "DELIVERY" 593ms
And Fill transport form 26s 373ms
And Click "save-transport" save button and wait for form to disappear 15s 777ms
And Set advice window in schedule 2s 354ms
And Check is transport created in schedule and set transport id 2s 642ms
And Go to "TRANSPORT_TABLE" 469ms
And Go to transport details "DELIVERY" 2s 752ms
Then Check are transport values equals 17s 811ms
After Hooks.deleteTransportAfterTest() 991ms
Given Get inputs from database "CREATE_WEIGHING" "super-admin-hochland" 016ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 031ms
When Go to new transport "WEIGHING" 623ms
And Fill transport form 15s 761ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 897ms
And Show all transport "false" 083ms
And Go to "TRANSPORT_TABLE" 437ms
And Go to transport details "WEIGHING" 3s 245ms
And Check are transport values equals 2s 543ms
After Hooks.deleteTransportAfterTest() 742ms
Given Get inputs from database "CREATE_TRANSPORT" "super-admin-adama" 019ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 563ms
When Go to new transport "TRANSPORT" 719ms
And Fill transport form 29s 045ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 929ms
And Show all transport "false" 074ms
And Go to "TRANSPORT_TABLE" 429ms
And Go to transport details "TRANSPORT" 2s 807ms
And Check are transport values equals 6s 760ms
After Hooks.deleteTransportAfterTest() 714ms
Given Get inputs from database "CREATE_CONTAINER" "super-admin-adama" 020ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 3s 461ms
When Go to new transport "CONTAINER" 680ms
And Fill transport form 12s 065ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 347ms
And Show all transport "false" 075ms
And Go to "TRANSPORT_TABLE" 453ms
And Go to transport details "CONTAINER" 2s 849ms
And Check are transport values equals 233ms
After Hooks.deleteTransportAfterTest() 623ms
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 924ms
When Go to new transport "TRANSFER_BETWEEN_WAREHOUSES" 664ms
And Fill transport form 14s 373ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 335ms
And Show all transport "false" 076ms
And Go to "TRANSPORT_TABLE" 423ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 915ms
And Check are transport values equals 4s 703ms
After Hooks.deleteTransportAfterTest() 673ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-piast" 019ms
And Login as "piast-admin" and set token of apiUsername "super-admin-piast" 6s 230ms
When Go to new transport "DELIVERY" 650ms
And Fill transport form 24s 875ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 367ms
And Show all transport "false" 065ms
And Go to "TRANSPORT_TABLE" 326ms
And Go to transport details "DELIVERY" 2s 778ms
And Check are transport values equals 17s 595ms
After Hooks.deleteTransportAfterTest() 712ms
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 634ms
When Go to new transport "LOAD" 726ms
And Fill transport form 28s 591ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 355ms
And Show all transport "false" 078ms
And Go to "TRANSPORT_TABLE" 347ms
And Go to transport details "LOAD" 2s 854ms
And Check are transport values equals 2s 757ms
After Hooks.deleteTransportAfterTest() 769ms
Given Get inputs from database "CREATE_LOAD" "super-admin-keeeper" 019ms
And Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 502ms
When Go to new transport "LOAD" 624ms
And Fill transport form 27s 261ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 377ms
And Show all transport "false" 068ms
And Go to "TRANSPORT_TABLE" 336ms
And Go to transport details "LOAD" 2s 762ms
And Check are transport values equals 19s 641ms
After Hooks.deleteTransportAfterTest() 599ms
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 514ms
When Go to new transport "CONTAINER" 625ms
And Fill transport form 27s 147ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 255ms
And Show all transport "false" 076ms
And Go to "TRANSPORT_TABLE" 444ms
And Go to transport details "CONTAINER" 2s 787ms
And Check are transport values equals 19s 663ms
After Hooks.deleteTransportAfterTest() 680ms
Given Get inputs from database "CREATE_SMALLS_IMPORT" "super-admin-skz" 020ms
And Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 707ms
When Go to new transport "SMALLS_IMPORT" 725ms
And Fill transport form 39s 877ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 939ms
And Show all transport "false" 075ms
And Go to "TRANSPORT_TABLE" 444ms
And Go to transport details "SMALLS_IMPORT" 2s 801ms
And Check are transport values equals 11s 188ms
After Hooks.deleteTransportAfterTest() 768ms
Given Get inputs from database "CREATE_SMALLS_EXPORT" "super-admin-skz" 019ms
And Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 701ms
When Go to new transport "SMALLS_EXPORT" 685ms
And Fill transport form 40s 048ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 909ms
And Show all transport "false" 075ms
And Go to "TRANSPORT_TABLE" 443ms
And Go to transport details "SMALLS_EXPORT" 2s 811ms
And Check are transport values equals 11s 093ms
After Hooks.deleteTransportAfterTest() 715ms
Scenario Outline Check if it possible to create new transport without advice
Steps
Given Get inputs from database "CREATE_TRANSPORT_ORDER" "super-admin-alrec" 018ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 501ms
When Go to new transport "TRANSPORT_ORDER" 665ms
And Fill transport form 33s 458ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 912ms
And Show all transport "true" 227ms
And Go to "TRANSPORT_TABLE" 319ms
And Go to transport details "TRANSPORT_ORDER" 2s 791ms
And Check are transport values equals 098ms
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.2CqCkZ}, 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: dffe26457ff4274f3a45a4160a33dc98
	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() 810ms
Given Get inputs from database "CREATE_TRANSPORT_ORDER_WITHOUT_WAREHOUSES" "super-admin-adama" 021ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 493ms
When Go to new transport "TRANSPORT" 721ms
And Fill transport form 40s 687ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 915ms
And Show all transport "false" 070ms
And Go to "TRANSPORT_TABLE" 419ms
And Go to transport details "TRANSPORT" 2s 878ms
And Check are transport values equals 4s 664ms
After Hooks.deleteTransportAfterTest() 668ms
Given Get inputs from database "CREATE_INBOUND_WITHOUT_WAREHOUSES" "super-admin-alrec" 020ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 515ms
When Go to new transport "INBOUND" 695ms
And Fill transport form 43s 618ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 888ms
And Show all transport "true" 258ms
And Go to "TRANSPORT_TABLE" 425ms
And Go to transport details "INBOUND" 2s 856ms
And Check are transport values equals 2s 843ms
After Hooks.deleteTransportAfterTest() 684ms
Given Get inputs from database "CREATE_EXTERNAL_DELIVERY_WITH_TWO_UNLOAD" "super-admin-farmacol" 022ms
And Login as "farmacol-admin" and set token of apiUsername "super-admin-farmacol" 7s 518ms
When Go to new transport "EXTERNAL_DELIVERY" 679ms
And Fill transport form 59s 805ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 399ms
And Show all transport "false" 074ms
And Go to "TRANSPORT_TABLE" 427ms
And Go to transport details "EXTERNAL_DELIVERY" 2s 886ms
And Check are transport values equals 5s 371ms
After Hooks.deleteTransportAfterTest() 655ms
Given Get inputs from database "CREATE_EXTERNAL_DELIVERY_WITH_TWO_UNLOAD" "dfa1-supplier" 019ms
And Login as "dfa1-supplier" and set token of apiUsername "dfa1-supplier" 6s 776ms
When Go to new transport "EXTERNAL_DELIVERY" 15s 449ms
And Fill transport form 52s 657ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 411ms
And Show all transport "false" 066ms
And Go to "TRANSPORT_TABLE" 365ms
And Go to transport details "EXTERNAL_DELIVERY" 2s 863ms
And Check are transport values equals 5s 427ms
After Hooks.deleteTransportAfterTest() 838ms
Given Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 2s 409ms
And Get inputs from database "EDIT_UNLOAD" "super-admin-pgf" 021ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" 17s 707ms
And Show all transport "false" 075ms
When Go to transport details "UNLOAD" 30s 725ms
And Fill transport form 33s 709ms
And Click "save-transport-and-close" save button and wait for form to disappear 19s 191ms
And Go to transport details "UNLOAD" 30s 748ms
Then Check are transport values equals 4s 711ms
After Hooks.deleteTransportAfterTest() 932ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 451ms
And Get inputs from database "EDIT_TRANSPORT" "super-admin-adama" 022ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 114ms
And Show all transport "false" 078ms
When Go to transport details "TRANSPORT" 2s 837ms
And Fill transport form 11s 293ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 888ms
And Go to transport details "TRANSPORT" 2s 903ms
Then Check are transport values equals 4s 401ms
After Hooks.deleteTransportAfterTest() 742ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 465ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-adama" 021ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 891ms
And Show all transport "false" 079ms
When Go to transport details "CONTAINER" 2s 868ms
And Fill transport form 5s 179ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 843ms
And Go to transport details "CONTAINER" 2s 804ms
Then Check are transport values equals 151ms
After Hooks.deleteTransportAfterTest() 623ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 567ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-adama" 020ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 2s 800ms
And Show all transport "false" 076ms
When Go to transport details "DELIVERY" 2s 792ms
And Fill transport form 13s 599ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 463ms
And Go to transport details "DELIVERY" 2s 700ms
Then Check are transport values equals 360ms
After Hooks.deleteTransportAfterTest() 721ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 195ms
And Get inputs from database "EDIT_OWN_COLLECTION" "super-admin-adama" 021ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-adama" 2s 816ms
And Show all transport "false" 078ms
When Go to transport details "OWN_COLLECTION" 2s 837ms
And Fill transport form 24s 529ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 461ms
And Go to transport details "OWN_COLLECTION" 2s 777ms
Then Check are transport values equals 2s 640ms
After Hooks.deleteTransportAfterTest() 774ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 745ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 021ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 063ms
And Show all transport "false" 073ms
When Go to transport details "DELIVERY" 2s 905ms
And Fill transport form 40s 871ms
And Click "save-transport-and-close" save button and wait for form to disappear 18s 035ms
And Go to transport details "DELIVERY" 2s 811ms
Then Check are transport values equals 11s 593ms
After Hooks.deleteTransportAfterTest() 1s 021ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 109ms
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 037ms
And Show all transport "false" 076ms
When Go to transport details "OWN_COLLECTION" 2s 916ms
And Fill transport form 40s 903ms
And Click "save-transport-and-close" save button and wait for form to disappear 2s 538ms
And Go to transport details "OWN_COLLECTION" 2s 846ms
Then Check are transport values equals 7s 105ms
After Hooks.deleteTransportAfterTest() 933ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 992ms
And Get inputs from database "EDIT_EXPORT" "super-admin-hochland" 020ms
And Create transport "CREATE_EXPORT" by JSON file as "super-admin-hochland" 3s 142ms
And Show all transport "false" 077ms
When Go to transport details "EXPORT" 2s 995ms
And Fill transport form 53s 627ms
And Click "save-transport-and-close" save button and wait for form to disappear 2s 583ms
And Go to transport details "EXPORT" 2s 862ms
Then Check are transport values equals 9s 381ms
After Hooks.deleteTransportAfterTest() 1s 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 857ms
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 950ms
And Show all transport "false" 080ms
When Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 907ms
And Fill transport form 39s 759ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 481ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 802ms
Then Check are transport values equals 13s 304ms
After Hooks.deleteTransportAfterTest() 697ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 005ms
And Get inputs from database "EDIT_CISTERN_DELIVERY" "super-admin-hochland" 022ms
And Create transport "CREATE_CISTERN_DELIVERY" by JSON file as "super-admin-hochland" 2s 713ms
And Show all transport "false" 072ms
When Go to transport details "CISTERN_DELIVERY" 2s 858ms
And Fill transport form 30s 586ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 449ms
And Go to transport details "CISTERN_DELIVERY" 2s 789ms
Then Check are transport values equals 6s 893ms
After Hooks.deleteTransportAfterTest() 876ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 066ms
And Get inputs from database "EDIT_CISTERN_COLLECTION" "super-admin-hochland" 020ms
And Create transport "CREATE_CISTERN_COLLECTION" by JSON file as "super-admin-hochland" 2s 634ms
And Show all transport "false" 074ms
When Go to transport details "CISTERN_COLLECTION" 2s 820ms
And Fill transport form 28s 933ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 461ms
And Go to transport details "CISTERN_COLLECTION" 2s 831ms
Then Check are transport values equals 6s 837ms
After Hooks.deleteTransportAfterTest() 865ms
Scenario Outline Check if it is possible to edit transport
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 034ms
And Get inputs from database "EDIT_WEIGHING" "super-admin-hochland" 020ms
And Create transport "CREATE_WEIGHING" by JSON file as "super-admin-hochland" 2s 155ms
And Show all transport "false" 083ms
When Go to transport details "WEIGHING" 2s 886ms
And Fill transport form 14s 199ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 891ms
And Go to transport details "WEIGHING" 2s 701ms
Then Check are transport values equals 2s 131ms
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() 517ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 708ms
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 843ms
And Show all transport "false" 074ms
When Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 2s 999ms
And Fill transport form 39s 571ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 495ms
And Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 2s 812ms
Then Check are transport values equals 7s 001ms
After Hooks.deleteTransportAfterTest() 899ms
Given Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 2s 638ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-skd" 022ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 16s 596ms
And Show all transport "false" 074ms
When Go to transport details "DELIVERY" 30s 643ms
And Fill transport form 28s 537ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 461ms
And Go to transport details "DELIVERY" 30s 602ms
Then Check are transport values equals 2s 624ms
After Hooks.deleteTransportAfterTest() 923ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 623ms
And Get inputs from database "EDIT_LOAD" "super-admin-piast" 020ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 964ms
And Show all transport "false" 078ms
When Go to transport details "LOAD" 2s 937ms
And Fill transport form 1m 3s 152ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 490ms
And Go to transport details "LOAD" 2s 789ms
Then Check are transport values equals 26s 219ms
After Hooks.deleteTransportAfterTest() 739ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 714ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-lantmannen" 023ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 2s 935ms
And Show all transport "false" 074ms
When Go to transport details "DELIVERY" 2s 775ms
And Fill transport form 18s 080ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 481ms
And Go to transport details "DELIVERY" 2s 741ms
Then Check are transport values equals 218ms
After Hooks.deleteTransportAfterTest() 841ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 412ms
And Get inputs from database "EDIT_LOAD" "super-admin-lantmannen" 021ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 2s 911ms
And Show all transport "false" 077ms
When Go to transport details "LOAD" 2s 837ms
And Fill transport form 31s 883ms
And Click "save-transport-and-close" save button and wait for form to disappear 19s 208ms
And Go to transport details "LOAD" 2s 791ms
Then Check are transport values equals 2s 747ms
After Hooks.deleteTransportAfterTest() 930ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 496ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-keeeper" 020ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 2s 944ms
And Show all transport "false" 075ms
When Go to transport details "UNLOAD" 2s 909ms
And Fill transport form 42s 409ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 566ms
And Go to transport details "UNLOAD" 2s 836ms
Then Check are transport values equals 7s 188ms
After Hooks.deleteTransportAfterTest() 874ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 600ms
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" 2s 998ms
And Show all transport "false" 082ms
When Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 959ms
And Fill transport form 40s 840ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 478ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 859ms
Then Check are transport values equals 7s 094ms
After Hooks.deleteTransportAfterTest() 793ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 320ms
And Get inputs from database "EDIT_LOAD" "super-admin-keeeper" 021ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 881ms
And Show all transport "false" 064ms
When Go to transport details "LOAD" 2s 772ms
And Fill transport form 28s 755ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 928ms
And Go to transport details "LOAD" 2s 744ms
Then Check are transport values equals 4s 687ms
After Hooks.deleteTransportAfterTest() 585ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 417ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-keeeper" 020ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 914ms
And Show all transport "false" 072ms
When Go to transport details "CONTAINER" 2s 846ms
And Fill transport form 28s 732ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 889ms
And Go to transport details "CONTAINER" 2s 777ms
Then Check are transport values equals 4s 628ms
After Hooks.deleteTransportAfterTest() 725ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 568ms
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 082ms
And Show all transport "false" 082ms
When Go to transport details "SMALLS_EXPORT" 2s 846ms
And Fill transport form 36s 268ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 885ms
And Go to transport details "SMALLS_EXPORT" 2s 774ms
Then Check are transport values equals 8s 951ms
After Hooks.deleteTransportAfterTest() 767ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 518ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-alrec" 021ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 2s 819ms
And Show all transport "true" 235ms
When Go to transport details "DELIVERY" 2s 865ms
And Fill transport form 22s 629ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 492ms
And Go to transport details "DELIVERY" 2s 714ms
Then Check are transport values equals 558ms
After Hooks.deleteTransportAfterTest() 952ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 447ms
And Get inputs from database "EDIT_TRANSPORT_ORDER" "super-admin-alrec" 023ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 240ms
And Show all transport "true" 245ms
When Go to transport details "TRANSPORT_ORDER" 2s 867ms
And Fill transport form 29s 599ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 907ms
And Go to transport details "TRANSPORT_ORDER" 2s 801ms
Then Check are transport values equals 2s 722ms
After Hooks.deleteTransportAfterTest() 721ms
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 469ms
And Get inputs from database "EDIT_CONTAINER_WAREHOUSEMAN_CUSTOMFIELDS" "super-admin-keeeper" 019ms
And Create transport "CREATE_CONTAINER_KEEEPER_WAIMEA" by JSON file as "super-admin-keeeper" 1s 910ms
And Show all transport "false" 074ms
When Go to transport details "CONTAINER" 2s 750ms
And Fill transport form 11s 334ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 927ms
And Go to transport details "CONTAINER" 2s 753ms
Then Check are transport values equals 068ms
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() 626ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 872ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 188ms
And Show all transport "false" 082ms
When Delete transport 21s 423ms
Then Transport not displayed in table of transports 15s 085ms
After Hooks.deleteTransportAfterTest() 853ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 649ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 2s 022ms
And Show all transport "false" 078ms
When Delete transport 20s 835ms
Then Transport not displayed in table of transports 15s 128ms
After Hooks.deleteTransportAfterTest() 667ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 466ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 2s 901ms
And Show all transport "false" 074ms
When Delete transport 20s 622ms
Then Transport not displayed in table of transports 15s 064ms
After Hooks.deleteTransportAfterTest() 11s 571ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 622ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 954ms
And Show all transport "false" 074ms
When Delete transport 18s 223ms
Then Transport not displayed in table of transports 15s 132ms
After Hooks.deleteTransportAfterTest() 730ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 682ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 137ms
And Show all transport "false" 079ms
When Delete transport 18s 571ms
Then Transport not displayed in table of transports 15s 070ms
After Hooks.deleteTransportAfterTest() 856ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 740ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 138ms
And Show all transport "false" 082ms
When Delete transport 19s 102ms
Then Transport not displayed in table of transports 15s 078ms
After Hooks.deleteTransportAfterTest() 843ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 470ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 2s 835ms
And Show all transport "true" 251ms
When Delete transport 19s 526ms
Then Transport not displayed in table of transports 15s 063ms
After Hooks.deleteTransportAfterTest() 797ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 624ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 193ms
And Show all transport "true" 243ms
When Delete transport 19s 094ms
Then Transport not displayed in table of transports 15s 070ms
After Hooks.deleteTransportAfterTest() 850ms
Given Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 2s 348ms
And Get inputs from database "EDIT_UNLOAD" "super-admin-pgf" 020ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" 17s 712ms
And Show all transport "false" 074ms
When Go to transport details "UNLOAD" 30s 712ms
And Fill transport form 33s 791ms
And Click "save-transport" save button 4s 319ms
And Click cancel button in transport form 193ms
And Go to transport details "UNLOAD" 30s 582ms
Then Check are transport values equals 4s 853ms
After Hooks.deleteTransportAfterTest() 987ms
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" 021ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 121ms
And Show all transport "false" 076ms
When Go to transport details "TRANSPORT" 2s 843ms
And Fill transport form 11s 345ms
And Click "save-transport" save button 2s 060ms
And Click cancel button in transport form 171ms
And Go to transport details "TRANSPORT" 2s 770ms
Then Check are transport values equals 4s 378ms
After Hooks.deleteTransportAfterTest() 636ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 266ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-adama" 019ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 882ms
And Show all transport "false" 075ms
When Go to transport details "CONTAINER" 2s 799ms
And Fill transport form 5s 160ms
And Click "save-transport" save button 2s 068ms
And Click cancel button in transport form 170ms
And Go to transport details "CONTAINER" 2s 702ms
Then Check are transport values equals 154ms
After Hooks.deleteTransportAfterTest() 633ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 495ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-adama" 021ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 2s 800ms
And Show all transport "false" 077ms
When Go to transport details "DELIVERY" 2s 881ms
And Fill transport form 13s 610ms
And Click "save-transport" save button 2s 596ms
And Click cancel button in transport form 177ms
And Go to transport details "DELIVERY" 2s 773ms
Then Check are transport values equals 474ms
After Hooks.deleteTransportAfterTest() 871ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 485ms
And Get inputs from database "EDIT_OWN_COLLECTION" "super-admin-adama" 023ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-adama" 2s 863ms
And Show all transport "false" 074ms
When Go to transport details "OWN_COLLECTION" 2s 875ms
And Fill transport form 24s 418ms
And Click "save-transport" save button 2s 597ms
And Click cancel button in transport form 184ms
And Go to transport details "OWN_COLLECTION" 2s 780ms
Then Check are transport values equals 2s 634ms
After Hooks.deleteTransportAfterTest() 931ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 011ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 019ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 184ms
And Show all transport "false" 080ms
When Go to transport details "DELIVERY" 2s 907ms
And Fill transport form 40s 657ms
And Click "save-transport" save button 3s 183ms
And Click cancel button in transport form 178ms
And Go to transport details "DELIVERY" 2s 769ms
Then Check are transport values equals 11s 553ms
After Hooks.deleteTransportAfterTest() 943ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 973ms
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 977ms
And Show all transport "false" 085ms
When Go to transport details "OWN_COLLECTION" 2s 908ms
And Fill transport form 41s 036ms
And Click "save-transport" save button 3s 162ms
And Click cancel button in transport form 178ms
And Go to transport details "OWN_COLLECTION" 2s 873ms
Then Check are transport values equals 7s 097ms
After Hooks.deleteTransportAfterTest() 1s 033ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 956ms
And Get inputs from database "EDIT_EXPORT" "super-admin-hochland" 019ms
And Create transport "CREATE_EXPORT" by JSON file as "super-admin-hochland" 3s 172ms
And Show all transport "false" 079ms
When Go to transport details "EXPORT" 3s 049ms
And Fill transport form 53s 520ms
And Click "save-transport" save button 2s 804ms
And Click cancel button in transport form 187ms
And Go to transport details "EXPORT" 2s 800ms
Then Check are transport values equals 9s 363ms
After Hooks.deleteTransportAfterTest() 912ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 814ms
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 930ms
And Show all transport "false" 080ms
When Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 887ms
And Fill transport form 39s 847ms
And Click "save-transport" save button 2s 653ms
And Click cancel button in transport form 184ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 780ms
Then Check are transport values equals 13s 366ms
After Hooks.deleteTransportAfterTest() 764ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 028ms
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 675ms
And Show all transport "false" 071ms
When Go to transport details "CISTERN_DELIVERY" 2s 838ms
And Fill transport form 30s 684ms
And Click "save-transport" save button 2s 601ms
And Click cancel button in transport form 181ms
And Go to transport details "CISTERN_DELIVERY" 2s 802ms
Then Check are transport values equals 6s 779ms
After Hooks.deleteTransportAfterTest() 981ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 744ms
And Get inputs from database "EDIT_CISTERN_COLLECTION" "super-admin-hochland" 022ms
And Create transport "CREATE_CISTERN_COLLECTION" by JSON file as "super-admin-hochland" 2s 621ms
And Show all transport "false" 078ms
When Go to transport details "CISTERN_COLLECTION" 2s 917ms
And Fill transport form 28s 928ms
And Click "save-transport" save button 2s 597ms
And Click cancel button in transport form 177ms
And Go to transport details "CISTERN_COLLECTION" 2s 783ms
Then Check are transport values equals 6s 784ms
After Hooks.deleteTransportAfterTest() 886ms
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 968ms
And Get inputs from database "EDIT_WEIGHING" "super-admin-hochland" 022ms
And Create transport "CREATE_WEIGHING" by JSON file as "super-admin-hochland" 2s 170ms
And Show all transport "false" 080ms
When Go to transport details "WEIGHING" 2s 840ms
And Fill transport form 14s 161ms
And Click "save-transport" save button 2s 052ms
And Click cancel button in transport form 174ms
And Go to transport details "WEIGHING" 2s 769ms
Then Check are transport values equals 2s 171ms
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() 674ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 898ms
And Get inputs from database "EDIT_OWN_COLLECTION_POWDER_FACTORY" "super-admin-hochland" 019ms
And Create transport "CREATE_OWN_COLLECTION_POWDER_FACTORY" by JSON file as "super-admin-hochland" 2s 768ms
And Show all transport "false" 075ms
When Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 2s 958ms
And Fill transport form 39s 280ms
And Click "save-transport" save button 2s 658ms
And Click cancel button in transport form 190ms
And Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 2s 814ms
Then Check are transport values equals 7s 027ms
After Hooks.deleteTransportAfterTest() 1s 003ms
Given Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 2s 470ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-skd" 020ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 16s 673ms
And Show all transport "false" 073ms
When Go to transport details "DELIVERY" 30s 712ms
And Fill transport form 28s 552ms
And Click "save-transport" save button 2s 594ms
And Click cancel button in transport form 185ms
And Go to transport details "DELIVERY" 30s 605ms
Then Check are transport values equals 2s 612ms
After Hooks.deleteTransportAfterTest() 842ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 668ms
And Get inputs from database "EDIT_LOAD" "super-admin-piast" 024ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 979ms
And Show all transport "false" 077ms
When Go to transport details "LOAD" 2s 937ms
And Fill transport form 1m 3s 037ms
And Click "save-transport" save button 2s 817ms
And Click cancel button in transport form 176ms
And Go to transport details "LOAD" 2s 767ms
Then Check are transport values equals 26s 351ms
After Hooks.deleteTransportAfterTest() 686ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 430ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-lantmannen" 019ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 2s 911ms
And Show all transport "false" 079ms
When Go to transport details "DELIVERY" 2s 833ms
And Fill transport form 17s 959ms
And Click "save-transport" save button 2s 046ms
And Click cancel button in transport form 182ms
And Go to transport details "DELIVERY" 2s 739ms
Then Check are transport values equals 232ms
After Hooks.deleteTransportAfterTest() 1s 045ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 508ms
And Get inputs from database "EDIT_LOAD" "super-admin-lantmannen" 020ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 2s 920ms
And Show all transport "false" 073ms
When Go to transport details "LOAD" 2s 864ms
And Fill transport form 31s 671ms
And Click "save-transport" save button 4s 282ms
And Click cancel button in transport form 162ms
And Go to transport details "LOAD" 2s 770ms
Then Check are transport values equals 2s 725ms
After Hooks.deleteTransportAfterTest() 922ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 486ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-keeeper" 020ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 2s 920ms
And Show all transport "false" 075ms
When Go to transport details "UNLOAD" 2s 916ms
And Fill transport form 42s 524ms
And Click "save-transport" save button 2s 666ms
And Click cancel button in transport form 183ms
And Go to transport details "UNLOAD" 2s 773ms
Then Check are transport values equals 7s 187ms
After Hooks.deleteTransportAfterTest() 998ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 620ms
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" 2s 999ms
And Show all transport "false" 079ms
When Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 946ms
And Fill transport form 40s 818ms
And Click "save-transport" save button 2s 613ms
And Click cancel button in transport form 184ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 751ms
Then Check are transport values equals 7s 044ms
After Hooks.deleteTransportAfterTest() 976ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 568ms
And Get inputs from database "EDIT_LOAD" "super-admin-keeeper" 020ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 928ms
And Show all transport "false" 079ms
When Go to transport details "LOAD" 2s 751ms
And Fill transport form 28s 721ms
And Click "save-transport" save button 2s 062ms
And Click cancel button in transport form 139ms
And Go to transport details "LOAD" 2s 681ms
Then Check are transport values equals 4s 693ms
After Hooks.deleteTransportAfterTest() 660ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 474ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-keeeper" 021ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 923ms
And Show all transport "false" 074ms
When Go to transport details "CONTAINER" 2s 768ms
And Fill transport form 28s 841ms
And Click "save-transport" save button 2s 055ms
And Click cancel button in transport form 155ms
And Go to transport details "CONTAINER" 2s 649ms
Then Check are transport values equals 4s 618ms
After Hooks.deleteTransportAfterTest() 736ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 643ms
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 135ms
And Show all transport "false" 080ms
When Go to transport details "SMALLS_IMPORT" 2s 907ms
And Fill transport form 36s 402ms
And Click "save-transport" save button 2s 100ms
And Click cancel button in transport form 188ms
And Go to transport details "SMALLS_IMPORT" 2s 781ms
Then Check are transport values equals 8s 809ms
After Hooks.deleteTransportAfterTest() 771ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 587ms
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 135ms
And Show all transport "false" 078ms
When Go to transport details "SMALLS_EXPORT" 2s 849ms
And Fill transport form 36s 315ms
And Click "save-transport" save button 2s 105ms
And Click cancel button in transport form 184ms
And Go to transport details "SMALLS_EXPORT" 2s 783ms
Then Check are transport values equals 8s 826ms
After Hooks.deleteTransportAfterTest() 673ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 631ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-alrec" 023ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 2s 800ms
And Show all transport "true" 285ms
When Go to transport details "DELIVERY" 2s 753ms
And Fill transport form 22s 680ms
And Click "save-transport" save button 2s 615ms
And Click cancel button in transport form 177ms
And Go to transport details "DELIVERY" 2s 739ms
Then Check are transport values equals 545ms
After Hooks.deleteTransportAfterTest() 832ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 468ms
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 432ms
And Show all transport "true" 241ms
When Go to transport details "TRANSPORT_ORDER" 2s 857ms
And Fill transport form 29s 537ms
And Click "save-transport" save button 2s 040ms
And Click cancel button in transport form 183ms
And Go to transport details "TRANSPORT_ORDER" 2s 786ms
Then Check are transport values equals 2s 763ms
After Hooks.deleteTransportAfterTest() 657ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 554ms
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 282ms
And If user is login then logout 260ms
Then Login as "dka1-supplier" 6s 084ms
And Click button advice in transport table "LOAD" 870ms
And Check if moved to first possible start date in schedule 1s 206ms
After Hooks.deleteTransportAfterTest() 639ms
After Hooks.deleteAllGrayWindowsAfterTest() 1m 31s 749ms
Given Set token of apiUsername "super-admin-piast" 243ms
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 671ms
Then Go to new transport "LOAD" 710ms
And Fill transport form 26s 237ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 353ms
And Go to "COMPANIES_TAB" 899ms
And Go to company "Dostawca Piast Automat 1" details 496ms
And Check if new address with "Adresat" is visible in company details 326ms
And Go to "TRANSPORT_TABLE" 455ms
And Go to transport details "LOAD" 2s 847ms
After Hooks.deleteTransportAfterTest() 860ms
After Hooks.deleteAddressAfterTest() 171ms