Project Number Date
ApolloFullRunnerReport apollo-test-2.68 05 lip 2021, 06:38

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Crud Transport 812 5 1 0 0 818 85 5 90 1h 35m 53s 751ms 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 019ms
When Go to new transport "UNLOAD" 15s 517ms
And Fill transport form 28s 192ms
And Click "save-transport" save button and wait for form to disappear 15s 723ms
And Set advice window in schedule 2s 422ms
And Check is transport created in schedule and set transport id 2s 725ms
And Go to "TRANSPORT_TABLE" 519ms
And Go to transport details "UNLOAD" 30s 651ms
Then Check are transport values equals 21s 940ms
After Hooks.deleteTransportAfterTest() 848ms
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 491ms
When Go to new transport "DELIVERY" 644ms
And Fill transport form 13s 194ms
And Click "save-transport" save button and wait for form to disappear 15s 723ms
And Set advice window in schedule 2s 407ms
And Check is transport created in schedule and set transport id 2s 537ms
And Go to "TRANSPORT_TABLE" 471ms
And Go to transport details "DELIVERY" 2s 781ms
Then Check are transport values equals 447ms
After Hooks.deleteTransportAfterTest() 841ms
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 430ms
When Go to new transport "OWN_COLLECTION" 625ms
And Fill transport form 20s 655ms
And Click "save-transport" save button and wait for form to disappear 15s 790ms
And Set advice window in schedule 2s 399ms
And Check is transport created in schedule and set transport id 2s 514ms
And Go to "TRANSPORT_TABLE" 456ms
And Go to transport details "OWN_COLLECTION" 2s 735ms
Then Check are transport values equals 516ms
After Hooks.deleteTransportAfterTest() 881ms
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 098ms
When Go to new transport "DELIVERY" 698ms
And Fill transport form 43s 900ms
And Click "save-transport" save button and wait for form to disappear 15s 741ms
And Set advice window in schedule 2s 334ms
And Check is transport created in schedule and set transport id 2s 970ms
And Go to "TRANSPORT_TABLE" 525ms
And Go to transport details "DELIVERY" 2s 883ms
Then Check are transport values equals 20s 206ms
After Hooks.deleteTransportAfterTest() 962ms
Given Get inputs from database "CREATE_CISTERN_DELIVERY" "super-admin-hochland" 019ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 903ms
When Go to new transport "CISTERN_DELIVERY" 693ms
And Fill transport form 46s 205ms
And Click "save-transport" save button and wait for form to disappear 15s 792ms
And Set advice window in schedule 2s 461ms
And Check is transport created in schedule and set transport id 2s 523ms
And Go to "TRANSPORT_TABLE" 510ms
And Go to transport details "CISTERN_DELIVERY" 2s 863ms
Then Check are transport values equals 7s 071ms
After Hooks.deleteTransportAfterTest() 1s 087ms
Given Get inputs from database "CREATE_CISTERN_COLLECTION" "super-admin-hochland" 019ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 931ms
When Go to new transport "CISTERN_COLLECTION" 657ms
And Fill transport form 32s 139ms
And Click "save-transport" save button and wait for form to disappear 15s 701ms
And Set advice window in schedule 2s 427ms
And Check is transport created in schedule and set transport id 2s 446ms
And Go to "TRANSPORT_TABLE" 461ms
And Go to transport details "CISTERN_COLLECTION" 2s 962ms
Then Check are transport values equals 22s 025ms
After Hooks.deleteTransportAfterTest() 868ms
Given Get inputs from database "CREATE_OWN_COLLECTION" "super-admin-hochland" 019ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 976ms
When Go to new transport "OWN_COLLECTION" 680ms
And Fill transport form 37s 053ms
And Click "save-transport" save button and wait for form to disappear 15s 759ms
And Set advice window in schedule 2s 397ms
And Check is transport created in schedule and set transport id 2s 863ms
And Go to "TRANSPORT_TABLE" 486ms
And Go to transport details "OWN_COLLECTION" 2s 813ms
Then Check are transport values equals 20s 101ms
After Hooks.deleteTransportAfterTest() 998ms
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" 2s 946ms
When Go to new transport "OWN_COLLECTION_POWDER_FACTORY" 675ms
And Fill transport form 37s 135ms
And Click "save-transport" save button and wait for form to disappear 15s 752ms
And Set advice window in schedule 2s 403ms
And Check is transport created in schedule and set transport id 2s 744ms
And Go to "TRANSPORT_TABLE" 460ms
And Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 3s 492ms
Then Check are transport values equals 4s 976ms
After Hooks.deleteTransportAfterTest() 1s 108ms
Scenario Outline Check if it possible to create new transport with advice
Steps
Given Get inputs from database "CREATE_EXPORT" "super-admin-hochland" 021ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 884ms
When Go to new transport "EXPORT" 748ms
And Fill transport form 45s 264ms
And Click "save-transport" save button and wait for form to disappear 15s 770ms
And Set advice window in schedule 2s 367ms
And Check is transport created in schedule and set transport id 2s 998ms
And Go to "TRANSPORT_TABLE" 488ms
And Go to transport details "EXPORT" 2s 955ms
Then Check are transport values equals 309ms
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 395ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-skd" 030ms
And Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 5s 273ms
When Go to new transport "DELIVERY" 15s 419ms
And Fill transport form 32s 019ms
And Click "save-transport" save button and wait for form to disappear 15s 726ms
And Set advice window in schedule 2s 406ms
And Check is transport created in schedule and set transport id 2s 532ms
And Go to "TRANSPORT_TABLE" 492ms
And Go to transport details "DELIVERY" 30s 584ms
Then Check are transport values equals 36s 844ms
After Hooks.deleteTransportAfterTest() 792ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-lantmannen" 024ms
And Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 5s 074ms
When Go to new transport "DELIVERY" 696ms
And Fill transport form 42s 962ms
And Click "save-transport" save button and wait for form to disappear 15s 798ms
And Set advice window in schedule 2s 373ms
And Check is transport created in schedule and set transport id 2s 582ms
And Go to "TRANSPORT_TABLE" 464ms
And Go to transport details "DELIVERY" 2s 736ms
Then Check are transport values equals 19s 891ms
After Hooks.deleteTransportAfterTest() 938ms
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 509ms
When Go to new transport "LOAD" 659ms
And Fill transport form 42s 709ms
And Click "save-transport" save button and wait for form to disappear 15s 784ms
And Set advice window in schedule 2s 384ms
And Check is transport created in schedule and set transport id 2s 703ms
And Go to "TRANSPORT_TABLE" 489ms
And Go to transport details "LOAD" 2s 755ms
Then Check are transport values equals 19s 861ms
After Hooks.deleteTransportAfterTest() 981ms
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 163ms
When Go to new transport "UNLOAD" 642ms
And Fill transport form 42s 592ms
And Click "save-transport" save button and wait for form to disappear 15s 790ms
And Set advice window in schedule 2s 374ms
And Check is transport created in schedule and set transport id 2s 826ms
And Go to "TRANSPORT_TABLE" 448ms
And Go to transport details "UNLOAD" 2s 798ms
Then Check are transport values equals 22s 253ms
After Hooks.deleteTransportAfterTest() 936ms
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 506ms
When Go to new transport "TANKER_GRANULATE_DELIVERY" 680ms
And Fill transport form 42s 242ms
And Click "save-transport" save button and wait for form to disappear 806ms
And Set advice window in schedule 2s 615ms
And Check is transport created in schedule and set transport id 2s 660ms
And Go to "TRANSPORT_TABLE" 470ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 826ms
Then Check are transport values equals 22s 118ms
After Hooks.deleteTransportAfterTest() 946ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-alrec" 019ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 433ms
When Go to new transport "DELIVERY" 598ms
And Fill transport form 26s 366ms
And Click "save-transport" save button and wait for form to disappear 15s 774ms
And Set advice window in schedule 2s 381ms
And Check is transport created in schedule and set transport id 2s 527ms
And Go to "TRANSPORT_TABLE" 487ms
And Go to transport details "DELIVERY" 2s 764ms
Then Check are transport values equals 17s 818ms
After Hooks.deleteTransportAfterTest() 919ms
Given Get inputs from database "CREATE_WEIGHING" "super-admin-hochland" 018ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 965ms
When Go to new transport "WEIGHING" 637ms
And Fill transport form 15s 656ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 840ms
And Show all transport "false" 076ms
And Go to "TRANSPORT_TABLE" 435ms
And Go to transport details "WEIGHING" 3s 234ms
And Check are transport values equals 2s 511ms
After Hooks.deleteTransportAfterTest() 764ms
Given Get inputs from database "CREATE_TRANSPORT" "super-admin-adama" 020ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 458ms
When Go to new transport "TRANSPORT" 645ms
And Fill transport form 29s 020ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 380ms
And Show all transport "false" 075ms
And Go to "TRANSPORT_TABLE" 430ms
And Go to transport details "TRANSPORT" 2s 903ms
And Check are transport values equals 6s 683ms
After Hooks.deleteTransportAfterTest() 814ms
Given Get inputs from database "CREATE_CONTAINER" "super-admin-adama" 019ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 570ms
When Go to new transport "CONTAINER" 585ms
And Fill transport form 12s 057ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 361ms
And Show all transport "false" 083ms
And Go to "TRANSPORT_TABLE" 418ms
And Go to transport details "CONTAINER" 2s 820ms
And Check are transport values equals 212ms
After Hooks.deleteTransportAfterTest() 594ms
Given Get inputs from database "CREATE_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 021ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 896ms
When Go to new transport "TRANSFER_BETWEEN_WAREHOUSES" 693ms
And Fill transport form 14s 369ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 321ms
And Show all transport "false" 075ms
And Go to "TRANSPORT_TABLE" 410ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 916ms
And Check are transport values equals 4s 706ms
After Hooks.deleteTransportAfterTest() 639ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-piast" 021ms
And Login as "piast-admin" and set token of apiUsername "super-admin-piast" 6s 213ms
When Go to new transport "DELIVERY" 660ms
And Fill transport form 24s 825ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 391ms
And Show all transport "false" 066ms
And Go to "TRANSPORT_TABLE" 338ms
And Go to transport details "DELIVERY" 2s 790ms
And Check are transport values equals 17s 637ms
After Hooks.deleteTransportAfterTest() 732ms
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 534ms
When Go to new transport "LOAD" 694ms
And Fill transport form 28s 679ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 334ms
And Show all transport "false" 073ms
And Go to "TRANSPORT_TABLE" 435ms
And Go to transport details "LOAD" 2s 940ms
And Check are transport values equals 2s 690ms
After Hooks.deleteTransportAfterTest() 756ms
Given Get inputs from database "CREATE_LOAD" "super-admin-keeeper" 021ms
And Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 492ms
When Go to new transport "LOAD" 608ms
And Fill transport form 27s 207ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 344ms
And Show all transport "false" 074ms
And Go to "TRANSPORT_TABLE" 414ms
And Go to transport details "LOAD" 2s 775ms
And Check are transport values equals 19s 644ms
After Hooks.deleteTransportAfterTest() 588ms
Given Get inputs from database "CREATE_CONTAINER" "super-admin-keeeper" 019ms
And Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 552ms
When Go to new transport "CONTAINER" 584ms
And Fill transport form 27s 206ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 264ms
And Show all transport "false" 074ms
And Go to "TRANSPORT_TABLE" 399ms
And Go to transport details "CONTAINER" 2s 801ms
And Check are transport values equals 19s 660ms
After Hooks.deleteTransportAfterTest() 675ms
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 645ms
When Go to new transport "SMALLS_IMPORT" 737ms
And Fill transport form 39s 967ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 938ms
And Show all transport "false" 074ms
And Go to "TRANSPORT_TABLE" 440ms
And Go to transport details "SMALLS_IMPORT" 2s 816ms
And Check are transport values equals 11s 123ms
After Hooks.deleteTransportAfterTest() 825ms
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 718ms
When Go to new transport "SMALLS_EXPORT" 739ms
And Fill transport form 40s 059ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 970ms
And Show all transport "false" 077ms
And Go to "TRANSPORT_TABLE" 433ms
And Go to transport details "SMALLS_EXPORT" 2s 827ms
And Check are transport values equals 11s 136ms
After Hooks.deleteTransportAfterTest() 807ms
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 512ms
When Go to new transport "TRANSPORT_ORDER" 726ms
And Fill transport form 33s 375ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 947ms
And Show all transport "true" 256ms
And Go to "TRANSPORT_TABLE" 416ms
And Go to transport details "TRANSPORT_ORDER" 2s 824ms
And Check are transport values equals 20s 007ms
After Hooks.deleteTransportAfterTest() 688ms
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 553ms
When Go to new transport "TRANSPORT" 684ms
And Fill transport form 40s 856ms
And Click "save-transport-and-close" save button and wait for form to disappear 1s 460ms
And Show all transport "false" 072ms
And Go to "TRANSPORT_TABLE" 421ms
And Go to transport details "TRANSPORT" 2s 881ms
And Check are transport values equals 4s 668ms
After Hooks.deleteTransportAfterTest() 670ms
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 485ms
When Go to new transport "INBOUND" 727ms
And Fill transport form 43s 420ms
And Click "save-transport-and-close" save button and wait for form to disappear 1s 440ms
And Show all transport "true" 323ms
And Go to "TRANSPORT_TABLE" 419ms
And Go to transport details "INBOUND" 2s 885ms
And Check are transport values equals 2s 784ms
After Hooks.deleteTransportAfterTest() 634ms
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 339ms
When Go to new transport "EXTERNAL_DELIVERY" 687ms
And Fill transport form 59s 615ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 346ms
And Show all transport "false" 078ms
And Go to "TRANSPORT_TABLE" 430ms
And Go to transport details "EXTERNAL_DELIVERY" 2s 869ms
And Check are transport values equals 5s 460ms
After Hooks.deleteTransportAfterTest() 642ms
Given Get inputs from database "CREATE_EXTERNAL_DELIVERY_WITH_TWO_UNLOAD" "dfa1-supplier" 021ms
And Login as "dfa1-supplier" and set token of apiUsername "dfa1-supplier" 6s 799ms
When Go to new transport "EXTERNAL_DELIVERY" 15s 573ms
And Fill transport form 52s 692ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 316ms
And Show all transport "false" 075ms
And Go to "TRANSPORT_TABLE" 430ms
And Go to transport details "EXTERNAL_DELIVERY" 2s 908ms
And Check are transport values equals 5s 351ms
After Hooks.deleteTransportAfterTest() 833ms
Given Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 2s 468ms
And Get inputs from database "EDIT_UNLOAD" "super-admin-pgf" 021ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" 17s 760ms
And Show all transport "false" 082ms
When Go to transport details "UNLOAD" 30s 792ms
And Fill transport form 33s 932ms
And Click "save-transport-and-close" save button and wait for form to disappear 19s 156ms
And Go to transport details "UNLOAD" 30s 696ms
Then Check are transport values equals 4s 877ms
After Hooks.deleteTransportAfterTest() 924ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 583ms
And Get inputs from database "EDIT_TRANSPORT" "super-admin-adama" 020ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 123ms
And Show all transport "false" 064ms
When Go to transport details "TRANSPORT" 2s 902ms
And Fill transport form 11s 107ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 906ms
And Go to transport details "TRANSPORT" 2s 876ms
Then Check are transport values equals 4s 362ms
After Hooks.deleteTransportAfterTest() 690ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 489ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-adama" 022ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 897ms
And Show all transport "false" 081ms
When Go to transport details "CONTAINER" 2s 838ms
And Fill transport form 5s 181ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 929ms
And Go to transport details "CONTAINER" 2s 776ms
Then Check are transport values equals 167ms
After Hooks.deleteTransportAfterTest() 615ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 473ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-adama" 021ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 2s 819ms
And Show all transport "false" 078ms
When Go to transport details "DELIVERY" 2s 820ms
And Fill transport form 13s 631ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 409ms
And Go to transport details "DELIVERY" 2s 788ms
Then Check are transport values equals 471ms
After Hooks.deleteTransportAfterTest() 840ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 499ms
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 812ms
And Show all transport "false" 065ms
When Go to transport details "OWN_COLLECTION" 2s 760ms
And Fill transport form 24s 457ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 458ms
And Go to transport details "OWN_COLLECTION" 2s 774ms
Then Check are transport values equals 2s 658ms
After Hooks.deleteTransportAfterTest() 922ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 916ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 023ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 172ms
And Show all transport "false" 078ms
When Go to transport details "DELIVERY" 2s 875ms
And Fill transport form 40s 765ms
And Click "save-transport-and-close" save button and wait for form to disappear 18s 081ms
And Go to transport details "DELIVERY" 2s 813ms
Then Check are transport values equals 11s 546ms
After Hooks.deleteTransportAfterTest() 1s 031ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 4s 583ms
And Get inputs from database "EDIT_OWN_COLLECTION" "super-admin-hochland" 020ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-hochland" 3s
And Show all transport "false" 077ms
When Go to transport details "OWN_COLLECTION" 2s 897ms
And Fill transport form 40s 900ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 502ms
And Go to transport details "OWN_COLLECTION" 2s 877ms
Then Check are transport values equals 7s 131ms
After Hooks.deleteTransportAfterTest() 965ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 068ms
And Get inputs from database "EDIT_EXPORT" "super-admin-hochland" 020ms
And Create transport "CREATE_EXPORT" by JSON file as "super-admin-hochland" 3s 130ms
And Show all transport "false" 079ms
When Go to transport details "EXPORT" 3s 023ms
And Fill transport form 53s 885ms
And Click "save-transport-and-close" save button and wait for form to disappear 2s 597ms
And Go to transport details "EXPORT" 2s 911ms
Then Check are transport values equals 9s 177ms
After Hooks.deleteTransportAfterTest() 1s 070ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 963ms
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 957ms
And Show all transport "false" 080ms
When Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 888ms
And Fill transport form 39s 586ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 509ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 759ms
Then Check are transport values equals 13s 330ms
After Hooks.deleteTransportAfterTest() 804ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 933ms
And Get inputs from database "EDIT_CISTERN_DELIVERY" "super-admin-hochland" 021ms
And Create transport "CREATE_CISTERN_DELIVERY" by JSON file as "super-admin-hochland" 2s 714ms
And Show all transport "false" 075ms
When Go to transport details "CISTERN_DELIVERY" 2s 885ms
And Fill transport form 30s 672ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 488ms
And Go to transport details "CISTERN_DELIVERY" 2s 855ms
Then Check are transport values equals 6s 847ms
After Hooks.deleteTransportAfterTest() 862ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 964ms
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 678ms
And Show all transport "false" 078ms
When Go to transport details "CISTERN_COLLECTION" 2s 840ms
And Fill transport form 28s 986ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 397ms
And Go to transport details "CISTERN_COLLECTION" 2s 801ms
Then Check are transport values equals 6s 844ms
After Hooks.deleteTransportAfterTest() 891ms
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 992ms
And Get inputs from database "EDIT_WEIGHING" "super-admin-hochland" 022ms
And Create transport "CREATE_WEIGHING" by JSON file as "super-admin-hochland" 2s 196ms
And Show all transport "false" 085ms
When Go to transport details "WEIGHING" 2s 892ms
And Fill transport form 14s 215ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 880ms
And Go to transport details "WEIGHING" 2s 803ms
Then Check are transport values equals 2s 149ms
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() 603ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 969ms
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 782ms
And Show all transport "false" 075ms
When Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 2s 942ms
And Fill transport form 39s 417ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 428ms
And Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 2s 832ms
Then Check are transport values equals 7s 016ms
After Hooks.deleteTransportAfterTest() 968ms
Given Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 2s 654ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-skd" 020ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 16s 572ms
And Show all transport "false" 073ms
When Go to transport details "DELIVERY" 30s 638ms
And Fill transport form 28s 639ms
And Click "save-transport-and-close" save button and wait for form to disappear 1s 987ms
And Go to transport details "DELIVERY" 30s 644ms
Then Check are transport values equals 2s 626ms
After Hooks.deleteTransportAfterTest() 816ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 685ms
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" 074ms
When Go to transport details "LOAD" 2s 923ms
And Fill transport form 1m 3s 016ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 559ms
And Go to transport details "LOAD" 2s 950ms
Then Check are transport values equals 26s 296ms
After Hooks.deleteTransportAfterTest() 824ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 492ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-lantmannen" 022ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 2s 910ms
And Show all transport "false" 077ms
When Go to transport details "DELIVERY" 2s 875ms
And Fill transport form 18s 060ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 895ms
And Go to transport details "DELIVERY" 2s 771ms
Then Check are transport values equals 241ms
After Hooks.deleteTransportAfterTest() 917ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 409ms
And Get inputs from database "EDIT_LOAD" "super-admin-lantmannen" 020ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 2s 943ms
And Show all transport "false" 076ms
When Go to transport details "LOAD" 2s 855ms
And Fill transport form 31s 839ms
And Click "save-transport-and-close" save button and wait for form to disappear 19s 184ms
And Go to transport details "LOAD" 2s 793ms
Then Check are transport values equals 2s 747ms
After Hooks.deleteTransportAfterTest() 921ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 597ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-keeeper" 019ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 2s 894ms
And Show all transport "false" 075ms
When Go to transport details "UNLOAD" 2s 919ms
And Fill transport form 42s 543ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 482ms
And Go to transport details "UNLOAD" 2s 826ms
Then Check are transport values equals 7s 195ms
After Hooks.deleteTransportAfterTest() 950ms
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" 024ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 2s 935ms
And Show all transport "false" 079ms
When Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 918ms
And Fill transport form 40s 814ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 496ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 766ms
Then Check are transport values equals 7s 131ms
After Hooks.deleteTransportAfterTest() 903ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 494ms
And Get inputs from database "EDIT_LOAD" "super-admin-keeeper" 020ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 915ms
And Show all transport "false" 077ms
When Go to transport details "LOAD" 2s 773ms
And Fill transport form 28s 629ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 950ms
And Go to transport details "LOAD" 2s 784ms
Then Check are transport values equals 4s 688ms
After Hooks.deleteTransportAfterTest() 693ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 593ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-keeeper" 021ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 945ms
And Show all transport "false" 075ms
When Go to transport details "CONTAINER" 2s 770ms
And Fill transport form 28s 744ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 956ms
And Go to transport details "CONTAINER" 2s 788ms
Then Check are transport values equals 4s 745ms
After Hooks.deleteTransportAfterTest() 732ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 641ms
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 153ms
And Show all transport "false" 076ms
When Go to transport details "SMALLS_EXPORT" 2s 929ms
And Fill transport form 36s 271ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 891ms
And Go to transport details "SMALLS_EXPORT" 2s 815ms
Then Check are transport values equals 8s 927ms
After Hooks.deleteTransportAfterTest() 685ms
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" 020ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 2s 779ms
And Show all transport "true" 240ms
When Go to transport details "DELIVERY" 2s 845ms
And Fill transport form 22s 645ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 520ms
And Go to transport details "DELIVERY" 2s 738ms
Then Check are transport values equals 452ms
After Hooks.deleteTransportAfterTest() 818ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 339ms
And Get inputs from database "EDIT_TRANSPORT_ORDER" "super-admin-alrec" 019ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 099ms
And Show all transport "true" 220ms
When Go to transport details "TRANSPORT_ORDER" 2s 828ms
And Fill transport form 29s 617ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 928ms
And Go to transport details "TRANSPORT_ORDER" 2s 877ms
Then Check are transport values equals 2s 733ms
After Hooks.deleteTransportAfterTest() 713ms
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 022ms
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 778ms
And Show all transport "false" 076ms
When Go to transport details "CONTAINER" 2s 775ms
And Fill transport form 11s 278ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 938ms
And Go to transport details "CONTAINER" 2s 727ms
Then Check are transport values equals 061ms
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() 740ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 877ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 202ms
And Show all transport "false" 076ms
When Delete transport 21s 439ms
Then Transport not displayed in table of transports 15s 059ms
After Hooks.deleteTransportAfterTest() 953ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 695ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 2s 027ms
And Show all transport "false" 077ms
When Delete transport 20s 918ms
Then Transport not displayed in table of transports 15s 093ms
After Hooks.deleteTransportAfterTest() 744ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 439ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 2s 907ms
And Show all transport "false" 077ms
When Delete transport 20s 596ms
Then Transport not displayed in table of transports 15s 064ms
After Hooks.deleteTransportAfterTest() 11s 772ms
Scenario Outline Check if it is possible to delete transport
Steps
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 420ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 966ms
And Show all transport "false" 082ms
When Delete transport 15s 752ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for element to no longer be visible: By.xpath: //td[contains(@data-column-name, 'IDENTIFIER') and contains(@data-transport-id, '222226707')]//button (tried for 10 second(s) with 500 MILLISECONDS interval)
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: '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.F2003R}, 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: 714ed1bdab8f41cbbbe0aae0f0ccfe67
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:82)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231)
	at Pages.BasePage.waitUntilElementDisappear(BasePage.java:215)
	at CucumberTests.Transport.DeleteTransportTest.deleteTransport(DeleteTransportTest.java:32)
	at ✽.Delete transport(file:Features/Atom/Transport/CrudTransport.feature:114)
Then Transport not displayed in table of transports 000ms
After Hooks.deleteTransportAfterTest() 649ms
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 167ms
And Show all transport "false" 083ms
When Delete transport 18s 471ms
Then Transport not displayed in table of transports 15s 093ms
After Hooks.deleteTransportAfterTest() 740ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 620ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 117ms
And Show all transport "false" 077ms
When Delete transport 19s 136ms
Then Transport not displayed in table of transports 15s 060ms
After Hooks.deleteTransportAfterTest() 788ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 535ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 2s 798ms
And Show all transport "true" 238ms
When Delete transport 19s 477ms
Then Transport not displayed in table of transports 15s 082ms
After Hooks.deleteTransportAfterTest() 814ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 466ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 211ms
And Show all transport "true" 248ms
When Delete transport 19s 595ms
Then Transport not displayed in table of transports 15s 059ms
After Hooks.deleteTransportAfterTest() 757ms
Given Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 2s 185ms
And Get inputs from database "EDIT_UNLOAD" "super-admin-pgf" 018ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" 17s 667ms
And Show all transport "false" 077ms
When Go to transport details "UNLOAD" 30s 749ms
And Fill transport form 33s 870ms
And Click "save-transport" save button 4s 312ms
And Click cancel button in transport form 191ms
And Go to transport details "UNLOAD" 30s 672ms
Then Check are transport values equals 4s 698ms
After Hooks.deleteTransportAfterTest() 1s 023ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 521ms
And Get inputs from database "EDIT_TRANSPORT" "super-admin-adama" 020ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 095ms
And Show all transport "false" 077ms
When Go to transport details "TRANSPORT" 2s 952ms
And Fill transport form 11s 207ms
And Click "save-transport" save button 2s 052ms
And Click cancel button in transport form 178ms
And Go to transport details "TRANSPORT" 2s 819ms
Then Check are transport values equals 4s 387ms
After Hooks.deleteTransportAfterTest() 681ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 447ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-adama" 020ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 877ms
And Show all transport "false" 075ms
When Go to transport details "CONTAINER" 2s 908ms
And Fill transport form 5s 191ms
And Click "save-transport" save button 2s 057ms
And Click cancel button in transport form 174ms
And Go to transport details "CONTAINER" 2s 729ms
Then Check are transport values equals 133ms
After Hooks.deleteTransportAfterTest() 608ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 470ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-adama" 021ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 2s 675ms
And Show all transport "false" 066ms
When Go to transport details "DELIVERY" 2s 756ms
And Fill transport form 13s 505ms
And Click "save-transport" save button 2s 635ms
And Click cancel button in transport form 180ms
And Go to transport details "DELIVERY" 2s 770ms
Then Check are transport values equals 480ms
After Hooks.deleteTransportAfterTest() 739ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 523ms
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 824ms
And Show all transport "false" 079ms
When Go to transport details "OWN_COLLECTION" 2s 836ms
And Fill transport form 24s 491ms
And Click "save-transport" save button 2s 615ms
And Click cancel button in transport form 146ms
And Go to transport details "OWN_COLLECTION" 2s 707ms
Then Check are transport values equals 2s 533ms
After Hooks.deleteTransportAfterTest() 901ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 733ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 022ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 234ms
And Show all transport "false" 081ms
When Go to transport details "DELIVERY" 2s 910ms
And Fill transport form 40s 908ms
And Click "save-transport" save button 3s 186ms
And Click cancel button in transport form 193ms
And Go to transport details "DELIVERY" 2s 728ms
Then Check are transport values equals 11s 528ms
After Hooks.deleteTransportAfterTest() 955ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 022ms
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 931ms
And Show all transport "false" 076ms
When Go to transport details "OWN_COLLECTION" 2s 905ms
And Fill transport form 40s 977ms
And Click "save-transport" save button 2s 694ms
And Click cancel button in transport form 233ms
And Go to transport details "OWN_COLLECTION" 2s 840ms
Then Check are transport values equals 7s 076ms
After Hooks.deleteTransportAfterTest() 881ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 877ms
And Get inputs from database "EDIT_EXPORT" "super-admin-hochland" 020ms
And Create transport "CREATE_EXPORT" by JSON file as "super-admin-hochland" 3s 148ms
And Show all transport "false" 077ms
When Go to transport details "EXPORT" 3s 020ms
And Fill transport form 53s 846ms
And Click "save-transport" save button 2s 797ms
And Click cancel button in transport form 199ms
And Go to transport details "EXPORT" 2s 875ms
Then Check are transport values equals 9s 368ms
After Hooks.deleteTransportAfterTest() 969ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 002ms
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" 077ms
When Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 899ms
And Fill transport form 39s 683ms
And Click "save-transport" save button 2s 581ms
And Click cancel button in transport form 188ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 763ms
Then Check are transport values equals 13s 198ms
After Hooks.deleteTransportAfterTest() 682ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 905ms
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 719ms
And Show all transport "false" 074ms
When Go to transport details "CISTERN_DELIVERY" 2s 901ms
And Fill transport form 30s 431ms
And Click "save-transport" save button 2s 565ms
And Click cancel button in transport form 201ms
And Go to transport details "CISTERN_DELIVERY" 2s 765ms
Then Check are transport values equals 6s 815ms
After Hooks.deleteTransportAfterTest() 919ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 885ms
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 653ms
And Show all transport "false" 074ms
When Go to transport details "CISTERN_COLLECTION" 2s 917ms
And Fill transport form 28s 811ms
And Click "save-transport" save button 2s 616ms
And Click cancel button in transport form 176ms
And Go to transport details "CISTERN_COLLECTION" 2s 751ms
Then Check are transport values equals 6s 777ms
After Hooks.deleteTransportAfterTest() 887ms
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 931ms
And Get inputs from database "EDIT_WEIGHING" "super-admin-hochland" 020ms
And Create transport "CREATE_WEIGHING" by JSON file as "super-admin-hochland" 2s 211ms
And Show all transport "false" 081ms
When Go to transport details "WEIGHING" 2s 887ms
And Fill transport form 14s 196ms
And Click "save-transport" save button 2s 043ms
And Click cancel button in transport form 178ms
And Go to transport details "WEIGHING" 2s 754ms
Then Check are transport values equals 2s 156ms
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() 665ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 918ms
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 721ms
And Show all transport "false" 072ms
When Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 3s 097ms
And Fill transport form 39s 498ms
And Click "save-transport" save button 2s 600ms
And Click cancel button in transport form 188ms
And Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 2s 860ms
Then Check are transport values equals 7s 038ms
After Hooks.deleteTransportAfterTest() 964ms
Given Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 2s 399ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-skd" 020ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 16s 497ms
And Show all transport "false" 072ms
When Go to transport details "DELIVERY" 30s 668ms
And Fill transport form 28s 333ms
And Click "save-transport" save button 2s 015ms
And Click cancel button in transport form 171ms
And Go to transport details "DELIVERY" 30s 601ms
Then Check are transport values equals 2s 607ms
After Hooks.deleteTransportAfterTest() 927ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 782ms
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 964ms
And Show all transport "false" 077ms
When Go to transport details "LOAD" 2s 882ms
And Fill transport form 1m 2s 877ms
And Click "save-transport" save button 2s 657ms
And Click cancel button in transport form 182ms
And Go to transport details "LOAD" 2s 879ms
Then Check are transport values equals 26s 366ms
After Hooks.deleteTransportAfterTest() 754ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 497ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-lantmannen" 020ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 2s 963ms
And Show all transport "false" 080ms
When Go to transport details "DELIVERY" 2s 869ms
And Fill transport form 17s 941ms
And Click "save-transport" save button 1s 973ms
And Click cancel button in transport form 163ms
And Go to transport details "DELIVERY" 2s 718ms
Then Check are transport values equals 226ms
After Hooks.deleteTransportAfterTest() 953ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 436ms
And Get inputs from database "EDIT_LOAD" "super-admin-lantmannen" 020ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 3s 012ms
And Show all transport "false" 077ms
When Go to transport details "LOAD" 2s 816ms
And Fill transport form 31s 835ms
And Click "save-transport" save button 4s 342ms
And Click cancel button in transport form 182ms
And Go to transport details "LOAD" 2s 877ms
Then Check are transport values equals 2s 705ms
After Hooks.deleteTransportAfterTest() 998ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 478ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-keeeper" 021ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 2s 865ms
And Show all transport "false" 064ms
When Go to transport details "UNLOAD" 2s 852ms
And Fill transport form 42s 679ms
And Click "save-transport" save button 2s 612ms
And Click cancel button in transport form 193ms
And Go to transport details "UNLOAD" 2s 760ms
Then Check are transport values equals 7s 010ms
After Hooks.deleteTransportAfterTest() 909ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 501ms
And Get inputs from database "EDIT_TANKER_GRANULATE_DELIVERY" "super-admin-keeeper" 021ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 3s 011ms
And Show all transport "false" 078ms
When Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 912ms
And Fill transport form 40s 910ms
And Click "save-transport" save button 2s 621ms
And Click cancel button in transport form 166ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 735ms
Then Check are transport values equals 6s 857ms
After Hooks.deleteTransportAfterTest() 1s 013ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 505ms
And Get inputs from database "EDIT_LOAD" "super-admin-keeeper" 019ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 946ms
And Show all transport "false" 077ms
When Go to transport details "LOAD" 2s 813ms
And Fill transport form 28s 428ms
And Click "save-transport" save button 2s 055ms
And Click cancel button in transport form 159ms
And Go to transport details "LOAD" 2s 905ms
Then Check are transport values equals 4s 707ms
After Hooks.deleteTransportAfterTest() 711ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 477ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-keeeper" 021ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 898ms
And Show all transport "false" 082ms
When Go to transport details "CONTAINER" 2s 748ms
And Fill transport form 28s 496ms
And Click "save-transport" save button 2s 046ms
And Click cancel button in transport form 159ms
And Go to transport details "CONTAINER" 2s 761ms
Then Check are transport values equals 4s 657ms
After Hooks.deleteTransportAfterTest() 728ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 730ms
And Get inputs from database "EDIT_SMALLS_IMPORT" "super-admin-skz" 020ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 128ms
And Show all transport "false" 077ms
When Go to transport details "SMALLS_IMPORT" 2s 910ms
And Fill transport form 36s 159ms
And Click "save-transport" save button 2s 076ms
And Click cancel button in transport form 179ms
And Go to transport details "SMALLS_IMPORT" 2s 770ms
Then Check are transport values equals 8s 980ms
After Hooks.deleteTransportAfterTest() 678ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 649ms
And Get inputs from database "EDIT_SMALLS_EXPORT" "super-admin-skz" 020ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 123ms
And Show all transport "false" 083ms
When Go to transport details "SMALLS_EXPORT" 2s 840ms
And Fill transport form 36s 028ms
And Click "save-transport" save button 2s 088ms
And Click cancel button in transport form 189ms
And Go to transport details "SMALLS_EXPORT" 2s 781ms
Then Check are transport values equals 8s 983ms
After Hooks.deleteTransportAfterTest() 782ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 604ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-alrec" 020ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 2s 812ms
And Show all transport "true" 251ms
When Go to transport details "DELIVERY" 2s 822ms
And Fill transport form 22s 408ms
And Click "save-transport" save button 2s 600ms
And Click cancel button in transport form 164ms
And Go to transport details "DELIVERY" 2s 742ms
Then Check are transport values equals 545ms
After Hooks.deleteTransportAfterTest() 900ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 2s 437ms
And Get inputs from database "EDIT_TRANSPORT_ORDER" "super-admin-alrec" 021ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 166ms
And Show all transport "true" 235ms
When Go to transport details "TRANSPORT_ORDER" 2s 874ms
And Fill transport form 29s 637ms
And Click "save-transport" save button 2s 049ms
And Click cancel button in transport form 175ms
And Go to transport details "TRANSPORT_ORDER" 2s 796ms
Then Check are transport values equals 2s 744ms
After Hooks.deleteTransportAfterTest() 586ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 581ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 857ms
And Create gray windows "CREATE_GRAY_WINDOW_MWG" on "PRZESYŁKI DROBNICOWE" in "Magazyn Wyrobów Gotowych" as "super-admin-keeeper" 1s 256ms
And If user is login then logout 314ms
Then Login as "dka1-supplier" 6s 149ms
And Click button advice in transport table "LOAD" 875ms
And Check if moved to first possible start date in schedule 1s 198ms
After Hooks.deleteTransportAfterTest() 657ms
After Hooks.deleteAllGrayWindowsAfterTest() 1m 31s 653ms
Given Set token of apiUsername "super-admin-piast" 251ms
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 626ms
Then Go to new transport "LOAD" 699ms
And Fill transport form 26s 036ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 383ms
And Go to "COMPANIES_TAB" 898ms
And Go to company "Dostawca Piast Automat 1" details 578ms
And Check if new address with "Adresat" is visible in company details 381ms
And Go to "TRANSPORT_TABLE" 455ms
And Go to transport details "LOAD" 2s 868ms
After Hooks.deleteTransportAfterTest() 881ms
After Hooks.deleteAddressAfterTest() 114ms