Project Number Date
ApolloFullRunnerReport 2021.AT1.65 18 sie 2021, 03:49

Tag Report

Steps Scenarios Features
Tag Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
@deleteTransportAfterTest 3428 96 716 0 0 4240 335 96 431 4h 24m 37s 992ms Failed
View Feature Advice transport
Scenario Outline Check if it isn't possible to advice transport in the past when advice is created from transports table.
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 779ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 249ms
And Set "advice" inputs from JSON file "CREATE_ADVICE_CONTAINER" "super-admin-adama" 002ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "CREATE_ADVICE_CONTAINER" "super-admin-adama"(file:Features/Atom/Advice/AdviceTransport.feature:7)
And Check is transport "CONTAINER" created in transport table and set transport id 000ms
When Click button advice in transport table "CONTAINER" 000ms
And Set advice window in schedule in the past 000ms
And Fill advice form 000ms
And Click advice save button to check error message 000ms
Then Check if possible advice alert is displayed 000ms
After Hooks.deleteTransportAfterTest() 073ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 097ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 238ms
And Set "advice" inputs from JSON file "ADVICE_DELIVERY" "super-admin-piast" 003ms
And Check is transport "DELIVERY" created in transport table and set transport id 1s 118ms
When Click button advice in transport table "DELIVERY" 097ms
And Set advice window in schedule in the past 2s 632ms
And Fill advice form 10s 545ms
And Click advice save button to check error message 099ms
Then Check if possible advice alert is displayed 019ms
After Hooks.deleteTransportAfterTest() 090ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 200ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 235ms
And Set "advice" inputs from JSON file "ADVICE_LOAD" "super-admin-piast" 007ms
And Check is transport "LOAD" created in transport table and set transport id 1s 106ms
When Click button advice in transport table "LOAD" 086ms
And Set advice window in schedule in the past 2s 654ms
And Fill advice form 10s 629ms
And Click advice save button to check error message 096ms
Then Check if possible advice alert is displayed 021ms
After Hooks.deleteTransportAfterTest() 085ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 002ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 554ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 268ms
And Set "advice" inputs from JSON file "ADVICE_LOAD" "super-admin-keeeper" 003ms
And Check is transport "LOAD" created in transport table and set transport id 1s 126ms
When Click button advice in transport table "LOAD" 092ms
And Set advice window in schedule in the past 2s 525ms
And Fill advice form 15s 480ms
And Click advice save button to check error message 083ms
Then Check if possible advice alert is displayed 020ms
After Hooks.deleteTransportAfterTest() 076ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 002ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 144ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 423ms
And Set "advice" inputs from JSON file "ADVICE_CONTAINER" "super-admin-keeeper" 005ms
And Check is transport "CONTAINER" created in transport table and set transport id 1s 107ms
When Click button advice in transport table "CONTAINER" 083ms
And Set advice window in schedule in the past 2s 541ms
And Fill advice form 15s 388ms
And Click advice save button to check error message 082ms
Then Check if possible advice alert is displayed 022ms
After Hooks.deleteTransportAfterTest() 080ms
View Feature Advice transport
Scenario Outline Check if possible to edit advice in transport details.
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 164ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 220ms
And Show all transport types 1s 046ms
And Create advice by JSON file "CREATE_ADVICE_CONTAINER" as "super-admin-adama" 001ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getTransportApiJson(JsonApiUtil.java:131)
	at CucumberTests.Transport.AdviceTransport.prepareAdviceJSON(AdviceTransport.java:371)
	at CucumberTests.Transport.AdviceTransport.createAdviceByJSONFile(AdviceTransport.java:343)
	at ✽.Create advice by JSON file "CREATE_ADVICE_CONTAINER" as "super-admin-adama"(file:Features/Atom/Advice/AdviceTransport.feature:28)
And Go to "TRANSPORT_TABLE" 000ms
And Set "transport" inputs from JSON file "EDIT_CONTAINER" "super-admin-adama" 000ms
When Go to transport details "CONTAINER" 000ms
And Fill transport form 000ms
And Set "advice" inputs from JSON file "EDIT_ADVICE_CONTAINER" "super-admin-adama" 000ms
And Expand advice panel 000ms
And Edit advice in transport details 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "CONTAINER" 000ms
And Expand advice panel 000ms
Then Check are advice values equals after edition 000ms
After Hooks.deleteTransportAfterTest() 066ms
View Feature Advice transport
Scenario Outline Check if possible to edit advice in transport details.
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 062ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 203ms
And Show all transport types 1s 043ms
And Create advice by JSON file "ADVICE_DELIVERY" as "super-admin-piast" 001ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getTransportApiJson(JsonApiUtil.java:131)
	at CucumberTests.Transport.AdviceTransport.prepareAdviceJSON(AdviceTransport.java:371)
	at CucumberTests.Transport.AdviceTransport.createAdviceByJSONFile(AdviceTransport.java:343)
	at ✽.Create advice by JSON file "ADVICE_DELIVERY" as "super-admin-piast"(file:Features/Atom/Advice/AdviceTransport.feature:28)
And Go to "TRANSPORT_TABLE" 000ms
And Set "transport" inputs from JSON file "EDIT_DELIVERY" "super-admin-piast" 000ms
When Go to transport details "DELIVERY" 000ms
And Fill transport form 000ms
And Set "advice" inputs from JSON file "EDIT_ADVICE_DELIVERY" "super-admin-piast" 000ms
And Expand advice panel 000ms
And Edit advice in transport details 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "DELIVERY" 000ms
And Expand advice panel 000ms
Then Check are advice values equals after edition 000ms
After Hooks.deleteTransportAfterTest() 078ms
View Feature Advice transport
Scenario Outline Check if possible to edit advice in transport details.
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 076ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 217ms
And Show all transport types 1s 044ms
And Create advice by JSON file "ADVICE_LOAD" as "super-admin-piast" 001ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getTransportApiJson(JsonApiUtil.java:131)
	at CucumberTests.Transport.AdviceTransport.prepareAdviceJSON(AdviceTransport.java:371)
	at CucumberTests.Transport.AdviceTransport.createAdviceByJSONFile(AdviceTransport.java:343)
	at ✽.Create advice by JSON file "ADVICE_LOAD" as "super-admin-piast"(file:Features/Atom/Advice/AdviceTransport.feature:28)
And Go to "TRANSPORT_TABLE" 000ms
And Set "transport" inputs from JSON file "EDIT_LOAD" "super-admin-piast" 000ms
When Go to transport details "LOAD" 000ms
And Fill transport form 000ms
And Set "advice" inputs from JSON file "EDIT_ADVICE_DELIVERY" "super-admin-piast" 000ms
And Expand advice panel 000ms
And Edit advice in transport details 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "LOAD" 000ms
And Expand advice panel 000ms
Then Check are advice values equals after edition 000ms
After Hooks.deleteTransportAfterTest() 074ms
View Feature Advice transport
Scenario Outline Check if possible to edit advice in transport details.
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 059ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 210ms
And Show all transport types 1s 040ms
And Create advice by JSON file "ADVICE_LOAD" as "super-admin-keeeper" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getTransportApiJson(JsonApiUtil.java:131)
	at CucumberTests.Transport.AdviceTransport.prepareAdviceJSON(AdviceTransport.java:371)
	at CucumberTests.Transport.AdviceTransport.createAdviceByJSONFile(AdviceTransport.java:343)
	at ✽.Create advice by JSON file "ADVICE_LOAD" as "super-admin-keeeper"(file:Features/Atom/Advice/AdviceTransport.feature:28)
And Go to "TRANSPORT_TABLE" 000ms
And Set "transport" inputs from JSON file "EDIT_LOAD" "super-admin-keeeper" 000ms
When Go to transport details "LOAD" 000ms
And Fill transport form 000ms
And Set "advice" inputs from JSON file "EDIT_ADVICE_LOAD" "super-admin-keeeper" 000ms
And Expand advice panel 000ms
And Edit advice in transport details 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "LOAD" 000ms
And Expand advice panel 000ms
Then Check are advice values equals after edition 000ms
After Hooks.deleteTransportAfterTest() 068ms
View Feature Advice transport
Scenario Outline Check if possible to edit advice in transport details.
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 079ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 208ms
And Show all transport types 1s 037ms
And Create advice by JSON file "ADVICE_CONTAINER" as "super-admin-keeeper" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getTransportApiJson(JsonApiUtil.java:131)
	at CucumberTests.Transport.AdviceTransport.prepareAdviceJSON(AdviceTransport.java:371)
	at CucumberTests.Transport.AdviceTransport.createAdviceByJSONFile(AdviceTransport.java:343)
	at ✽.Create advice by JSON file "ADVICE_CONTAINER" as "super-admin-keeeper"(file:Features/Atom/Advice/AdviceTransport.feature:28)
And Go to "TRANSPORT_TABLE" 000ms
And Set "transport" inputs from JSON file "EDIT_CONTAINER" "super-admin-keeeper" 000ms
When Go to transport details "CONTAINER" 000ms
And Fill transport form 000ms
And Set "advice" inputs from JSON file "EDIT_ADVICE_CONTAINER" "super-admin-keeeper" 000ms
And Expand advice panel 000ms
And Edit advice in transport details 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "CONTAINER" 000ms
And Expand advice panel 000ms
Then Check are advice values equals after edition 000ms
After Hooks.deleteTransportAfterTest() 067ms
View Feature Advice transport
Scenario Outline Check if possible to edit advice in transport details.
Before Hooks.showScenarioName(Scenario) 002ms
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 601ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-skz" 1s 461ms
And Show all transport types 1s 043ms
And Create advice by JSON file "CREATE_ADVICE" as "super-admin-skz" 001ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getTransportApiJson(JsonApiUtil.java:131)
	at CucumberTests.Transport.AdviceTransport.prepareAdviceJSON(AdviceTransport.java:371)
	at CucumberTests.Transport.AdviceTransport.createAdviceByJSONFile(AdviceTransport.java:343)
	at ✽.Create advice by JSON file "CREATE_ADVICE" as "super-admin-skz"(file:Features/Atom/Advice/AdviceTransport.feature:28)
And Go to "TRANSPORT_TABLE" 000ms
And Set "transport" inputs from JSON file "EDIT_CONTAINER" "super-admin-skz" 000ms
When Go to transport details "CONTAINER" 000ms
And Fill transport form 000ms
And Set "advice" inputs from JSON file "EDIT_ADVICE" "super-admin-skz" 000ms
And Expand advice panel 000ms
And Edit advice in transport details 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "CONTAINER" 000ms
And Expand advice panel 000ms
Then Check are advice values equals after edition 000ms
After Hooks.deleteTransportAfterTest() 119ms
View Feature Advice transport
Scenario Outline Check if it is possible to advice by advice button in transport table
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 016ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 201ms
And Set "advice" inputs from JSON file "EDIT_ADVICE_CONTAINER" "super-admin-adama" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_ADVICE_CONTAINER" "super-admin-adama"(file:Features/Atom/Advice/AdviceTransport.feature:53)
When Show all transport types 000ms
And Click button advice in transport table "CONTAINER" 000ms
And Set advice window in schedule 000ms
And Fill advice form 000ms
And Click advice save button and wait for advice form to disappear 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "CONTAINER" 000ms
Then Check are advice values equals 000ms
After Hooks.deleteTransportAfterTest() 062ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 444ms
And Create transport "CREATE_TRANSFER_BETWEEN_WAREHOUSES" by JSON file as "super-admin-hochland" 1s 206ms
And Set "advice" inputs from JSON file "ADVICE_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 002ms
When Show all transport types 1s 042ms
And Click button advice in transport table "TRANSFER_BETWEEN_WAREHOUSES" 090ms
And Set advice window in schedule 6s 496ms
And Fill advice form 15s 447ms
And Click advice save button and wait for advice form to disappear 30s 721ms
And Go to "TRANSPORT_TABLE" 206ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 582ms
Then Check are advice values equals 4s 328ms
After Hooks.deleteTransportAfterTest() 129ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 191ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 252ms
And Set "advice" inputs from JSON file "ADVICE_DELIVERY" "super-admin-piast" 003ms
When Show all transport types 1s 044ms
And Click button advice in transport table "DELIVERY" 099ms
And Set advice window in schedule 2s 602ms
And Fill advice form 10s 593ms
And Click advice save button and wait for advice form to disappear 30s 746ms
And Go to "TRANSPORT_TABLE" 255ms
And Go to transport details "DELIVERY" 2s 586ms
Then Check are advice values equals 2s 238ms
After Hooks.deleteTransportAfterTest() 110ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 216ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 205ms
And Set "advice" inputs from JSON file "ADVICE_LOAD" "super-admin-piast" 002ms
When Show all transport types 1s 037ms
And Click button advice in transport table "LOAD" 109ms
And Set advice window in schedule 2s 602ms
And Fill advice form 10s 544ms
And Click advice save button and wait for advice form to disappear 30s 730ms
And Go to "TRANSPORT_TABLE" 202ms
And Go to transport details "LOAD" 2s 684ms
Then Check are advice values equals 2s 227ms
After Hooks.deleteTransportAfterTest() 098ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 155ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 216ms
And Set "advice" inputs from JSON file "ADVICE_LOAD" "super-admin-keeeper" 002ms
When Show all transport types 1s 044ms
And Click button advice in transport table "LOAD" 092ms
And Set advice window in schedule 2s 484ms
And Fill advice form 15s 367ms
And Click advice save button and wait for advice form to disappear 30s 721ms
And Go to "TRANSPORT_TABLE" 193ms
And Go to transport details "LOAD" 2s 409ms
Then Check are advice values equals 4s 322ms
After Hooks.deleteTransportAfterTest() 111ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 196ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 200ms
And Set "advice" inputs from JSON file "ADVICE_CONTAINER" "super-admin-keeeper" 002ms
When Show all transport types 1s 044ms
And Click button advice in transport table "CONTAINER" 091ms
And Set advice window in schedule 2s 466ms
And Fill advice form 15s 409ms
And Click advice save button and wait for advice form to disappear 30s 688ms
And Go to "TRANSPORT_TABLE" 214ms
And Go to transport details "CONTAINER" 2s 436ms
Then Check are advice values equals 4s 346ms
After Hooks.deleteTransportAfterTest() 089ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Set "transport" inputs from JSON file "CREATE_DELIVERY" "super-admin-neuca" 001ms
And Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 1s 634ms
And Go to new transport "DELIVERY" 403ms
And Fill transport form 43s 144ms
And Select warehouse "Katowice" in step section "1" 560ms
And Click "save-transport" save button and wait for form to disappear 30s 099ms
When Change warehouse in schedule to: "Ołtarzew" 1s 103ms
Then Set advice window in schedule 2s 199ms
And Check is transport created in schedule and set transport id 708ms
And Go to "TRANSPORT_TABLE" 231ms
And Go to transport details "DELIVERY" 2s 416ms
And Check if transport has warehouse "Ołtarzew" in step section "1" 032ms
After Hooks.deleteTransportAfterTest() 131ms
View Feature Advice transport
Scenario Outline Check if it is possible to advice by advice button in transport table after passing it on to the carrier
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-adama" 093ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 248ms
And Transfer transport to carrier by JSON file "super-admin-adama" "true" confirmation 190ms
And Set token of apiUsername "paa1-carrier@qa.qa-test" 091ms
And Accept transferred transport by Api 158ms
And Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 1s 774ms
And Set "advice" inputs from JSON file "ADVICE_TRANSPORT" "super-admin-adama" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "ADVICE_TRANSPORT" "super-admin-adama"(file:Features/Atom/Advice/AdviceTransport.feature:98)
When Show all transport types 000ms
And Click button advice in transport table "TRANSPORT" 000ms
And Set advice window in schedule 000ms
And Fill advice form 000ms
And Click advice save button and wait for advice form to disappear 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "TRANSPORT" 000ms
Then Check are advice values equals 000ms
After Hooks.deleteTransportAfterTest() 124ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-skz" 123ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 299ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 099ms
And Set token of apiUsername "pskza1-carrier@qa.qa-test" 090ms
And Accept transferred transport by Api 113ms
And Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 614ms
And Set "advice" inputs from JSON file "ADVICE_SMALLS" "super-admin-skz" 002ms
When Show all transport types 1s 059ms
And Click button advice in transport table "SMALLS_IMPORT" 113ms
And Set advice window in schedule 2s 651ms
And Fill advice form 16s 735ms
And Click advice save button and wait for advice form to disappear 30s 761ms
And Go to "TRANSPORT_TABLE" 192ms
And Go to transport details "SMALLS_IMPORT" 2s 495ms
Then Check are advice values equals 4s 353ms
After Hooks.deleteTransportAfterTest() 106ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-skz" 089ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 211ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 103ms
And Set token of apiUsername "pskza1-carrier@qa.qa-test" 089ms
And Accept transferred transport by Api 101ms
And Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 328ms
And Set "advice" inputs from JSON file "ADVICE_SMALLS" "super-admin-skz" 002ms
When Show all transport types 1s 068ms
And Click button advice in transport table "SMALLS_EXPORT" 105ms
And Set advice window in schedule 2s 627ms
And Fill advice form 16s 739ms
And Click advice save button and wait for advice form to disappear 30s 715ms
And Go to "TRANSPORT_TABLE" 214ms
And Go to transport details "SMALLS_EXPORT" 2s 483ms
Then Check are advice values equals 4s 328ms
After Hooks.deleteTransportAfterTest() 124ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-adama" 097ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 237ms
And Transfer transport to carrier by JSON file "super-admin-adama" "true" confirmation 081ms
And Accept transferred transport by Api 093ms
And Login as "paa1-carrier@qa.qa-test" 1s 261ms
When Show all transport types 1s 163ms
And Click button advice in transport table "TRANSPORT" 102ms
And Set week view 1s 601ms
And Show yesterday 1s 088ms
Then Check if advice restriction blockade windows are visible 019ms
After Hooks.deleteTransportAfterTest() 076ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-skz" 101ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 15s 214ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 089ms
And Accept transferred transport by Api 088ms
And Login as "pskza1-carrier@qa.qa-test" 1s 231ms
When Show all transport types 1s 068ms
And Click button advice in transport table "SMALLS_IMPORT" 106ms
And Set week view 2s 045ms
And Show yesterday 1s 118ms
Then Check if advice restriction blockade windows are visible 033ms
After Hooks.deleteTransportAfterTest() 085ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-skz" 093ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 15s 179ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 077ms
And Accept transferred transport by Api 077ms
And Login as "pskza1-carrier@qa.qa-test" 1s 298ms
When Show all transport types 1s 082ms
And Click button advice in transport table "SMALLS_EXPORT" 099ms
And Set week view 2s 029ms
And Show yesterday 1s 110ms
Then Check if advice restriction blockade windows are visible 032ms
After Hooks.deleteTransportAfterTest() 071ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 569ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 424ms
And Show all transport "false" 4s 747ms
And Click on time window date 1s 338ms
And Select view "DAYS_4" 2s 062ms
And Move advice window "3" 1s 313ms
Then Check if advice window is in new location 022ms
After Hooks.deleteTransportAfterTest() 115ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 1s 411ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" 15s 764ms
And Show all transport "false" 176ms
And Click on time window date 15s 723ms
And Select view "DAYS_4" 2s 072ms
And Move advice window "3" 1s 482ms
Then Check if advice window is in new location 088ms
After Hooks.deleteTransportAfterTest() 104ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 1s 543ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 15s 352ms
And Show all transport "false" 173ms
And Click on time window date 15s 495ms
And Select view "DAYS_4" 2s 071ms
And Move advice window "3" 1s 402ms
Then Check if advice window is in new location 027ms
After Hooks.deleteTransportAfterTest() 112ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 313ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 1s 330ms
And Show all transport "false" 173ms
And Click on time window date 1s 462ms
And Select view "DAYS_4" 2s 057ms
And Move advice window "3" 1s 380ms
Then Check if advice window is in new location 019ms
After Hooks.deleteTransportAfterTest() 080ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 053ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 344ms
And Show all transport "false" 171ms
And Click on time window date 1s 326ms
And Select view "DAYS_4" 2s 070ms
And Move advice window "3" 1s 296ms
Then Check if advice window is in new location 017ms
After Hooks.deleteTransportAfterTest() 099ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 371ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 1s 329ms
And Show all transport "true" 247ms
And Click on time window date 1s 363ms
And Select view "DAYS_4" 2s 064ms
And Move advice window "3" 1s 320ms
Then Check if advice window is in new location 024ms
After Hooks.deleteTransportAfterTest() 097ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 120ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 196ms
And Set "advice" inputs from JSON file "ADVICE_DELIVERY" "super-admin-piast" 002ms
When Show all transport types 1s 038ms
And Click button advice in transport table "DELIVERY" 105ms
And Set advice window in schedule 2s 609ms
And Fill advice form 10s 561ms
And Click advice save button and wait for advice form to disappear 30s 694ms
And Go to "TRANSPORT_TABLE" 246ms
And Click on time window date 1s 436ms
And Select view "DAYS_4" 2s 058ms
And Move advice window "3" 1s 420ms
Then Check if advice window is in new location 022ms
After Hooks.deleteTransportAfterTest() 096ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 457ms
And Create transport "CREATE_LATE_DELIVERY" by JSON file as "super-admin-hochland" in "0" days 1s 389ms
Then Check if transport row is "red" 3s 078ms
After Hooks.deleteTransportAfterTest() 106ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 363ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 380ms
And Go to "TRANSPORT_TABLE" 143ms
And Show all transport types 1s 038ms
And Click on time window date 1s 310ms
And Scroll to time window "adviceWindow" 049ms
And Set time window height "2" "adviceWindow" 5s 425ms
Then Check height of the time window after expanding by "2" in "adviceWindow" 024ms
After Hooks.deleteTransportAfterTest() 100ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 982ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 1s 319ms
And Go to "TRANSPORT_TABLE" 116ms
And Show all transport types 1s 053ms
And Click on time window date 1s 437ms
And Scroll to time window "adviceWindow" 034ms
And Set time window height "4" "adviceWindow" 5s 403ms
Then Check height of the time window after expanding by "4" in "adviceWindow" 023ms
After Hooks.deleteTransportAfterTest() 092ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 062ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 350ms
And Go to "TRANSPORT_TABLE" 131ms
And Show all transport types 1s 033ms
And Click on time window date 1s 292ms
And Scroll to time window "adviceWindow" 031ms
And Set time window height "3" "adviceWindow" 5s 404ms
Then Check height of the time window after expanding by "3" in "adviceWindow" 019ms
After Hooks.deleteTransportAfterTest() 096ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 1s 086ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" 15s 338ms
And Go to "TRANSPORT_TABLE" 270ms
And Show all transport types 1s 169ms
And Click on time window date 1s 797ms
And Scroll to time window "adviceWindow" 041ms
And Set time window height "1" "adviceWindow" 5s 445ms
Then Check height of the time window after expanding by "1" in "adviceWindow" 023ms
After Hooks.deleteTransportAfterTest() 111ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 207ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 192ms
And Set "advice" inputs from JSON file "ADVICE_DELIVERY" "super-admin-piast" 003ms
When Show all transport types 1s 042ms
And Click button advice in transport table "DELIVERY" 102ms
And Set advice window in schedule 2s 627ms
And Fill advice form 10s 539ms
And Click advice save button and wait for advice form to disappear 30s 675ms
And Go to "TRANSPORT_TABLE" 251ms
And Click on time window date 1s 439ms
And Set time window height "2" "adviceWindow" 5s 435ms
Then Check height of the time window after expanding by "2" in "adviceWindow" 024ms
After Hooks.deleteTransportAfterTest() 109ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 484ms
And Set "transport" inputs from JSON file "CREATE_DELIVERY" "super-admin-hochland" 001ms
And Go to "WAREHOUSE_TAB" 819ms
And Select warehouse "Twarożkarnia wyrób gotowy" 1s 926ms
When Go to new transport "DELIVERY" 381ms
And Fill transport form 42s 039ms
And Click "save-transport" save button and wait for form to disappear 30s 102ms
And Click previous page button in browser 038ms
Then Check if advice window can't be created 2s 700ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 485ms
And Set "transport" inputs from JSON file "CREATE_DELIVERY" "super-admin-hochland" 001ms
And Go to "WAREHOUSE_TAB" 853ms
And Select warehouse "Twarożkarnia wyrób gotowy" 1s 971ms
When Go to new transport "DELIVERY" 358ms
And Fill transport form 42s 174ms
And Click "save-transport" save button and wait for form to disappear 30s 134ms
And Replace warehouse id in browser url with "Twarożkarnia wyrób gotowy" id 029ms
Then Check if advice window can't be created 2s 287ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Advice transport
Scenario Outline Check if transport without warehouse after carrier add advice has checkpoint steps
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 1s 355ms
And Create transport "CREATE_TRANSPORT_WITHOUT_WAREHOUSES" by JSON file as "super-admin-adama" 1s 271ms
And Transfer transport to carrier by JSON file "super-admin-adama" "false" confirmation 194ms
And Set "advice" inputs from JSON file "ADVICE_TRANSPORT" "super-admin-adama" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "ADVICE_TRANSPORT" "super-admin-adama"(file:Features/Atom/Advice/AdviceTransport.feature:247)
When Show all transport types 000ms
And Click button advice in transport table "TRANSPORT" 000ms
And Fill advice form 000ms
And Click advice save button and wait for advice form to disappear 000ms
When Find transport in table with status "no-advice-undefined" 000ms
And Open statuses popup 000ms
And Wait "2" seconds 000ms
Then Check if transport has checkpoints from list "Zgłoszenie się kierowcy,Zakończenie załadunku,Dostarczenie do klienta" in "1" 000ms
After Hooks.deleteTransportAfterTest() 079ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-farmacol" 085ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 15s 216ms
When Create advice by JSON file "CREATE_ADVICE_FOR_EXTERNAL_DELIVERY" as "super-admin-farmacol" 715ms
And Login as "farmacol-admin" 1s 556ms
And Go to "WAREHOUSE_TAB" 686ms
And Select warehouse "Katowice Przyjęcia" 1s 192ms
And Set week view 2s 344ms
And Move cursor over time window element 401ms
Then Check if "Zaawizowany" "31415" "06:00" "GDA12345" are visible on time window popup details 142ms
After Hooks.deleteTransportAfterTest() 104ms
View Feature Advice transport
- order: advice data => advice window [A-7478]
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 1s 740ms
And Create default accepted mode of transportation by API with "pba1-carrier" 314ms
And Create transport "CREATE_EXW_DELIVERY" by JSON file as "super-admin-bausch" 1s 287ms
And Set "advice" inputs from JSON file "ADVICE_EXW_DELIVERY" "super-admin-bausch" 002ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "true" confirmation 134ms
When Go to "TRANSPORT_TABLE" 134ms
And Show all transport types 1s 038ms
And Click button advice in transport table "EXW_DELIVERY" 1s 048ms
And Fill advice form 11s 130ms
And Click advice save button and wait for advice form to disappear 30s 702ms
And Click button advice in transport table "EXW_DELIVERY" 117ms
And Set advice window in schedule 2s 551ms
And Change filled value in details "rodo-acceptance" "checkbox" "true" "0" 1s 510ms
And Click advice save button and wait for advice form to disappear 30s 890ms
And Go to "TRANSPORT_TABLE" 207ms
And Show all transport types 1s 088ms
And Go to transport details "EXW_DELIVERY" 2s 437ms
Then Check are advice values equals 4s 252ms
After Hooks.deleteTransportAfterTest() 126ms
After Hooks.deleteModeOfTransportationAfterTest() 070ms
View Feature Company Resources
Before Hooks.showScenarioName(Scenario) 001ms
Given Set "transport" inputs from JSON file "CREATE_DELIVERY_CONTRACTOR" "super-admin-neuca" 001ms
And Login as "pna1-carrier" and set token of apiUsername "super-admin-neuca" 1s 013ms
And Go to new transport "DELIVERY" 15s 277ms
And Fill transport form 36s 577ms
And Select "save-as-resource" checkbox 266ms
When Click "save-transport" save button and wait for form to disappear 30s 097ms
And Set advice window in schedule 2s 179ms
And Check is transport created in schedule and set transport id 951ms
Then Go to "OWN_COMPANY_TAB" 264ms
And Check if advice values are visible in company resources 121ms
After Hooks.deleteTransportAfterTest() 112ms
View Feature Custom fields
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-skz" and set token of apiUsername "super-admin-skz" 1s 779ms
And Set "custom-field" inputs from JSON file "CREATE_CUSTOM_FIELD" "super-admin-skz" 001ms
And Go to "SETTINGS_TAB" 395ms
When Go to "CONTAINER" transport type settings 461ms
And Go to custom fields settings 172ms
And Click add new custom field 160ms
And Fill custom field form 6s 063ms
And Click save button 076ms
And Click back to custom field settings button 141ms
And Set custom field id 322ms
And Refresh page 2s 137ms
Then Go to new transport "CONTAINER" 408ms
And Verify if created custom field appeared in transport form 027ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteCustomFieldAfterTest() 281ms
View Feature Custom fields
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-piast" and set token of apiUsername "super-admin-piast" 1s 730ms
And Set "custom-field" inputs from JSON file "CREATE_CUSTOM_FIELD" "super-admin-piast" 001ms
And Go to "SETTINGS_TAB" 326ms
When Go to "LOAD" transport type settings 424ms
And Go to custom fields settings 179ms
And Click add new custom field 158ms
And Fill custom field form 6s
And Click save button 050ms
And Click back to custom field settings button 158ms
And Set custom field id 182ms
And Refresh page 2s 131ms
Then Go to new transport "LOAD" 341ms
And Verify if created custom field appeared in transport form 022ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteCustomFieldAfterTest() 225ms
View Feature Custom fields
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-hochland" and set token of apiUsername "super-admin-hochland" 3s 302ms
And Set "custom-field" inputs from JSON file "CREATE_CUSTOM_FIELD" "super-admin-hochland" 001ms
And Go to "SETTINGS_TAB" 366ms
When Go to "DELIVERY" transport type settings 354ms
And Go to custom fields settings 165ms
And Click add new custom field 169ms
And Fill custom field form 5s 968ms
And Click save button 048ms
And Click back to custom field settings button 134ms
And Set custom field id 503ms
And Refresh page 2s 134ms
Then Go to new transport "DELIVERY" 814ms
And Verify if created custom field appeared in transport form 021ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteCustomFieldAfterTest() 440ms
View Feature Custom fields
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 963ms
And Create custom field with "CREATE_CONTAINER_TEXT_CFD" by "super-admin-skz" 291ms
And Go to "SETTINGS_TAB" 386ms
When Go to "CONTAINER" transport type settings 434ms
And Go to custom fields settings 161ms
And Click edit button of "Testowy CFD" custom field 186ms
And Change filled value in details "definition-name" "text" "Edytowany CFD" "0" 1s 325ms
And Click save button 052ms
And Refresh page 2s 130ms
Then Go to new transport "CONTAINER" 354ms
And Verify that edited "Edytowany CFD" is visible in transport form 031ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteCustomFieldAfterTest() 246ms
View Feature Custom fields
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 516ms
And Create custom field with "CREATE_LOAD_TEXT_CFD" by "super-admin-piast" 301ms
And Go to "SETTINGS_TAB" 279ms
When Go to "LOAD" transport type settings 385ms
And Go to custom fields settings 181ms
And Click edit button of "Testowy CFD" custom field 185ms
And Change filled value in details "definition-name" "text" "Edytowany CFD" "0" 1s 342ms
And Click save button 060ms
And Refresh page 2s 126ms
Then Go to new transport "LOAD" 365ms
And Verify that edited "Edytowany CFD" is visible in transport form 026ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteCustomFieldAfterTest() 278ms
View Feature Custom fields
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 512ms
And Create custom field with "CREATE_DELIVERY_TEXT_CFD" by "super-admin-hochland" 527ms
And Go to "SETTINGS_TAB" 348ms
When Go to "DELIVERY" transport type settings 347ms
And Go to custom fields settings 162ms
And Click edit button of "Testowy CFD" custom field 206ms
And Change filled value in details "definition-name" "text" "Edytowany CFD" "0" 1s 419ms
And Click save button 056ms
And Refresh page 2s 121ms
Then Go to new transport "DELIVERY" 650ms
And Verify that edited "Edytowany CFD" is visible in transport form 022ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteCustomFieldAfterTest() 499ms
View Feature Filters
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "swisskrono-purchasing-department" 088ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "swisskrono-purchasing-department" 1s 296ms
And Login as "swisskrono-purchasing-department" and set token of apiUsername "super-admin-skz" 2s 167ms
When Go to "TRANSPORT_TABLE" 200ms
And Sort transports by "show-mine" 1s 063ms
And Show all transport types 1s 083ms
Then Verify that created transport is "true" in transport table 1s 079ms
After Hooks.deleteTransportAfterTest() 085ms
View Feature Filters
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "swisskrono-purchasing-department" 096ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "swisskrono-purchasing-department" 1s 224ms
And Login as "swisskrono-purchasing-department" and set token of apiUsername "super-admin-skz" 1s 110ms
When Go to "TRANSPORT_TABLE" 215ms
And Sort transports by "show-all" 1s 055ms
And Show all transport types 1s 071ms
Then Verify that created transport is "true" in transport table 1s 079ms
After Hooks.deleteTransportAfterTest() 093ms
View Feature Filters
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "swisskrono-admin" 095ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "swisskrono-admin" 1s 205ms
And Login as "swisskrono-purchasing-department" and set token of apiUsername "super-admin-skz" 1s 140ms
When Go to "TRANSPORT_TABLE" 122ms
And Sort transports by "show-mine" 1s 058ms
And Show all transport types 1s 065ms
Then Verify that created transport is "false" in transport table 31s 574ms
After Hooks.deleteTransportAfterTest() 091ms
View Feature Filters
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "swisskrono-admin" 094ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "swisskrono-admin" 1s 251ms
And Login as "swisskrono-purchasing-department" and set token of apiUsername "super-admin-skz" 1s 230ms
When Go to "TRANSPORT_TABLE" 133ms
And Sort transports by "show-all" 1s 068ms
And Show all transport types 1s 086ms
Then Verify that created transport is "true" in transport table 1s 082ms
After Hooks.deleteTransportAfterTest() 093ms
View Feature Filters
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "swisskrono-purchasing-department" 094ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "swisskrono-purchasing-department" 1s 230ms
And Delete created transport by API 073ms
And Login as "swisskrono-purchasing-department" and set token of apiUsername "super-admin-skz" 1s 123ms
When Go to "ARCHIVE_TAB" 223ms
And Sort transports by "show-mine" 1s 055ms
And Show "SMALLS_IMPORT" 087ms
Then Verify that created transport is "true" in transport table 15s 094ms
After Hooks.deleteTransportAfterTest() 077ms
View Feature Filters
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "swisskrono-purchasing-department" 089ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "swisskrono-purchasing-department" 15s 240ms
And Delete created transport by API 083ms
And Login as "swisskrono-purchasing-department" and set token of apiUsername "super-admin-skz" 1s 262ms
When Go to "ARCHIVE_TAB" 223ms
And Sort transports by "show-all" 1s 066ms
And Show "SMALLS_IMPORT" 085ms
Then Verify that created transport is "true" in transport table 15s 047ms
After Hooks.deleteTransportAfterTest() 087ms
View Feature Filters
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "swisskrono-admin" 098ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "swisskrono-admin" 15s 239ms
And Delete created transport by API 094ms
And Login as "swisskrono-purchasing-department" and set token of apiUsername "super-admin-skz" 1s 278ms
When Go to "ARCHIVE_TAB" 225ms
And Sort transports by "show-mine" 1s 064ms
And Show "SMALLS_IMPORT" 091ms
Then Verify that created transport is "false" in transport table 45s 607ms
After Hooks.deleteTransportAfterTest() 080ms
View Feature Filters
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "swisskrono-admin" 096ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "swisskrono-admin" 15s 255ms
And Delete created transport by API 076ms
And Login as "swisskrono-purchasing-department" and set token of apiUsername "super-admin-skz" 1s 296ms
When Go to "ARCHIVE_TAB" 239ms
And Sort transports by "show-all" 1s 056ms
And Show "SMALLS_IMPORT" 093ms
Then Verify that created transport is "true" in transport table 15s 083ms
After Hooks.deleteTransportAfterTest() 082ms
View Feature Filters
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-alrec" 092ms
And Create transport "CREATE_TRANSPORT_FIRST_SUPPLIER" by JSON file as "super-admin-alrec" 1s 249ms
When Login as "alrec-admin" 1s 047ms
And Go to "TRANSPORT_TABLE" 142ms
And Show all transport "true" 238ms
And Select transportType "TRANSPORT_ORDER" 1s 138ms
Then Check if load and unload time filters work properly "LOAD_TIME_WINDOW" 36s 603ms
After Hooks.deleteTransportAfterTest() 090ms
View Feature Filters
Scenario Outline Check if it is possible to choose what the search in the archive applies to
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 061ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 241ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 099ms
And Accept transferred transport by Api 097ms
And Create advice by JSON file "ADVICE_SMALLS" as "super-admin-skz" 001ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getTransportApiJson(JsonApiUtil.java:131)
	at CucumberTests.Transport.AdviceTransport.prepareAdviceJSON(AdviceTransport.java:371)
	at CucumberTests.Transport.AdviceTransport.createAdviceByJSONFile(AdviceTransport.java:343)
	at ✽.Create advice by JSON file "ADVICE_SMALLS" as "super-admin-skz"(file:Features/Atom/Filters/Filter.feature:137)
And Delete created transport by API 000ms
When Go to "ARCHIVE_TAB" 000ms
And Show "SMALLS_IMPORT" 000ms
Then Check if it is possible to search with different date property selects 000ms
After Hooks.deleteTransportAfterTest() 093ms
View Feature Filters
Scenario Outline Check if it is possible to choose what the search in the archive applies to
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 123ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 239ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 094ms
And Accept transferred transport by Api 099ms
And Create advice by JSON file "ADVICE_SMALLS" as "super-admin-skz" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getTransportApiJson(JsonApiUtil.java:131)
	at CucumberTests.Transport.AdviceTransport.prepareAdviceJSON(AdviceTransport.java:371)
	at CucumberTests.Transport.AdviceTransport.createAdviceByJSONFile(AdviceTransport.java:343)
	at ✽.Create advice by JSON file "ADVICE_SMALLS" as "super-admin-skz"(file:Features/Atom/Filters/Filter.feature:137)
And Delete created transport by API 000ms
When Go to "ARCHIVE_TAB" 000ms
And Show "SMALLS_EXPORT" 000ms
Then Check if it is possible to search with different date property selects 000ms
After Hooks.deleteTransportAfterTest() 072ms
View Feature Filters
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-neuca" 091ms
And Prepare setting: "TRANSPORT_TABLE_DAYS_LIMIT" with value: "7d" with "super-admin-neuca" 017ms
When Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" in "8" days 1s 345ms
And Login as "neuca-admin" 1s 529ms
And Go to "TRANSPORT_TABLE" 229ms
Then Verify that created transport is "false" in transport table 31s 622ms
And Toggle transport table days limit filter 093ms
And Verify that created transport is "true" in transport table 1s 091ms
After Hooks.deleteTransportAfterTest() 108ms
View Feature Grouping of carriers
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 215ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 221ms
And Add carrier "Przewoźnik SKZ Automat 1" to carriers group "Kraj" by Api as "super-admin-skz" 193ms
When Go to "TRANSPORT_TABLE" 124ms
And Go to auction form 1s 245ms
And Select contractors group "Kraj" 090ms
Then Verify that carrier "PSKZA1" is selected 023ms
After Hooks.deleteTransportAfterTest() 086ms
After Hooks.removeContractorsGroup() 063ms
View Feature Grouping of carriers
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 127ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 212ms
When Go to "TRANSPORT_TABLE" 122ms
And Go to auction form 1s 197ms
And Select contractors group "Wybierz grupę firm transportowych" 095ms
Then Verify that all companies are selected after choose "data-group-name" 121ms
After Hooks.deleteTransportAfterTest() 099ms
View Feature Grouping of carriers
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 085ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 242ms
When Go to "TRANSPORT_TABLE" 113ms
And Go to auction form 1s 197ms
And Select contractors group "Wybierz uczestników zapytania" 101ms
Then Verify that all companies are selected after choose "data-carrier-name" 092ms
After Hooks.deleteTransportAfterTest() 071ms
View Feature Crud index
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 365ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 224ms
And Show all transport "false" 166ms
And Set "index" inputs from JSON file "ADD_INDEX" "super-admin-adama" 001ms
And Create product if needed "false" by api for principal "adama" 100ms
When Go to transport details "TRANSPORT" 2s 471ms
And Expand index panel 105ms
And Click add index button 124ms
And Fill index form 10s 522ms
And Click ok button in index form 15s 120ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 080ms
And Go to transport details "TRANSPORT" 2s 461ms
And Expand index panel 118ms
Then Check are transport values equals 092ms
After Hooks.deleteTransportAfterTest() 074ms
After Hooks.deleteProductAfterTest() 072ms
View Feature Crud index
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 484ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 283ms
And Show all transport "true" 237ms
And Set "index" inputs from JSON file "ADD_INDEX" "super-admin-alrec" 001ms
And Create product if needed "true" by api for principal "alrec" 000ms
When Go to transport details "TRANSPORT_ORDER" 2s 501ms
And Expand index panel 079ms
And Click add index button 108ms
And Fill index form 7s 476ms
And Click ok button in index form 15s 138ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 151ms
And Go to transport details "TRANSPORT_ORDER" 2s 457ms
And Expand index panel 112ms
Then Check are transport values equals 2s 121ms
After Hooks.deleteTransportAfterTest() 114ms
After Hooks.deleteProductAfterTest() 000ms
View Feature Crud index
Scenario Outline Check if it possible to edit index in index form
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 170ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 218ms
And Show all transport "false" 161ms
And Set "index" inputs from JSON file "" "super-admin-adama" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "index" inputs from JSON file "" "super-admin-adama"(file:Features/Atom/Index/CrudIndex.feature:29)
And Create product if needed "false" by api for principal "adama" 000ms
When Go to transport details "TRANSPORT" 000ms
And Expand index panel 000ms
And Click add index button 000ms
And Fill index form 000ms
And Click ok button in index form 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
When Go to transport details "TRANSPORT" 000ms
And Expand index panel 000ms
And Click edit index button 000ms
And Edit index quantity to "999" 000ms
And Click ok button in index form 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "TRANSPORT" 000ms
And Expand index panel 000ms
And Verify if index quantity equals "999" 000ms
After Hooks.deleteTransportAfterTest() 070ms
View Feature Crud index
Scenario Outline Check if it possible to edit index in index form
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 023ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 229ms
And Show all transport "true" 231ms
And Set "index" inputs from JSON file "" "super-admin-alrec" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "index" inputs from JSON file "" "super-admin-alrec"(file:Features/Atom/Index/CrudIndex.feature:29)
And Create product if needed "true" by api for principal "alrec" 000ms
When Go to transport details "TRANSPORT_ORDER" 000ms
And Expand index panel 000ms
And Click add index button 000ms
And Fill index form 000ms
And Click ok button in index form 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
When Go to transport details "TRANSPORT_ORDER" 000ms
And Expand index panel 000ms
And Click edit index button 000ms
And Edit index quantity to "999" 000ms
And Click ok button in index form 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "TRANSPORT_ORDER" 000ms
And Expand index panel 000ms
And Verify if index quantity equals "999" 000ms
After Hooks.deleteTransportAfterTest() 073ms
View Feature Crud index
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 040ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 203ms
And Show all transport "false" 164ms
And Set "index" inputs from JSON file "ADD_INDEX" "super-admin-adama" 002ms
And Create product if needed "false" by api for principal "adama" 027ms
When Go to transport details "TRANSPORT" 2s 434ms
And Add index to transport 25s 882ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 167ms
When Go to transport details "TRANSPORT" 2s 460ms
And Expand index panel 101ms
And Click delete index button 085ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 098ms
And Go to transport details "TRANSPORT" 2s 379ms
And Expand index panel 078ms
Then Verify that transport has no indexes 15s 017ms
After Hooks.deleteTransportAfterTest() 076ms
After Hooks.deleteProductAfterTest() 027ms
View Feature Crud index
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 158ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 249ms
And Show all transport "true" 232ms
And Set "index" inputs from JSON file "ADD_INDEX" "super-admin-alrec" 001ms
And Create product if needed "true" by api for principal "alrec" 000ms
When Go to transport details "TRANSPORT_ORDER" 2s 460ms
And Add index to transport 22s 866ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 097ms
When Go to transport details "TRANSPORT_ORDER" 2s 438ms
And Expand index panel 102ms
And Click delete index button 083ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 104ms
And Go to transport details "TRANSPORT_ORDER" 2s 378ms
And Expand index panel 097ms
Then Verify that transport has no indexes 15s 021ms
After Hooks.deleteTransportAfterTest() 088ms
After Hooks.deleteProductAfterTest() 000ms
View Feature Index
Scenario Outline Check if indexes displayed after click indexes datails icon on time window
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "dayco-admin" and set token of apiUsername "super-admin-dayco" 1s 738ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-dayco" 1s 205ms
And Set "index" inputs from JSON file "ADD_INDEX" "super-admin-dayco" 002ms
And Create product if needed "false" by api for principal "dayco" 026ms
And Go to transport details "OWN_COLLECTION" 2s 462ms
And Add index to transport 24s 514ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 105ms
And Create advice by JSON file "ADVICE_OWN_COLLECTION" as "super-admin-dayco" 001ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getTransportApiJson(JsonApiUtil.java:131)
	at CucumberTests.Transport.AdviceTransport.prepareAdviceJSON(AdviceTransport.java:371)
	at CucumberTests.Transport.AdviceTransport.createAdviceByJSONFile(AdviceTransport.java:343)
	at ✽.Create advice by JSON file "ADVICE_OWN_COLLECTION" as "super-admin-dayco"(file:Features/Atom/Index/Index.feature:13)
When Click on index details icon 000ms
Then Verify that indexes display in window "product-index;quantity-of-Planned quantity;quantity-of-Quantity sent" 000ms
After Hooks.deleteTransportAfterTest() 078ms
After Hooks.deleteProductAfterTest() 026ms
View Feature Advice Mail
Scenario Outline Check if mail was sent to creator after creating advice
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 999ms
And Prepare user "adama-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 188ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 229ms
And Set "advice" inputs from JSON file "ADVICE_CONTAINER" "super-admin-adama" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "ADVICE_CONTAINER" "super-admin-adama"(file:Features/Atom/Mail/AdviceMail.feature:8)
And Show all transport types 000ms
And Click button advice in transport table "CONTAINER" 000ms
And Set advice window in schedule 000ms
And Fill advice form 000ms
And Click advice save button and wait for advice form to disappear 000ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Zapisano awizację! | Advice has been saved!" 000ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 071ms
After Hooks.cleanUserDetailsAfterTest() 171ms
View Feature Advice Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 080ms
And Prepare user "piast-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 139ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 208ms
And Set "advice" inputs from JSON file "ADVICE_DELIVERY" "super-admin-piast" 001ms
And Show all transport types 1s 041ms
And Click button advice in transport table "DELIVERY" 105ms
And Set advice window in schedule 2s 625ms
And Fill advice form 10s 582ms
And Click advice save button and wait for advice form to disappear 30s 733ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Zapisano awizację! | Advice has been saved!" 5s 796ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 135ms
After Hooks.cleanUserDetailsAfterTest() 163ms
View Feature Advice Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 178ms
And Prepare user "keeeper-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 243ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 187ms
And Set "advice" inputs from JSON file "ADVICE_LOAD" "super-admin-keeeper" 001ms
And Show all transport types 1s 037ms
And Click button advice in transport table "LOAD" 097ms
And Set advice window in schedule 2s 477ms
And Fill advice form 15s 401ms
And Click advice save button and wait for advice form to disappear 30s 718ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Zapisano awizację! | Time window has been saved!" 5s 496ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 107ms
After Hooks.cleanUserDetailsAfterTest() 215ms
View Feature Advice Mail
Scenario Outline Check if mail was sent to creator after editing advice
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 569ms
And Prepare user "adama-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 190ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 200ms
And Show all transport types 1s 038ms
And Create advice by JSON file "ADVICE_CONTAINER" as "super-admin-adama" 001ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getTransportApiJson(JsonApiUtil.java:131)
	at CucumberTests.Transport.AdviceTransport.prepareAdviceJSON(AdviceTransport.java:371)
	at CucumberTests.Transport.AdviceTransport.createAdviceByJSONFile(AdviceTransport.java:343)
	at ✽.Create advice by JSON file "ADVICE_CONTAINER" as "super-admin-adama"(file:Features/Atom/Mail/AdviceMail.feature:28)
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "CONTAINER" 000ms
And Set "transport" inputs from JSON file "EDIT_CONTAINER" "super-admin-adama" 000ms
When Go to transport details "CONTAINER" 000ms
And Fill transport form 000ms
And Set "advice" inputs from JSON file "EDIT_ADVICE_CONTAINER" "super-admin-adama" 000ms
And Expand advice panel 000ms
And Edit advice in transport details 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Zmiana w awizacji numer" 000ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 069ms
After Hooks.cleanUserDetailsAfterTest() 181ms
View Feature Advice Mail
Scenario Outline Check if mail was sent to creator after editing advice
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 427ms
And Prepare user "piast-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 155ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 196ms
And Show all transport types 1s 043ms
And Create advice by JSON file "ADVICE_DELIVERY" as "super-admin-piast" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getTransportApiJson(JsonApiUtil.java:131)
	at CucumberTests.Transport.AdviceTransport.prepareAdviceJSON(AdviceTransport.java:371)
	at CucumberTests.Transport.AdviceTransport.createAdviceByJSONFile(AdviceTransport.java:343)
	at ✽.Create advice by JSON file "ADVICE_DELIVERY" as "super-admin-piast"(file:Features/Atom/Mail/AdviceMail.feature:28)
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "DELIVERY" 000ms
And Set "transport" inputs from JSON file "EDIT_DELIVERY" "super-admin-piast" 000ms
When Go to transport details "DELIVERY" 000ms
And Fill transport form 000ms
And Set "advice" inputs from JSON file "EDIT_ADVICE_DELIVERY" "super-admin-piast" 000ms
And Expand advice panel 000ms
And Edit advice in transport details 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Zmiana w awizacji numer" 000ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 068ms
After Hooks.cleanUserDetailsAfterTest() 147ms
View Feature Advice Mail
Scenario Outline Check if mail was sent to creator after editing advice
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 465ms
And Prepare user "keeeper-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 252ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 179ms
And Show all transport types 1s 046ms
And Create advice by JSON file "ADVICE_LOAD" as "super-admin-keeeper" 001ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getTransportApiJson(JsonApiUtil.java:131)
	at CucumberTests.Transport.AdviceTransport.prepareAdviceJSON(AdviceTransport.java:371)
	at CucumberTests.Transport.AdviceTransport.createAdviceByJSONFile(AdviceTransport.java:343)
	at ✽.Create advice by JSON file "ADVICE_LOAD" as "super-admin-keeeper"(file:Features/Atom/Mail/AdviceMail.feature:28)
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "LOAD" 000ms
And Set "transport" inputs from JSON file "EDIT_LOAD" "super-admin-keeeper" 000ms
When Go to transport details "LOAD" 000ms
And Fill transport form 000ms
And Set "advice" inputs from JSON file "EDIT_ADVICE_LOAD" "super-admin-keeeper" 000ms
And Expand advice panel 000ms
And Edit advice in transport details 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Zmiana w awizacji numer" 000ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 072ms
After Hooks.cleanUserDetailsAfterTest() 205ms
View Feature Advice Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-skd" 091ms
And Prepare user "swiss-krono-delivery-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 227ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 1s 255ms
And Confirm status "ARRIVAL" by Public API "v1" 285ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Potwierdzono status Wjazd na teren zakładu" 10s 357ms
Then Check if user got a mail 000ms
And Confirm status "DEPARTURE" by Public API "v1" 232ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Potwierdzono status Wyjazd" 36s 466ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 132ms
After Hooks.cleanUserDetailsAfterTest() 165ms
View Feature Advice Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 090ms
And Prepare company "Dostawca Hochland Automat 1" verification email setting "48h" 030ms
And Prepare user "dha1-supplier-2@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 183ms
And Login as "dha1-supplier-2@qa.qa-test" and set token of apiUsername "dha1-supplier-2@qa.qa-test" 2s 341ms
And Create transport "CREATE_DELIVERY" by JSON file as "dha1-supplier-2@qa.qa-test" 15s 301ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Weryfikacja danych awizacji" 1m 49s 168ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 101ms
After Hooks.cleanUserDetailsAfterTest() 247ms
After Hooks.rollbackVerificationEmailSettingAfterTest() 137ms
View Feature Auctions Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 556ms
And Prepare user "paa1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 220ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 229ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-adama" 2s 534ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Nowa aukcja" 10s 351ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 105ms
After Hooks.cleanUserDetailsAfterTest() 275ms
View Feature Auctions Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 074ms
And Prepare user "paa1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 339ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 236ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" 2s 140ms
And Add a bid "1500" to an auction by JSON file as "paa1-carrier@qa.qa-test" for "super-admin-adama" 473ms
And Add a bid "500" to an auction by JSON file as "paa2-carrier@qa.qa-test" for "super-admin-adama" 360ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Nie otrzymano zlecenia" 5s 178ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 088ms
After Hooks.cleanUserDetailsAfterTest() 284ms
View Feature Auctions Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-producer" and set token of apiUsername "super-admin-skz" 2s 607ms
And Prepare user "swisskrono-producer" details with all notifications and "apolloautomattest@gmail.com" by JSON file 449ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 251ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-skz" 2s 106ms
And Add a bid "1500" to an auction by JSON file as "pskza1-carrier@qa.qa-test" for "pskza1-carrier@qa.qa-test" 193ms
And Wait till auction end 1m 58s 017ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Dodano nową ofertę" 2m 50s 786ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 130ms
After Hooks.cleanUserDetailsAfterTest() 337ms
View Feature Auctions Mail
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 246ms
And Prepare user "adama-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 222ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 219ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" 2s 160ms
And Wait till auction end 1m 58s 018ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Aukcja zakończona bez ofert" 6s 069ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 106ms
After Hooks.cleanUserDetailsAfterTest() 199ms
View Feature Auctions Mail
Before Hooks.showScenarioName(Scenario) 002ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 519ms
And Prepare user "paa1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 331ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 250ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" 2s 150ms
And Add a bid "1500" to an auction by JSON file as "paa1-carrier@qa.qa-test" for "super-admin-adama" 178ms
And Add a bid "500" to an auction by JSON file as "paa2-carrier@qa.qa-test" for "super-admin-adama" 283ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Oferta przelicytowana" 15s 958ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 113ms
After Hooks.cleanUserDetailsAfterTest() 273ms
View Feature Auctions Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 109ms
And Prepare user "paa1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 327ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 242ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" 2s 158ms
And Add a bid "1500" to an auction by JSON file as "paa1-carrier@qa.qa-test" for "super-admin-adama" 182ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Otrzymano zlecenie" 2m 13s 121ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 091ms
After Hooks.cleanUserDetailsAfterTest() 248ms
View Feature Auctions Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 654ms
And Prepare user "paa1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 327ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 222ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" 2s 129ms
And Add a bid "500" to an auction by JSON file as "paa1-carrier@qa.qa-test" for "super-admin-adama" 350ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Otrzymano zlecenie" 5s 406ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 081ms
After Hooks.cleanUserDetailsAfterTest() 268ms
View Feature Auctions Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 1s 685ms
And Prepare user "paa1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 357ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 238ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" and finish of auction in "121" minutes 2s 156ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Zakończenie aukcji" 37s 201ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 095ms
After Hooks.cleanUserDetailsAfterTest() 286ms
View Feature Discrepancy Report Mail
Scenario Outline Check if mail was sent to after discrepancy report generation
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 483ms
And Prepare user "hochland-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 622ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 431ms
And Go to "TRANSPORT_TABLE" 126ms
And Go to transport details "DELIVERY" 2s 788ms
And Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-hochland" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-hochland"(file:Features/Atom/Mail/DiscrepancyReportMail.feature:10)
And Fill transport form 000ms
And Open section: "discrepancy-report-panel" 000ms
And Fill discrepancy report section 000ms
And Go to transport details "DELIVERY" 000ms
And Change filled value in details "rodo-acceptance" "checkbox" "true" "0" 000ms
And Generate discrepancy report 000ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Utworzono protokół niezgodności" 000ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 096ms
After Hooks.cleanUserDetailsAfterTest() 406ms
View Feature Transport Mail
Before Hooks.showScenarioName(Scenario) 002ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 320ms
And Prepare user "pha2-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 384ms
And Set basic authorities "ROLE_CAN_PLAN_ADVICE_IN_THE_PAST" to user "hochland-admin" 029ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 382ms
And Go to "WAREHOUSE_TAB" 833ms
And Select warehouse "Serownia" 1s 384ms
And Set week view 1s 101ms
And Show yesterday 1s 068ms
And Move window into the past 308ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "spóźnił się na" 26s 558ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 100ms
After Hooks.cleanUserDetailsAfterTest() 318ms
After Hooks.rollbackAddedAuthorities() 023ms
View Feature Transport Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 255ms
And Prepare user "swisskrono-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 361ms
And Wait "60" seconds 1m
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 258ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Drobnica import" 37s 186ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 081ms
After Hooks.cleanUserDetailsAfterTest() 301ms
View Feature Transport Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 915ms
And Prepare user "swisskrono-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 333ms
And Wait "60" seconds 1m
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 308ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Drobnica eksport" 15s 512ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 075ms
After Hooks.cleanUserDetailsAfterTest() 287ms
View Feature Transport Transfer Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 183ms
And Prepare user "paa1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 372ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 248ms
And Transfer transport to carrier "Przewoźnik Adama Automat 1" with "true" 33s 722ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Zlecenie czeka na akceptację" 9s 888ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 116ms
After Hooks.cleanUserDetailsAfterTest() 273ms
View Feature Transport Transfer Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 195ms
And Prepare user "paa1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 337ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 223ms
And Transfer transport to carrier "Przewoźnik Adama Automat 1" with "false" 33s 748ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Zostało przekazane nowe zlecenie" 5s 532ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 078ms
After Hooks.cleanUserDetailsAfterTest() 258ms
View Feature Transport Transfer Mail
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 925ms
And Prepare user "pskza1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 410ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 240ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-skz" 2s 166ms
And Add a bid "1500" to an auction by JSON file as "pskza1-carrier@qa.qa-test" for "pskza1-carrier@qa.qa-test" 202ms
And Add a bid "500" to an auction by JSON file as "pskza2-carrier-2@qa.qa-test" for "pskza2-carrier-2@qa.qa-test" 202ms
Then If user is login then logout 5s 338ms
And Login as "swisskrono-admin" 1s 050ms
And Go to auction details 1s 220ms
And Pass transport to carrier from auction details 1s 306ms
And Get mail "apolloautomattest@gmail.com" message from mailgun with "Nie otrzymano zlecenia" 14s 290ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 099ms
After Hooks.cleanUserDetailsAfterTest() 360ms
View Feature Transport Transfer Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 199ms
And Prepare user "pskza1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 468ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 248ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-skz" 2s 132ms
And Get mail "apolloautomattest@gmail.com" message from mailgun with "Nowe zapytanie ofertowe" 11s 087ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 081ms
After Hooks.cleanUserDetailsAfterTest() 377ms
View Feature Pallet limit
Before Hooks.showScenarioName(Scenario) 002ms
Given Set "transport" inputs from JSON file "CREATE_DELIVERY" "super-admin-neuca" 002ms
And Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 989ms
When Go to new transport "DELIVERY" 361ms
And Fill transport form 43s 066ms
And Change filled value in details "number-of-pallets-step-0" "number" "1000000" "0" 1s 363ms
And Click "save-transport" save button and wait for form to disappear 30s 071ms
And Set advice window in schedule 2s 195ms
Then Verify that the error is visible after exceeding the pallet limit 249ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Pallet limit
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 1s 052ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" 15s 356ms
And Go to "TRANSPORT_TABLE" 261ms
And Show all transport "false" 160ms
And Go to transport details "DELIVERY" 2s 476ms
And Change filled value in details "number-of-pallets-step-0" "number" "1000000" "0" 1s 394ms
And Click "save-transport" save button 700ms
Then Verify that the error is visible after exceeding the pallet limit 023ms
After Hooks.deleteTransportAfterTest() 122ms
View Feature Pallet limit
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-pgf" 090ms
And Prepare max pallet limit "1" in "Magazyn Łódź" 005ms
And Set "transport" inputs from JSON file "CREATE_UNLOAD" "super-admin-pgf" 001ms
When Login as "pgf-admin" 1s 460ms
And Go to new transport "UNLOAD" 15s 333ms
And Fill transport form 28s 849ms
And Click "save-transport" save button and wait for form to disappear 30s 148ms
And Set advice window in schedule 2s 225ms
And Check is transport created in schedule and set transport id 542ms
And Go to "TRANSPORT_TABLE" 256ms
And Go to transport details "UNLOAD" 30s 421ms
Then Check are transport values equals 25s 377ms
After Hooks.deleteTransportAfterTest() 133ms
After Hooks.rollbackMaxPalletLimit() 002ms
View Feature Mode of transportation - Advice
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 094ms
And Create default mode of transportation by API with "pba1-carrier" 069ms
And Set status of MOT to "AWAITING_VERIFICATION" 053ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 15s 283ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 107ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 070ms
When Login as "super-admin-bausch" 1s 792ms
And Go to "TRANSPORT_TABLE" 240ms
And Click button advice in transport table "LOAD_EXPORT" 089ms
And Set advice window in schedule 2s 600ms
Then Check if "AAAA0000" MOT is NOT visible in advice form 15s 381ms
After Hooks.deleteTransportAfterTest() 112ms
After Hooks.deleteModeOfTransportationAfterTest() 064ms
View Feature Mode of transportation - Advice
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 090ms
And Create default mode of transportation by API with "pba1-carrier" 057ms
And Set status of MOT to "DISABLED" 055ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 15s 219ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 095ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 064ms
When Login as "super-admin-bausch" 1s 208ms
And Go to "TRANSPORT_TABLE" 249ms
And Click button advice in transport table "LOAD_EXPORT" 098ms
And Set advice window in schedule 2s 603ms
Then Check if "AAAA0000" MOT is NOT visible in advice form 15s 366ms
After Hooks.deleteTransportAfterTest() 086ms
After Hooks.deleteModeOfTransportationAfterTest() 062ms
View Feature Mode of transportation - Advice
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 093ms
And Create default mode of transportation by API with "pba1-carrier" 068ms
And Set status of MOT to "ACCEPTED" 055ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 15s 242ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 099ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 057ms
When Login as "super-admin-bausch" 1s 238ms
And Go to "TRANSPORT_TABLE" 230ms
And Click button advice in transport table "LOAD_EXPORT" 101ms
And Set advice window in schedule 2s 556ms
Then Check if "AAAA0000" MOT can be selected in advice form 397ms
After Hooks.deleteTransportAfterTest() 071ms
After Hooks.deleteModeOfTransportationAfterTest() 059ms
View Feature Mode of transportation - Advice
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 090ms
And Create default mode of transportation by API with "pba1-carrier" 068ms
And Set status of MOT to "UPDATED" 052ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 15s 252ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 096ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 062ms
When Login as "super-admin-bausch" 1s 186ms
And Go to "TRANSPORT_TABLE" 231ms
And Click button advice in transport table "LOAD_EXPORT" 097ms
And Set advice window in schedule 2s 590ms
Then Check if "AAAA0000" MOT can be selected in advice form 393ms
After Hooks.deleteTransportAfterTest() 081ms
After Hooks.deleteModeOfTransportationAfterTest() 059ms
View Feature Mode of transportation - Advice
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 092ms
And Create default mode of transportation by API with "pba1-carrier" 069ms
And Set status of MOT to "REJECTED" 054ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 15s 216ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 098ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 064ms
When Login as "super-admin-bausch" 1s 210ms
And Go to "TRANSPORT_TABLE" 235ms
And Click button advice in transport table "LOAD_EXPORT" 103ms
And Set advice window in schedule 2s 598ms
Then Check if "AAAA0000" MOT is visible in advice form 361ms
And Check if "AAAA0000" MOT cannot be selected in advice form 15s 247ms
After Hooks.deleteTransportAfterTest() 075ms
After Hooks.deleteModeOfTransportationAfterTest() 062ms
View Feature Mode of transportation - Advice
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 092ms
And Create default mode of transportation by API with "pba1-carrier" 064ms
And Set status of MOT to "BLOCKED" 052ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 15s 218ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 089ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 067ms
When Login as "super-admin-bausch" 1s 186ms
And Go to "TRANSPORT_TABLE" 244ms
And Click button advice in transport table "LOAD_EXPORT" 097ms
And Set advice window in schedule 2s 632ms
Then Check if "AAAA0000" MOT is visible in advice form 372ms
And Check if "AAAA0000" MOT cannot be selected in advice form 15s 222ms
After Hooks.deleteTransportAfterTest() 071ms
After Hooks.deleteModeOfTransportationAfterTest() 052ms
View Feature SK Api - Statuses confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 114ms
And Set "transport" inputs from JSON file "CREATE_TRANSPORT_ORDER" "super-admin-skz" 001ms
And Add transport by SKApi in "MGW" assigned to "" 140ms
And Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 3s 132ms
And Click button advice in transport table "TRANSPORT_ORDER" 099ms
And Set advice window in schedule 2s 560ms
And Set "advice" inputs from JSON file "CREATE_ADVICE" "super-admin-skz" 001ms
And Fill advice form 16s 750ms
And Click advice save button and wait for advice form to disappear 30s 689ms
And Find transport in table with status "planned" 3s 346ms
And Confirm statuses until reach "left-the-factory" through SKAPI 31s 372ms
Then Check if transport has "left-the-factory" 025ms
After Hooks.deleteTransportAfterTest() 123ms
View Feature SK API - Creation of the Transport
Scenario Outline Check if it possible to create new transport by SKApi
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 227ms
And Set "transport" inputs from JSON file "CREATE_TRANSPORT_ORDER" "super-admin-skz" 001ms
When Add transport by SKApi in "MGW" assigned to "" 003ms
Then Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 3s 235ms
And Go to "TRANSPORT_TABLE" 146ms
And Go to transport details "TRANSPORT_ORDER" 2s 418ms
Then Check are transport values equals 125ms
org.junit.ComparisonFailure: Wartości w formularzu w polu company-step-1 są niepoprawne, wartość na stronie: DSKZA1 wartość poprawna: Dostawca SKZ Automat 1 expected: but was:
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:123)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:263)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/SK_API/SkApiTransport.feature:11)
After Hooks.deleteTransportAfterTest() 079ms
View Feature SK API - Creation of the Transport
Scenario Outline Check if it possible to create new transport by SKApi
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 125ms
And Set "transport" inputs from JSON file "CREATE_CONTAINER" "super-admin-skz" 000ms
When Add transport by SKApi in "MGW" assigned to "" 002ms
Then Check is transport "CONTAINER" created in transport table and set transport id 6s 311ms
And Go to "TRANSPORT_TABLE" 129ms
And Go to transport details "CONTAINER" 2s 378ms
Then Check are transport values equals 15s 371ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//div[@data-field-name='country-step-1']//input | //div[@data-field-name='country-step-1']//textarea"}
  (Session info: headless chrome=92.0.4515.131)
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'apollo-test', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-63-generic', java.version: '1.8.0_292'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=92.0.4515.107 (87a818b10553a07434ea9e2b6dccf3cbe7895134-refs/branch-heads/4515@{#1634}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.0n5WCa}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, webauthn:extension:credBlob=true, acceptInsecureCerts=false, browserVersion=92.0.4515.131, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: e0fe6b375f8b6306e0f6dec2e4f8854d
*** Element info: {Using=xpath, value=//div[@data-field-name='country-step-1']//input | //div[@data-field-name='country-step-1']//textarea}
	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.RemoteWebDriver.findElement(RemoteWebDriver.java:356)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:458)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:361)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:348)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:121)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:263)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/SK_API/SkApiTransport.feature:11)
After Hooks.deleteTransportAfterTest() 089ms
View Feature SK API - Creation of the Transport
Scenario Outline Check if it possible to create new transport by SKApi
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 269ms
And Set "transport" inputs from JSON file "CREATE_OWN_COLLECTION" "super-admin-skz" 001ms
When Add transport by SKApi in "MGW" assigned to "" 002ms
Then Check is transport "OWN_COLLECTION" created in transport table and set transport id 6s 371ms
And Go to "TRANSPORT_TABLE" 129ms
And Go to transport details "OWN_COLLECTION" 2s 401ms
Then Check are transport values equals 15s 400ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//div[@data-field-name='country-step-1']//input | //div[@data-field-name='country-step-1']//textarea"}
  (Session info: headless chrome=92.0.4515.131)
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'apollo-test', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-63-generic', java.version: '1.8.0_292'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=92.0.4515.107 (87a818b10553a07434ea9e2b6dccf3cbe7895134-refs/branch-heads/4515@{#1634}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.0n5WCa}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, webauthn:extension:credBlob=true, acceptInsecureCerts=false, browserVersion=92.0.4515.131, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: e0fe6b375f8b6306e0f6dec2e4f8854d
*** Element info: {Using=xpath, value=//div[@data-field-name='country-step-1']//input | //div[@data-field-name='country-step-1']//textarea}
	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.RemoteWebDriver.findElement(RemoteWebDriver.java:356)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:458)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:361)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:348)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:121)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:263)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/SK_API/SkApiTransport.feature:11)
After Hooks.deleteTransportAfterTest() 088ms
View Feature SK API - Creation of the Transport
Scenario Outline Check if it possible to create new transport by SKApi
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "swisskrono-admin-10" and set token of apiUsername "super-admin-skz" 2s 380ms
And Set "transport" inputs from JSON file "CREATE_TRANSPORT_ORDER" "super-admin-skz" 001ms
When Add transport by SKApi in "HRL" assigned to "" 002ms
Then Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 1m 33s 247ms
java.lang.AssertionError: Dodane zlecenie nie pojawiło się na stronie
	at org.junit.Assert.fail(Assert.java:88)
	at CucumberTests.Transport.CreateTransport.checkIsTransportCreatedInTransportTable(CreateTransport.java:163)
	at ✽.Check is transport "TRANSPORT_ORDER" created in transport table and set transport id(file:Features/Atom/SK_API/SkApiTransport.feature:8)
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "TRANSPORT_ORDER" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature SK API - Creation of the Transport
Scenario Outline Check if it possible to create new transport by SKApi
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "swisskrono-admin-10" and set token of apiUsername "super-admin-skz" 1s 314ms
And Set "transport" inputs from JSON file "CREATE_CONTAINER" "super-admin-skz" 000ms
When Add transport by SKApi in "HRL" assigned to "" 002ms
Then Check is transport "CONTAINER" created in transport table and set transport id 1m 33s 275ms
java.lang.AssertionError: Dodane zlecenie nie pojawiło się na stronie
	at org.junit.Assert.fail(Assert.java:88)
	at CucumberTests.Transport.CreateTransport.checkIsTransportCreatedInTransportTable(CreateTransport.java:163)
	at ✽.Check is transport "CONTAINER" created in transport table and set transport id(file:Features/Atom/SK_API/SkApiTransport.feature:8)
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "CONTAINER" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature SK API - Creation of the Transport
Scenario Outline Check if it possible to create new transport by SKApi
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "swisskrono-admin-10" and set token of apiUsername "super-admin-skz" 1s 261ms
And Set "transport" inputs from JSON file "CREATE_OWN_COLLECTION" "super-admin-skz" 001ms
When Add transport by SKApi in "HRL" assigned to "" 003ms
Then Check is transport "OWN_COLLECTION" created in transport table and set transport id 1m 33s 283ms
java.lang.AssertionError: Dodane zlecenie nie pojawiło się na stronie
	at org.junit.Assert.fail(Assert.java:88)
	at CucumberTests.Transport.CreateTransport.checkIsTransportCreatedInTransportTable(CreateTransport.java:163)
	at ✽.Check is transport "OWN_COLLECTION" created in transport table and set transport id(file:Features/Atom/SK_API/SkApiTransport.feature:8)
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "OWN_COLLECTION" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature SK API - Creation of the Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 232ms
And Set "transport" inputs from JSON file "CREATE_TRANSPORT_ORDER" "super-admin-skz" 001ms
And Set another client name "Pepsi" 000ms
When Add transport by SKApi in "MGW" assigned to "" 003ms
Then Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 6s 241ms
And Check client name in database "Pepsi" "TRANSPORT_ORDER" 033ms
After Hooks.deleteTransportAfterTest() 077ms
View Feature SK API - Creation of the Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin-10" and set token of apiUsername "super-admin-skz" 1s 132ms
And Set "transport" inputs from JSON file "CREATE_TRANSPORT_ORDER" "super-admin-skz" 000ms
When Add transport by SKApi in "" assigned to "" 002ms
Then Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 3s 205ms
And Go to "TRANSPORT_TABLE" 139ms
And Go to transport details "TRANSPORT_ORDER" 2s 423ms
Then Check if transport has warehouse "MGW" in step section "0" 029ms
After Hooks.deleteTransportAfterTest() 075ms
View Feature SK Api - Advice transport
The scenario checks if you can correctly add an advice to the order. After correct creation of the advice, the validity of the advice data on the platform is checked.
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 128ms
And Set "transport" inputs from JSON file "CREATE_CONTAINER" "super-admin-skz" 001ms
And Prepare user "swisskrono-admin" details with all notifications and "" by JSON file 361ms
And Add transport by SKApi in "MGW" assigned to "" 003ms
And Set "advice" inputs from JSON file "CREATE_ADVICE" "super-admin-skz" 001ms
And Check is transport "CONTAINER" created in transport table and set transport id 6s 318ms
When Click button advice in transport table "CONTAINER" 098ms
And Set advice window in schedule 2s 527ms
And Fill advice form 16s 851ms
And Click advice save button and wait for advice form to disappear 30s 691ms
And Go to "TRANSPORT_TABLE" 164ms
And Go to transport details "CONTAINER" 2s 452ms
Then Check are advice values equals 4s 363ms
After Hooks.deleteTransportAfterTest() 109ms
After Hooks.cleanUserDetailsAfterTest() 314ms
View Feature SK Api - Advice transport
The scenario checks if you can correctly add an advice to the order. After correct creation of the advice, the validity of the advice data on the platform is checked.
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 882ms
And Set "transport" inputs from JSON file "CREATE_OWN_COLLECTION" "super-admin-skz" 000ms
And Prepare user "swisskrono-admin" details with all notifications and "" by JSON file 317ms
And Add transport by SKApi in "MGW" assigned to "" 002ms
And Set "advice" inputs from JSON file "CREATE_ADVICE" "super-admin-skz" 001ms
And Check is transport "OWN_COLLECTION" created in transport table and set transport id 3s 363ms
When Click button advice in transport table "OWN_COLLECTION" 092ms
And Set advice window in schedule 2s 565ms
And Fill advice form 16s 822ms
And Click advice save button and wait for advice form to disappear 30s 710ms
And Go to "TRANSPORT_TABLE" 184ms
And Go to transport details "OWN_COLLECTION" 2s 484ms
Then Check are advice values equals 4s 344ms
After Hooks.deleteTransportAfterTest() 112ms
After Hooks.cleanUserDetailsAfterTest() 313ms
View Feature SK Api - Advice transport
The scenario checks if you can correctly add an advice to the order. After correct creation of the advice, the validity of the advice data on the platform is checked.
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 824ms
And Set "transport" inputs from JSON file "CREATE_TRANSPORT_ORDER" "super-admin-skz" 001ms
And Prepare user "swisskrono-admin" details with all notifications and "" by JSON file 343ms
And Add transport by SKApi in "MGW" assigned to "" 003ms
And Set "advice" inputs from JSON file "CREATE_ADVICE" "super-admin-skz" 001ms
And Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 5s 888ms
When Click button advice in transport table "TRANSPORT_ORDER" 093ms
And Set advice window in schedule 2s 596ms
And Fill advice form 16s 853ms
And Click advice save button and wait for advice form to disappear 30s 727ms
And Go to "TRANSPORT_TABLE" 220ms
And Go to transport details "TRANSPORT_ORDER" 2s 450ms
Then Check are advice values equals 4s 331ms
After Hooks.deleteTransportAfterTest() 101ms
After Hooks.cleanUserDetailsAfterTest() 286ms
View Feature SK Api - Advice transport
The scenario checks if you can correctly add an advice to the order. After correct creation of the advice, the validity of the advice data on the platform is checked.
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 2s 123ms
And Set "transport" inputs from JSON file "CREATE_TRANSPORT_ORDER" "super-admin-skz" 001ms
And Prepare user "pskza1-carrier@qa.qa-test" details with all notifications and "" by JSON file 513ms
And Add transport by SKApi in "MGW" assigned to "" 002ms
And Set "advice" inputs from JSON file "CREATE_ADVICE" "super-admin-skz" 000ms
And Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 5s 852ms
When Click button advice in transport table "TRANSPORT_ORDER" 091ms
And Set advice window in schedule 2s 556ms
And Fill advice form 16s 845ms
And Click advice save button and wait for advice form to disappear 30s 729ms
And Go to "TRANSPORT_TABLE" 207ms
And Go to transport details "TRANSPORT_ORDER" 2s 432ms
Then Check are advice values equals 4s 331ms
After Hooks.deleteTransportAfterTest() 127ms
After Hooks.cleanUserDetailsAfterTest() 371ms
View Feature SK Api - Advice transport
Scenario Outline Check if it possible to advice transport when transport is created by sk API
The scenario checks if you can correctly add an advice to the order. After correct creation of the advice, the validity of the advice data on the platform is checked.
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "swisskrono-tradesman@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 827ms
And Set "transport" inputs from JSON file "CREATE_TRANSPORT_ORDER" "super-admin-skz" 001ms
And Prepare user "swisskrono-tradesman@qa.qa-test" details with all notifications and "automaty@test.pl" by JSON file 275ms
And Add transport by SKApi in "MGW" assigned to "automaty@test.pl" 003ms
And Set "advice" inputs from JSON file "CREATE_ADVICE" "super-admin-skz" 001ms
And Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 3s 811ms
When Click button advice in transport table "TRANSPORT_ORDER" 098ms
And Set advice window in schedule 30s 066ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//button[@data-button-name='SHIFT_RIGHT_DAY']"}
  (Session info: headless chrome=92.0.4515.131)
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'apollo-test', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-63-generic', java.version: '1.8.0_292'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=92.0.4515.107 (87a818b10553a07434ea9e2b6dccf3cbe7895134-refs/branch-heads/4515@{#1634}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.0n5WCa}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, webauthn:extension:credBlob=true, acceptInsecureCerts=false, browserVersion=92.0.4515.131, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: e0fe6b375f8b6306e0f6dec2e4f8854d
*** Element info: {Using=xpath, value=//button[@data-button-name='SHIFT_RIGHT_DAY']}
	at sun.reflect.GeneratedConstructorAccessor213.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:356)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:458)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:361)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:348)
	at Pages.BasePage.getWebElementByXpath(BasePage.java:323)
	at CucumberTests.Transport.AdviceTransport.setAdviceWindowInSchedule(AdviceTransport.java:91)
	at ✽.Set advice window in schedule(file:Features/Atom/SK_API/SkApiTransportAdvice.feature:13)
And Fill advice form 000ms
And Click advice save button and wait for advice form to disappear 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "TRANSPORT_ORDER" 000ms
Then Check are advice values equals 000ms
After Hooks.deleteTransportAfterTest() 090ms
After Hooks.cleanUserDetailsAfterTest() 238ms
View Feature SK Api - Advice transport
The scenario checks if you can correctly add an advice to the order. After the correct addition of the advice on the platform, the correctness of the data that has been sent to the SK API microservice database is also verified.
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 846ms
And Set "transport" inputs from JSON file "CREATE_OWN_COLLECTION" "super-admin-skz" 001ms
And Prepare user "swisskrono-admin" details with all notifications and "" by JSON file 341ms
And Add transport by SKApi in "MGW" assigned to "" 002ms
And Set "advice" inputs from JSON file "CREATE_ADVICE" "super-admin-skz" 001ms
And Check is transport "OWN_COLLECTION" created in transport table and set transport id 3s 361ms
When Click button advice in transport table "OWN_COLLECTION" 085ms
And Set advice window in schedule 2s 562ms
And Fill advice form 16s 755ms
And Click advice save button and wait for advice form to disappear 30s 708ms
And Go to "TRANSPORT_TABLE" 190ms
Then Check advice data in SK API database "OWN_COLLECTION" 149ms
After Hooks.deleteTransportAfterTest() 100ms
After Hooks.cleanUserDetailsAfterTest() 278ms
View Feature SK Api - Advice transport
The scenario checks if you can correctly add an advice to the order. After the correct addition of the advice on the platform, the correctness of the data that has been sent to the SK API microservice database is also verified.
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 891ms
And Set "transport" inputs from JSON file "CREATE_CONTAINER" "super-admin-skz" 001ms
And Prepare user "swisskrono-admin" details with all notifications and "" by JSON file 330ms
And Add transport by SKApi in "MGW" assigned to "" 003ms
And Set "advice" inputs from JSON file "CREATE_ADVICE" "super-admin-skz" 001ms
And Check is transport "CONTAINER" created in transport table and set transport id 6s 323ms
When Click button advice in transport table "CONTAINER" 093ms
And Set advice window in schedule 2s 568ms
And Fill advice form 16s 770ms
And Click advice save button and wait for advice form to disappear 30s 743ms
And Go to "TRANSPORT_TABLE" 193ms
Then Check advice data in SK API database "CONTAINER" 104ms
After Hooks.deleteTransportAfterTest() 122ms
After Hooks.cleanUserDetailsAfterTest() 274ms
View Feature SK Api - Advice transport
The scenario checks if you can correctly add an advice to the order. After the correct addition of the advice on the platform, the correctness of the data that has been sent to the SK API microservice database is also verified.
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 820ms
And Set "transport" inputs from JSON file "CREATE_TRANSPORT_ORDER" "super-admin-skz" 000ms
And Prepare user "swisskrono-admin" details with all notifications and "" by JSON file 335ms
And Add transport by SKApi in "MGW" assigned to "" 003ms
And Set "advice" inputs from JSON file "CREATE_ADVICE" "super-admin-skz" 001ms
And Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 2s 887ms
When Click button advice in transport table "TRANSPORT_ORDER" 083ms
And Set advice window in schedule 2s 582ms
And Fill advice form 16s 780ms
And Click advice save button and wait for advice form to disappear 30s 714ms
And Go to "TRANSPORT_TABLE" 244ms
Then Check advice data in SK API database "TRANSPORT_ORDER" 039ms
After Hooks.deleteTransportAfterTest() 094ms
After Hooks.cleanUserDetailsAfterTest() 273ms
View Feature SK Api - Advice transport
The scenario checks if you can correctly add an advice to the order. After the correct addition of the advice on the platform, the correctness of the data that has been sent to the SK API microservice database is also verified.
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 694ms
And Set "transport" inputs from JSON file "CREATE_TRANSPORT_ORDER" "super-admin-skz" 000ms
And Prepare user "pskza1-carrier@qa.qa-test" details with all notifications and "" by JSON file 485ms
And Add transport by SKApi in "MGW" assigned to "" 003ms
And Set "advice" inputs from JSON file "CREATE_ADVICE" "super-admin-skz" 001ms
And Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 5s 914ms
When Click button advice in transport table "TRANSPORT_ORDER" 086ms
And Set advice window in schedule 2s 581ms
And Fill advice form 16s 882ms
And Click advice save button and wait for advice form to disappear 30s 698ms
And Go to "TRANSPORT_TABLE" 233ms
Then Check advice data in SK API database "TRANSPORT_ORDER" 036ms
After Hooks.deleteTransportAfterTest() 107ms
After Hooks.cleanUserDetailsAfterTest() 331ms
View Feature SK Api - Advice transport
The scenario checks if you can correctly add an advice to the order. After the correct addition of the advice on the platform, the correctness of the data that has been sent to the SK API microservice database is also verified.
Before Hooks.showScenarioName(Scenario) 002ms
Given Login as "swisskrono-tradesman@qa.qa-test" and set token of apiUsername "super-admin-skz" 2s 031ms
And Set "transport" inputs from JSON file "CREATE_TRANSPORT_ORDER" "super-admin-skz" 001ms
And Prepare user "swisskrono-tradesman@qa.qa-test" details with all notifications and "automaty@test.pl" by JSON file 258ms
And Add transport by SKApi in "MGW" assigned to "automaty@test.pl" 003ms
And Set "advice" inputs from JSON file "CREATE_ADVICE" "super-admin-skz" 001ms
And Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 3s 011ms
When Click button advice in transport table "TRANSPORT_ORDER" 075ms
And Set advice window in schedule 2s 553ms
And Fill advice form 16s 795ms
And Click advice save button and wait for advice form to disappear 30s 748ms
And Go to "TRANSPORT_TABLE" 215ms
Then Check advice data in SK API database "TRANSPORT_ORDER" 092ms
After Hooks.deleteTransportAfterTest() 105ms
After Hooks.cleanUserDetailsAfterTest() 217ms
View Feature SK Api - Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 824ms
And Set "transport" inputs from JSON file "CREATE_CONTAINER" "super-admin-skz" 001ms
And Add transport by SKApi in "MGW" assigned to "" 001ms
And Set "advice" inputs from JSON file "CREATE_ADVICE" "super-admin-skz" 000ms
And Check is transport "CONTAINER" created in transport table and set transport id 6s 346ms
When Click button advice in transport table "CONTAINER" 095ms
And Set advice window in schedule in the past 2s 595ms
And Fill advice form 16s 831ms
And Click advice save button to check error message 094ms
Then Check if possible advice alert is displayed 022ms
After Hooks.deleteTransportAfterTest() 077ms
View Feature SK Api - Advice transport
Scenario Outline Check if advice data saved in SK API database after edition
The scenario checks if you can correctly edit an advice. After that the correctness of the data that has been sent to the SK API microservice database is also verified.
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 273ms
And Set "transport" inputs from JSON file "CREATE_OWN_COLLECTION" "super-admin-skz" 000ms
And Add transport by SKApi in "MGW" assigned to "" 002ms
And Set "advice" inputs from JSON file "EDIT_ADVICE" "super-admin-skz" 001ms
And Check is transport "OWN_COLLECTION" created in transport table and set transport id 3s 387ms
And Create advice by JSON file "CREATE_ADVICE" as "super-admin-skz" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getTransportApiJson(JsonApiUtil.java:131)
	at CucumberTests.Transport.AdviceTransport.prepareAdviceJSON(AdviceTransport.java:371)
	at CucumberTests.Transport.AdviceTransport.createAdviceByJSONFile(AdviceTransport.java:343)
	at ✽.Create advice by JSON file "CREATE_ADVICE" as "super-admin-skz"(file:Features/Atom/SK_API/SkApiTransportAdvice.feature:74)
And Go to "TRANSPORT_TABLE" 000ms
When Go to transport details "OWN_COLLECTION" 000ms
And Expand advice panel 000ms
And Edit advice in transport details 000ms
And Fill arrival date field 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
Then Check advice data in database after edition "OWN_COLLECTION" 000ms
After Hooks.deleteTransportAfterTest() 068ms
View Feature SK Api - Advice transport
Scenario Outline Check if advice data saved in SK API database after edition
The scenario checks if you can correctly edit an advice. After that the correctness of the data that has been sent to the SK API microservice database is also verified.
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 113ms
And Set "transport" inputs from JSON file "CREATE_CONTAINER" "super-admin-skz" 001ms
And Add transport by SKApi in "MGW" assigned to "" 002ms
And Set "advice" inputs from JSON file "EDIT_ADVICE" "super-admin-skz" 001ms
And Check is transport "CONTAINER" created in transport table and set transport id 3s 324ms
And Create advice by JSON file "CREATE_ADVICE" as "super-admin-skz" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getTransportApiJson(JsonApiUtil.java:131)
	at CucumberTests.Transport.AdviceTransport.prepareAdviceJSON(AdviceTransport.java:371)
	at CucumberTests.Transport.AdviceTransport.createAdviceByJSONFile(AdviceTransport.java:343)
	at ✽.Create advice by JSON file "CREATE_ADVICE" as "super-admin-skz"(file:Features/Atom/SK_API/SkApiTransportAdvice.feature:74)
And Go to "TRANSPORT_TABLE" 000ms
When Go to transport details "CONTAINER" 000ms
And Expand advice panel 000ms
And Edit advice in transport details 000ms
And Fill arrival date field 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
Then Check advice data in database after edition "CONTAINER" 000ms
After Hooks.deleteTransportAfterTest() 067ms
View Feature SK Api - Advice transport
Scenario Outline Check if advice data saved in SK API database after edition
The scenario checks if you can correctly edit an advice. After that the correctness of the data that has been sent to the SK API microservice database is also verified.
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 116ms
And Set "transport" inputs from JSON file "CREATE_TRANSPORT_ORDER" "super-admin-skz" 001ms
And Add transport by SKApi in "MGW" assigned to "" 002ms
And Set "advice" inputs from JSON file "EDIT_ADVICE" "super-admin-skz" 001ms
And Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 3s 808ms
And Create advice by JSON file "CREATE_ADVICE" as "super-admin-skz" 001ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getTransportApiJson(JsonApiUtil.java:131)
	at CucumberTests.Transport.AdviceTransport.prepareAdviceJSON(AdviceTransport.java:371)
	at CucumberTests.Transport.AdviceTransport.createAdviceByJSONFile(AdviceTransport.java:343)
	at ✽.Create advice by JSON file "CREATE_ADVICE" as "super-admin-skz"(file:Features/Atom/SK_API/SkApiTransportAdvice.feature:74)
And Go to "TRANSPORT_TABLE" 000ms
When Go to transport details "TRANSPORT_ORDER" 000ms
And Expand advice panel 000ms
And Edit advice in transport details 000ms
And Fill arrival date field 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
Then Check advice data in database after edition "TRANSPORT_ORDER" 000ms
After Hooks.deleteTransportAfterTest() 066ms
View Feature Schedule
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 456ms
And Create "CREATE_GRAY_WINDOW_TWG" window by JSON file for test as "super-admin-hochland" 037ms
And Create "CREATE_GRAY_WINDOW_OST" window by JSON file for test as "super-admin-hochland" 033ms
When Go to "WAREHOUSE_TAB" 872ms
And Select warehouse "Twarożkarnia wyrób gotowy" 1s 902ms
And Select view "DAYS_2" 2s 083ms
Then Check if gray window is in the schedule 2s 022ms
And Select warehouse "Opakowania, surowce twarożkarnia" 1s 289ms
And Select view "DAYS_2" 2s 048ms
And Check if gray window is in the schedule 2s 014ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteAllGrayWindowsAfterTest() 15s 106ms
View Feature Schedule
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-producer" and set token of apiUsername "super-admin-hochland" 2s 496ms
And Create "CREATE_GRAY_WINDOW_TWG" window by JSON file for test as "super-admin-hochland" 049ms
And Create "CREATE_GRAY_WINDOW_OST" window by JSON file for test as "super-admin-hochland" 033ms
When Go to "WAREHOUSE_TAB" 845ms
And Select warehouse "Twarożkarnia wyrób gotowy" 1s 970ms
And Select view "DAYS_2" 2s 087ms
Then Check if gray window is in the schedule 2s 023ms
And Select warehouse "Opakowania, surowce twarożkarnia" 1s 287ms
And Select view "DAYS_2" 2s 048ms
And Check if gray window is in the schedule 2s 014ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteAllGrayWindowsAfterTest() 15s 160ms
View Feature Schedule
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "pha1-carrier@qa.qa-test" and set token of apiUsername "super-admin-hochland" 2s 666ms
And Create "CREATE_GRAY_WINDOW_TWG" window by JSON file for test as "super-admin-hochland" 040ms
And Create "CREATE_GRAY_WINDOW_OST" window by JSON file for test as "super-admin-hochland" 034ms
When Go to "WAREHOUSE_TAB" 874ms
And Select warehouse "Twarożkarnia wyrób gotowy" 1s 945ms
And Select view "DAYS_2" 2s 087ms
Then Check if gray window is in the schedule 2s 021ms
And Select warehouse "Opakowania, surowce twarożkarnia" 1s 278ms
And Select view "DAYS_2" 2s 047ms
And Check if gray window is in the schedule 2s 015ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteAllGrayWindowsAfterTest() 15s 119ms
View Feature Schedule
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 300ms
And Create "CREATE_GRAY_WINDOW_MGW" window by JSON file for test as "super-admin-skz" 029ms
And Create "CREATE_GRAY_WINDOW_HRL" window by JSON file for test as "super-admin-skz" 028ms
When Go to "WAREHOUSE_TAB" 427ms
And Select warehouse "MGW" 1s 190ms
And Select view "DAYS_2" 2s 071ms
Then Check if gray window is in the schedule 2s 024ms
And Select warehouse "HRL" 1s 411ms
And Select view "DAYS_2" 2s 049ms
And Check if gray window is in the schedule 2s 016ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteAllGrayWindowsAfterTest() 15s 156ms
View Feature Schedule
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-neuca" 090ms
And Set "transport" inputs from JSON file "CREATE_DELIVERY_PALLETS_IN_WAREHOUSE_STEP_ONLY" "super-admin-neuca" 001ms
And Get package type settings for transportType "DELIVERY" from "neuca" 139ms
And Set package type "PALLETS" settings with values: "visibleInContractorStep;visibleInWarehouseStep", "true;false" 143ms
When Login as "neuca-admin" 1s 527ms
And Go to new transport "DELIVERY" 335ms
And Fill transport form 35s 259ms
And Get sum of pallets of "load" in transport form 040ms
And Click "save-transport" save button and wait for form to disappear 30s 134ms
And Set advice window in schedule 2s 193ms
And Check is transport created in schedule and set transport id 937ms
Then Verify if used pallet limit in schedule changed properly in "I" on "RT1" 079ms
After Hooks.deleteTransportAfterTest() 156ms
After Hooks.rollbackPackageTypeTransportTypeSettings() 021ms
View Feature Schedule
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-neuca" 093ms
And Set "transport" inputs from JSON file "CREATE_DELIVERY_PALLETS_IN_COMPANY_STEP_ONLY" "super-admin-neuca" 000ms
And Get package type settings for transportType "DELIVERY" from "neuca" 016ms
And Set package type "PALLETS" settings with values: "visibleInContractorStep;visibleInWarehouseStep", "false;true" 041ms
When Login as "neuca-admin" 1s 026ms
And Go to new transport "DELIVERY" 374ms
And Fill transport form 35s 212ms
And Get sum of pallets of "unload" in transport form 039ms
And Click "save-transport" save button and wait for form to disappear 30s 092ms
And Set advice window in schedule 2s 183ms
And Check is transport created in schedule and set transport id 928ms
Then Verify if used pallet limit in schedule changed properly in "I" on "RT1" 077ms
After Hooks.deleteTransportAfterTest() 131ms
After Hooks.rollbackPackageTypeTransportTypeSettings() 024ms
View Feature Schedule
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-neuca" 093ms
And Set "transport" inputs from JSON file "CREATE_DELIVERY_PALLETS_IN_WAREHOUSE_AND_COMPANY_STEPS" "super-admin-neuca" 001ms
And Get package type settings for transportType "DELIVERY" from "neuca" 014ms
And Set package type "PALLETS" settings with values: "visibleInContractorStep;visibleInWarehouseStep", "true;true" 038ms
When Login as "neuca-admin" 1s 049ms
And Go to new transport "DELIVERY" 367ms
And Fill transport form 37s 965ms
And Get sum of pallets of "unload" in transport form 037ms
And Click "save-transport" save button and wait for form to disappear 30s 109ms
And Set advice window in schedule 2s 195ms
And Check is transport created in schedule and set transport id 955ms
Then Verify if used pallet limit in schedule changed properly in "I" on "RT1" 078ms
After Hooks.deleteTransportAfterTest() 123ms
After Hooks.rollbackPackageTypeTransportTypeSettings() 020ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 002ms
Given Set token of apiUsername "super-admin-hochland" 086ms
And Get custom field settings for "DELIVERY" transport type and "hochland" company 033ms
And Mark custom fields as not obligatory 430ms
And Login as "hochland-admin" 2s 350ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 384ms
When Find transport in table with status "advice-added" 3s 205ms
And Confirm statuses until reach "process-ended" 31s 657ms
Then Check if transport has "process-ended" 024ms
After Hooks.deleteTransportAfterTest() 102ms
After Hooks.rollbackAllCustomFieldsSettings() 580ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-pgf" 089ms
And Get custom field settings for "UNLOAD" transport type and "pgf" company 032ms
And Mark custom fields as not obligatory 004ms
And Login as "pgf-admin" 1s 265ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" 15s 788ms
When Find transport in table with status "planned" 17s 200ms
And Confirm statuses until reach "process-ended" 10s 642ms
Then Check if transport has "process-ended" 025ms
After Hooks.deleteTransportAfterTest() 103ms
After Hooks.rollbackAllCustomFieldsSettings() 074ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-adama" 101ms
And Get custom field settings for "DELIVERY" transport type and "adama" company 019ms
And Mark custom fields as not obligatory 005ms
And Login as "adama-admin" 1s 470ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 1s 319ms
When Find transport in table with status "planned" 3s 213ms
And Confirm statuses until reach "process-ended" 23s 523ms
Then Check if transport has "process-ended" 027ms
After Hooks.deleteTransportAfterTest() 091ms
After Hooks.rollbackAllCustomFieldsSettings() 078ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-lantmannen" 090ms
And Get custom field settings for "DELIVERY" transport type and "lantmannen" company 015ms
And Mark custom fields as not obligatory 004ms
And Login as "lantmannen-admin" 1s 284ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 1s 279ms
When Find transport in table with status "potwierdzony" 3s 216ms
And Confirm statuses until reach "process-ended" 30s 960ms
Then Check if transport has "process-ended" 023ms
After Hooks.deleteTransportAfterTest() 087ms
After Hooks.rollbackAllCustomFieldsSettings() 004ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-lantmannen" 089ms
And Get custom field settings for "LOAD" transport type and "lantmannen" company 017ms
And Mark custom fields as not obligatory 004ms
And Login as "lantmannen-admin" 966ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 308ms
When Find transport in table with status "created" 3s 225ms
And Confirm statuses until reach "process-ended" 34s 724ms
Then Check if transport has "process-ended" 026ms
After Hooks.deleteTransportAfterTest() 083ms
After Hooks.rollbackAllCustomFieldsSettings() 003ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-keeeper" 090ms
And Get custom field settings for "UNLOAD" transport type and "keeeper" company 016ms
And Mark custom fields as not obligatory 081ms
And Login as "keeeper-admin" 1s 626ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 330ms
When Find transport in table with status "planned" 3s 227ms
And Confirm statuses until reach "process-ended" 30s 984ms
Then Check if transport has "process-ended" 025ms
After Hooks.deleteTransportAfterTest() 107ms
After Hooks.rollbackAllCustomFieldsSettings() 094ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-keeeper" 089ms
And Get custom field settings for "TANKER_GRANULATE_DELIVERY" transport type and "keeeper" company 019ms
And Mark custom fields as not obligatory 079ms
And Login as "keeeper-admin" 1s 577ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 333ms
When Find transport in table with status "planned" 3s 232ms
And Confirm statuses until reach "process-ended" 31s 045ms
Then Check if transport has "process-ended" 027ms
After Hooks.deleteTransportAfterTest() 092ms
After Hooks.rollbackAllCustomFieldsSettings() 119ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 948ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 287ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 094ms
When Accept or reject "accept" transferred transport 18s 027ms
And Set "advice" inputs from JSON file "ADVICE_SMALLS" "super-admin-skz" 001ms
And Click button advice in transport table "SMALLS_IMPORT" 126ms
And Set advice window in schedule 2s 690ms
And Fill advice form 16s 733ms
And Click advice save button and wait for advice form to disappear 30s 734ms
And Check if window is "silver" 4s 034ms
And Go to "TRANSPORT_TABLE" 194ms
Then Check if transport has "process-ended" 234ms
After Hooks.deleteTransportAfterTest() 132ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 002ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 198ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 320ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 078ms
When Accept or reject "accept" transferred transport 18s 135ms
And Set "advice" inputs from JSON file "ADVICE_SMALLS" "super-admin-skz" 001ms
And Click button advice in transport table "SMALLS_EXPORT" 108ms
And Set advice window in schedule 2s 664ms
And Fill advice form 16s 818ms
And Click advice save button and wait for advice form to disappear 30s 718ms
And Check if window is "silver" 4s 035ms
And Go to "TRANSPORT_TABLE" 186ms
Then Check if transport has "process-ended" 270ms
After Hooks.deleteTransportAfterTest() 115ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 091ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "UPDATE_ADVICE" "CHECKPOINT_BASED" "ARRIVAL" 109ms
And Get custom field settings for "DELIVERY" transport type and "hochland" company 031ms
And Mark custom fields as not obligatory 391ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 400ms
When Login as "hochland-admin" 2s 505ms
And Find transport in table with status "advice-added" 3s 310ms
And Confirm statuses until reach "arrived" 4s 834ms
And Go to transport details "DELIVERY" 2s 723ms
Then Check if it is not possible to edit advice 185ms
After Hooks.deleteTransportAfterTest() 110ms
After Hooks.rollbackAllCustomFieldsSettings() 491ms
After Hooks.rollbackAddedActionAuthorities() 059ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-hochland" 098ms
And Get custom field settings for "DELIVERY" transport type and "hochland" company 027ms
And Mark custom fields as not obligatory 340ms
And Login as "hochland-admin" 2s 333ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 381ms
When Find transport in table with status "advice-added" 3s 236ms
And Check if transport row is "blue" 3s 067ms
And Confirm statuses until reach "arrived" 5s 357ms
And Check if transport row is "green" 3s 062ms
And Confirm statuses until reach "during-unload" 5s 320ms
Then Check if transport row is "orange" 3s 078ms
And Confirm statuses until reach "unloaded" 5s 255ms
Then Check if transport row is "darkgoldenrod" 3s 068ms
And Confirm statuses until reach "process-ended" 5s 292ms
Then Check if transport row is "silver" 3s 064ms
After Hooks.deleteTransportAfterTest() 101ms
After Hooks.rollbackAllCustomFieldsSettings() 505ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-piast" 091ms
And Get custom field settings for "DELIVERY" transport type and "piast" company 034ms
And Mark custom fields as not obligatory 006ms
And Login as "piast-admin" 1s 514ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 197ms
And Set "advice" inputs from JSON file "ADVICE_DELIVERY" "super-admin-piast" 001ms
And Show all transport types 1s 040ms
And Click button advice in transport table "DELIVERY" 113ms
And Set advice window in schedule 2s 608ms
And Fill advice form 10s 516ms
And Click advice save button and wait for advice form to disappear 30s 737ms
And Go to "TRANSPORT_TABLE" 245ms
And Find transport in table with status "advice-added" 3s 192ms
And Confirm statuses until reach "left-the-area" 25s 116ms
Then Check if next status is not possible to confirm 113ms
After Hooks.deleteTransportAfterTest() 091ms
After Hooks.rollbackAllCustomFieldsSettings() 587ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-piast" 095ms
And Get custom field settings for "LOAD" transport type and "piast" company 047ms
And Mark custom fields as not obligatory 008ms
And Login as "piast-admin" 1s 607ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 196ms
And Set "advice" inputs from JSON file "ADVICE_LOAD" "super-admin-piast" 001ms
And Show all transport types 1s 043ms
And Click button advice in transport table "LOAD" 104ms
And Set advice window in schedule 2s 606ms
And Fill advice form 10s 622ms
And Click advice save button and wait for advice form to disappear 30s 728ms
And Go to "TRANSPORT_TABLE" 185ms
And Find transport in table with status "advice-added" 3s 235ms
And Confirm statuses until reach "left-the-area" 26s 116ms
Then Check if next status is not possible to confirm 110ms
After Hooks.deleteTransportAfterTest() 117ms
After Hooks.rollbackAllCustomFieldsSettings() 639ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-piast" 094ms
And Get custom field settings for "DELIVERY" transport type and "piast" company 031ms
And Mark custom fields as not obligatory 007ms
And Login as "piast-admin" 1s 573ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 180ms
And Set "advice" inputs from JSON file "ADVICE_DELIVERY" "super-admin-piast" 001ms
And Show all transport types 1s 037ms
And Click button advice in transport table "DELIVERY" 107ms
And Set advice window in schedule 2s 595ms
And Fill advice form 10s 543ms
And Click advice save button and wait for advice form to disappear 30s 710ms
And Go to "TRANSPORT_TABLE" 226ms
And Find transport in table with status "advice-added" 3s 204ms
When Add file to transport by API 1s 011ms
And Confirm statuses until reach "process-ended" 43s 344ms
Then Check if transport has "process-ended" 026ms
After Hooks.deleteTransportAfterTest() 102ms
After Hooks.rollbackAllCustomFieldsSettings() 567ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-piast" 089ms
And Get custom field settings for "LOAD" transport type and "piast" company 035ms
And Mark custom fields as not obligatory 012ms
And Login as "piast-admin" 1s 597ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 210ms
And Set "advice" inputs from JSON file "ADVICE_LOAD" "super-admin-piast" 001ms
And Show all transport types 1s 038ms
And Click button advice in transport table "LOAD" 103ms
And Set advice window in schedule 2s 598ms
And Fill advice form 10s 545ms
And Click advice save button and wait for advice form to disappear 30s 723ms
And Go to "TRANSPORT_TABLE" 181ms
And Find transport in table with status "advice-added" 3s 225ms
When Add file to transport by API 327ms
And Confirm statuses until reach "process-ended" 28s 324ms
Then Check if transport has "process-ended" 023ms
After Hooks.deleteTransportAfterTest() 104ms
After Hooks.rollbackAllCustomFieldsSettings() 635ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 096ms
And Get custom field settings for "TRANSFER_BETWEEN_WAREHOUSES" transport type and "hochland" company 033ms
And Mark custom fields as not obligatory 677ms
And Set custom field "Magazynier (R)" with "EDIT_TRANSFER_BETWEEN_WAREHOUSES_WAREHOUSEMAN_U_CFD" in "TRANSFER_BETWEEN_WAREHOUSES" - "hochland" by "super-admin-hochland" 066ms
And Create transport "CREATE_TRANSFER_BETWEEN_WAREHOUSES" by JSON file as "super-admin-hochland" 1s 166ms
And Set "advice" inputs from JSON file "ADVICE_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 001ms
And Login as "hochland-admin" 2s 432ms
And Show all transport types 1s 070ms
And Click button advice in transport table "TRANSFER_BETWEEN_WAREHOUSES" 114ms
And Set advice window in schedule 6s 481ms
And Fill advice form 15s 474ms
And Click advice save button and wait for advice form to disappear 30s 759ms
And Go to "TRANSPORT_TABLE" 207ms
And Find transport in table with status "advice-added" 3s 232ms
And Confirm statuses until reach "during-load" 9s 102ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 289ms
And Check if next status is not possible to confirm in status confirmation modal 119ms
After Hooks.deleteTransportAfterTest() 104ms
After Hooks.rollbackAllCustomFieldsSettings() 751ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-keeeper" 092ms
And Get custom field settings for "LOAD" transport type and "keeeper" company 022ms
And Mark custom fields as not obligatory 115ms
And Set custom field "Spełnienie warunków sanitarno-technicznych" with "EDIT_LOAD_SANITARY_CONDITIONS_CFD" in "LOAD" - "keeeper" by "super-admin-keeeper" 033ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 169ms
And Set "advice" inputs from JSON file "ADVICE_LOAD" "super-admin-keeeper" 002ms
And Login as "keeeper-admin" 1s 610ms
And Show all transport types 1s 148ms
And Click button advice in transport table "LOAD" 108ms
And Set advice window in schedule 2s 471ms
And Fill advice form 15s 371ms
And Click advice save button and wait for advice form to disappear 30s 737ms
And Go to "TRANSPORT_TABLE" 204ms
And Find transport in table with status "advice-added" 3s 260ms
And Confirm statuses until reach "arrived" 4s 830ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 241ms
And Check if next status is not possible to confirm in status confirmation modal 084ms
After Hooks.deleteTransportAfterTest() 097ms
After Hooks.rollbackAllCustomFieldsSettings() 142ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-keeeper" 087ms
And Get custom field settings for "CONTAINER" transport type and "keeeper" company 017ms
And Mark custom fields as not obligatory 113ms
And Set custom field "Spełnienie warunków sanitarno-technicznych" with "EDIT_CONTAINER_SANITARY_CONDITIONS_CFD" in "CONTAINER" - "keeeper" by "super-admin-keeeper" 036ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 176ms
And Set "advice" inputs from JSON file "ADVICE_CONTAINER" "super-admin-keeeper" 001ms
And Login as "keeeper-admin" 1s 604ms
And Show all transport types 1s 062ms
And Click button advice in transport table "CONTAINER" 101ms
And Set advice window in schedule 2s 484ms
And Fill advice form 15s 380ms
And Click advice save button and wait for advice form to disappear 30s 722ms
And Go to "TRANSPORT_TABLE" 212ms
And Find transport in table with status "advice-added" 3s 267ms
And Confirm statuses until reach "arrived" 4s 813ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 234ms
And Check if next status is not possible to confirm in status confirmation modal 106ms
After Hooks.deleteTransportAfterTest() 089ms
After Hooks.rollbackAllCustomFieldsSettings() 144ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-keeeper" 091ms
And Get custom field settings for "UNLOAD" transport type and "keeeper" company 022ms
And Mark custom fields as not obligatory 087ms
And Set custom field "Spełnienie warunków sanitarno-technicznych" with "EDIT_DELIVERY_SANITARY_CONDITIONS_CFD" in "UNLOAD" - "keeeper" by "super-admin-keeeper" 033ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 317ms
And Login as "keeeper-admin" 1s 645ms
And Go to "TRANSPORT_TABLE" 147ms
And Find transport in table with status "planned" 3s 195ms
And Confirm statuses until reach "arrived" 5s 299ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 232ms
And Check if next status is not possible to confirm in status confirmation modal 088ms
After Hooks.deleteTransportAfterTest() 103ms
After Hooks.rollbackAllCustomFieldsSettings() 080ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-keeeper" 091ms
And Get custom field settings for "TANKER_GRANULATE_DELIVERY" transport type and "keeeper" company 021ms
And Mark custom fields as not obligatory 086ms
And Set custom field "Spełnienie warunków sanitarno-technicznych" with "EDIT_TANKER_GRANULATE_DELIVERY_SANITARY_CONDITIONS_CFD" in "TANKER_GRANULATE_DELIVERY" - "keeeper" by "super-admin-keeeper" 029ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 338ms
And Login as "keeeper-admin" 1s 579ms
And Go to "TRANSPORT_TABLE" 119ms
And Find transport in table with status "planned" 3s 195ms
And Confirm statuses until reach "arrived" 4s 870ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 247ms
And Check if next status is not possible to confirm in status confirmation modal 073ms
After Hooks.deleteTransportAfterTest() 098ms
After Hooks.rollbackAllCustomFieldsSettings() 123ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 091ms
And Get custom field settings for "DELIVERY" transport type and "hochland" company 031ms
And Mark custom fields as not obligatory 391ms
And Set custom field "Magazynier" with "EDIT_DELIVERY_WAREHOUSEMAN_CFD" in "DELIVERY" - "hochland" by "super-admin-hochland" 139ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 371ms
And Login as "hochland-admin" 2s 277ms
And Go to "TRANSPORT_TABLE" 216ms
And Find transport in table with status "advice-added" 3s 211ms
And Confirm statuses until reach "during-unload" 9s 056ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 402ms
And Check if next status is not possible to confirm in status confirmation modal 143ms
After Hooks.deleteTransportAfterTest() 108ms
After Hooks.rollbackAllCustomFieldsSettings() 428ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-keeeper" 088ms
And Get custom field settings for "LOAD" transport type and "keeeper" company 018ms
And Mark custom fields as not obligatory 114ms
And Set "advice" inputs from JSON file "ADVICE_LOAD" "super-admin-keeeper" 000ms
And Set custom field "Spełnienie warunków sanitarno-technicznych" with "EDIT_LOAD_SANITARY_CONDITIONS_CFD" in "LOAD" - "keeeper" by "super-admin-keeeper" 024ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 168ms
And Login as "keeeper-admin" 1s 434ms
And Show all transport types 1s 146ms
And Click button advice in transport table "LOAD" 102ms
And Set advice window in schedule 2s 497ms
And Fill advice form 15s 410ms
And Click advice save button and wait for advice form to disappear 30s 685ms
And Go to "TRANSPORT_TABLE" 188ms
And Find transport in table with status "advice-added" 3s 230ms
When Confirm statuses until reach "arrived" 4s 830ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 240ms
And Check if next status is not possible to confirm in status confirmation modal 086ms
And Set "transport" inputs from JSON file "EDIT_LOAD" "super-admin-keeeper" 001ms
And Click cancel in status confirmation modal 15s 151ms
And Go to transport details "LOAD" 2s 358ms
And Open section: "advice-panel" 1s 048ms
And Fill transport form 25s 910ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 077ms
And Go to transport details "LOAD" 2s 471ms
And Open section: "advice-panel" 1s 063ms
And Fill "meeting-sanitary-and-technical-conditions" in transport form 30s 291ms
And Confirm statuses until reach "process-ended" 27s 255ms
Then Check if transport has "process-ended" 025ms
After Hooks.deleteTransportAfterTest() 126ms
After Hooks.rollbackAllCustomFieldsSettings() 130ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-keeeper" 092ms
And Get custom field settings for "CONTAINER" transport type and "keeeper" company 019ms
And Mark custom fields as not obligatory 114ms
And Set "advice" inputs from JSON file "ADVICE_CONTAINER" "super-admin-keeeper" 001ms
And Set custom field "Spełnienie warunków sanitarno-technicznych" with "EDIT_CONTAINER_SANITARY_CONDITIONS_CFD" in "CONTAINER" - "keeeper" by "super-admin-keeeper" 036ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 204ms
And Login as "keeeper-admin" 1s 684ms
And Show all transport types 1s 069ms
And Click button advice in transport table "CONTAINER" 093ms
And Set advice window in schedule 2s 474ms
And Fill advice form 15s 368ms
And Click advice save button and wait for advice form to disappear 30s 696ms
And Go to "TRANSPORT_TABLE" 199ms
And Find transport in table with status "advice-added" 3s 237ms
When Confirm statuses until reach "arrived" 4s 830ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 219ms
And Check if next status is not possible to confirm in status confirmation modal 106ms
And Set "transport" inputs from JSON file "EDIT_CONTAINER" "super-admin-keeeper" 001ms
And Click cancel in status confirmation modal 15s 124ms
And Go to transport details "CONTAINER" 2s 401ms
And Open section: "advice-panel" 1s 062ms
And Fill transport form 26s 028ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 115ms
And Go to transport details "CONTAINER" 2s 382ms
And Open section: "advice-panel" 1s 063ms
And Fill "meeting-sanitary-and-technical-conditions" in transport form 30s 296ms
And Confirm statuses until reach "process-ended" 27s 289ms
Then Check if transport has "process-ended" 024ms
After Hooks.deleteTransportAfterTest() 112ms
After Hooks.rollbackAllCustomFieldsSettings() 144ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 093ms
And Get custom field settings for "TRANSFER_BETWEEN_WAREHOUSES" transport type and "hochland" company 035ms
And Mark custom fields as not obligatory 631ms
And Set "advice" inputs from JSON file "ADVICE_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 001ms
And Set custom field "Magazynier (R)" with "EDIT_TRANSFER_BETWEEN_WAREHOUSES_WAREHOUSEMAN_U_CFD" in "TRANSFER_BETWEEN_WAREHOUSES" - "hochland" by "super-admin-hochland" 045ms
And Create transport "CREATE_TRANSFER_BETWEEN_WAREHOUSES" by JSON file as "super-admin-hochland" 1s 169ms
And Login as "hochland-admin" 2s 439ms
And Show all transport types 1s 073ms
And Click button advice in transport table "TRANSFER_BETWEEN_WAREHOUSES" 098ms
And Set advice window in schedule 6s 498ms
And Fill advice form 15s 489ms
And Click advice save button and wait for advice form to disappear 30s 757ms
And Go to "TRANSPORT_TABLE" 202ms
And Find transport in table with status "advice-added" 3s 224ms
When Confirm statuses until reach "during-load" 9s 614ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 281ms
And Check if next status is not possible to confirm in status confirmation modal 081ms
And Set "transport" inputs from JSON file "EDIT_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 001ms
And Click cancel in status confirmation modal 15s 192ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 483ms
And Open section: "advice-panel" 1s 069ms
And Fill transport form 36s 151ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 148ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 533ms
And Open section: "advice-panel" 1s 065ms
And Fill "warehouseman-(u)" in transport form 30s 317ms
And Confirm statuses until reach "process-ended" 39s 092ms
Then Check if transport has "process-ended" 024ms
After Hooks.deleteTransportAfterTest() 152ms
After Hooks.rollbackAllCustomFieldsSettings() 706ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-keeeper" 092ms
And Get custom field settings for "UNLOAD" transport type and "keeeper" company 016ms
And Mark custom fields as not obligatory 083ms
And Set "transport" inputs from JSON file "EDIT_DELIVERY" "super-admin-keeeper" 001ms
And Set custom field "Spełnienie warunków sanitarno-technicznych" with "EDIT_DELIVERY_SANITARY_CONDITIONS_CFD" in "UNLOAD" - "keeeper" by "super-admin-keeeper" 029ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 391ms
And Login as "keeeper-admin" 1s 778ms
And Go to "TRANSPORT_TABLE" 152ms
And Find transport in table with status "planned" 3s 204ms
When Confirm statuses until reach "arrived" 4s 836ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 255ms
And Check if next status is not possible to confirm in status confirmation modal 116ms
And Click cancel in status confirmation modal 15s 145ms
And Go to transport details "UNLOAD" 2s 456ms
And Fill transport form 38s 523ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 141ms
And Confirm statuses until reach "process-ended" 27s 276ms
Then Check if transport has "process-ended" 027ms
After Hooks.deleteTransportAfterTest() 123ms
After Hooks.rollbackAllCustomFieldsSettings() 088ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-keeeper" 093ms
And Get custom field settings for "TANKER_GRANULATE_DELIVERY" transport type and "keeeper" company 017ms
And Mark custom fields as not obligatory 085ms
And Set "transport" inputs from JSON file "EDIT_TANKER_GRANULATE_DELIVERY" "super-admin-keeeper" 001ms
And Set custom field "Spełnienie warunków sanitarno-technicznych" with "EDIT_TANKER_GRANULATE_DELIVERY_SANITARY_CONDITIONS_CFD" in "TANKER_GRANULATE_DELIVERY" - "keeeper" by "super-admin-keeeper" 030ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 339ms
And Login as "keeeper-admin" 1s 632ms
And Go to "TRANSPORT_TABLE" 139ms
And Find transport in table with status "planned" 3s 208ms
When Confirm statuses until reach "arrived" 5s 315ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 245ms
And Check if next status is not possible to confirm in status confirmation modal 115ms
And Click cancel in status confirmation modal 15s 121ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 436ms
And Fill transport form 38s 586ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 139ms
And Confirm statuses until reach "process-ended" 27s 303ms
Then Check if transport has "process-ended" 025ms
After Hooks.deleteTransportAfterTest() 115ms
After Hooks.rollbackAllCustomFieldsSettings() 118ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-hochland" 092ms
And Get custom field settings for "DELIVERY" transport type and "hochland" company 025ms
And Mark custom fields as not obligatory 376ms
And Set "transport" inputs from JSON file "EDIT_DELIVERY" "super-admin-hochland" 001ms
And Set custom field "Magazynier" with "EDIT_DELIVERY_WAREHOUSEMAN_CFD" in "DELIVERY" - "hochland" by "super-admin-hochland" 088ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 403ms
And Login as "hochland-admin" 2s 569ms
And Go to "TRANSPORT_TABLE" 252ms
And Find transport in table with status "advice-added" 3s 226ms
When Confirm statuses until reach "during-unload" 9s 059ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 276ms
And Check if next status is not possible to confirm in status confirmation modal 284ms
And Click cancel in status confirmation modal 15s 120ms
And Go to transport details "DELIVERY" 2s 470ms
And Fill transport form 37s 968ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 106ms
And Confirm statuses until reach "process-ended" 23s 617ms
Then Check if transport has "process-ended" 023ms
After Hooks.deleteTransportAfterTest() 133ms
After Hooks.rollbackAllCustomFieldsSettings() 491ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-skd" 093ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 1s 280ms
And Confirm status "REPORTING" by Public API "v1" 083ms
And Confirm status "ARRIVAL" by Public API "v1" 151ms
And Login as "swiss-krono-delivery-guard" 1s 305ms
And Go to "TRANSPORT_TABLE" 203ms
When Confirm "Departure" status in transport row 085ms
Then Verify that "Departure" has been confirmed 317ms
After Hooks.deleteTransportAfterTest() 090ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-keeeper" 088ms
And Get custom field settings for "UNLOAD" transport type and "keeeper" company 018ms
And Mark custom fields as not obligatory 079ms
And Set "transport" inputs from JSON file "EDIT_DELIVERY" "super-admin-keeeper" 001ms
And Set custom field "Spełnienie warunków sanitarno-technicznych" with "EDIT_DELIVERY_SANITARY_CONDITIONS_CFD" in "UNLOAD" - "keeeper" by "super-admin-keeeper" 027ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 15s 291ms
When Login as "keeeper-admin" 1s 628ms
And Find transport in table with status "planned" 3s 234ms
And Confirm statuses until reach "arrived" 4s 818ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 234ms
And Check if next status is not possible to confirm in status confirmation modal 124ms
And Click cancel in status confirmation modal 15s 136ms
And Go to transport details "UNLOAD" 2s 545ms
And Fill transport form 38s 443ms
Then Check if confirm status modal appeared on confirming next status in transport "details" 199ms
And Check if next status is not possible to confirm in status confirmation modal 102ms
After Hooks.deleteTransportAfterTest() 082ms
After Hooks.rollbackAllCustomFieldsSettings() 087ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-keeeper" 100ms
And Get custom field settings for "TANKER_GRANULATE_DELIVERY" transport type and "keeeper" company 017ms
And Mark custom fields as not obligatory 091ms
And Set "transport" inputs from JSON file "EDIT_TANKER_GRANULATE_DELIVERY" "super-admin-keeeper" 000ms
And Set custom field "Spełnienie warunków sanitarno-technicznych" with "EDIT_TANKER_GRANULATE_DELIVERY_SANITARY_CONDITIONS_CFD" in "TANKER_GRANULATE_DELIVERY" - "keeeper" by "super-admin-keeeper" 028ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 344ms
When Login as "keeeper-admin" 1s 614ms
And Find transport in table with status "planned" 3s 224ms
And Confirm statuses until reach "arrived" 4s 867ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 296ms
And Check if next status is not possible to confirm in status confirmation modal 072ms
And Click cancel in status confirmation modal 15s 192ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 368ms
And Fill transport form 38s 629ms
Then Check if confirm status modal appeared on confirming next status in transport "details" 147ms
And Check if next status is not possible to confirm in status confirmation modal 080ms
After Hooks.deleteTransportAfterTest() 105ms
After Hooks.rollbackAllCustomFieldsSettings() 118ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 097ms
And Get custom field settings for "DELIVERY" transport type and "hochland" company 026ms
And Mark custom fields as not obligatory 338ms
And Set "transport" inputs from JSON file "EDIT_DELIVERY" "super-admin-hochland" 001ms
And Set custom field "Magazynier" with "EDIT_DELIVERY_WAREHOUSEMAN_CFD" in "DELIVERY" - "hochland" by "super-admin-hochland" 087ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 375ms
When Login as "hochland-admin" 2s 411ms
And Find transport in table with status "advice-added" 3s 329ms
And Confirm statuses until reach "during-unload" 8s 613ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 409ms
And Check if next status is not possible to confirm in status confirmation modal 156ms
And Click cancel in status confirmation modal 15s 142ms
And Go to transport details "DELIVERY" 2s 502ms
And Fill transport form 37s 921ms
Then Check if confirm status modal appeared on confirming next status in transport "details" 183ms
And Check if next status is not possible to confirm in status confirmation modal 096ms
After Hooks.deleteTransportAfterTest() 113ms
After Hooks.rollbackAllCustomFieldsSettings() 469ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 090ms
And Prepare task "ARRIVAL" setting "showPunctualityAlertAfterConfirmation" with value "false" for transport type "LOAD_EXPORT" and principal "bausch" 319ms
And Get custom field settings for "LOAD_EXPORT" transport type and "bausch" company 025ms
And Mark custom fields as not obligatory 141ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 468ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 1s 265ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 090ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 073ms
When Create advice by JSON file "CREATE_ADVICE_FOR_LOAD_EXPORT" as "super-admin-bausch" 866ms
And Login as "bausch-admin" 1s 917ms
And Go to "TRANSPORT_TABLE" 239ms
And Find transport in table with status "advice-added" 3s 239ms
And Confirm statuses until reach "on-the-way" 12s 356ms
When Open statuses popup 057ms
And Toggle status date confirmation checkbox 301ms
And Confirm statuses until reach "process-ended" 19s 751ms
Then Check if transport has "process-ended" 026ms
After Hooks.deleteTransportAfterTest() 122ms
After Hooks.rollbackAllCustomFieldsSettings() 331ms
After Hooks.deleteModeOfTransportationAfterTest() 110ms
After Hooks.rollbackTaskChanges() 031ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 092ms
And Prepare task "ARRIVAL" setting "showPunctualityAlertAfterConfirmation" with value "false" for transport type "LOAD_EXPORT" and principal "bausch" 042ms
And Get custom field settings for "LOAD_EXPORT" transport type and "bausch" company 027ms
And Mark custom fields as not obligatory 105ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 268ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 1s 250ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 101ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 062ms
When Create advice by JSON file "CREATE_ADVICE_FOR_LOAD_EXPORT" as "super-admin-bausch" 821ms
And Login as "bausch-admin" 1s 887ms
And Go to "TRANSPORT_TABLE" 228ms
And Find transport in table with status "advice-added" 3s 209ms
And Confirm statuses until reach "on-the-way" 12s 375ms
And Open statuses popup 061ms
And Toggle status date confirmation checkbox 300ms
And Change status execution date to "1" days from today 2s 200ms
Then Verify that status cannot be confirmed 1s 083ms
After Hooks.deleteTransportAfterTest() 121ms
After Hooks.rollbackAllCustomFieldsSettings() 341ms
After Hooks.deleteModeOfTransportationAfterTest() 063ms
After Hooks.rollbackTaskChanges() 035ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 002ms
Given Set token of apiUsername "super-admin-bausch" 088ms
And Prepare task "ARRIVAL" setting "showPunctualityAlertAfterConfirmation" with value "false" for transport type "LOAD_EXPORT" and principal "bausch" 050ms
And Get custom field settings for "LOAD_EXPORT" transport type and "bausch" company 029ms
And Mark custom fields as not obligatory 119ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 247ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 1s 203ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 092ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 064ms
When Create advice by JSON file "CREATE_ADVICE_FOR_LOAD_EXPORT" as "super-admin-bausch" 788ms
And Login as "bausch-admin" 1s 772ms
And Go to "TRANSPORT_TABLE" 239ms
And Find transport in table with status "advice-added" 3s 235ms
And Confirm statuses until reach "on-the-way" 12s 311ms
And Open statuses popup 075ms
And Toggle status date confirmation checkbox 295ms
And Change status execution date to "-1" days from today 2s 182ms
Then Verify that status cannot be confirmed 1s 087ms
After Hooks.deleteTransportAfterTest() 118ms
After Hooks.rollbackAllCustomFieldsSettings() 320ms
After Hooks.deleteModeOfTransportationAfterTest() 058ms
After Hooks.rollbackTaskChanges() 032ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-farmacol" 091ms
And Get custom field settings for "EXTERNAL_DELIVERY" transport type and "farmacol" company 017ms
And Mark custom fields as not obligatory 006ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 1s 179ms
And Create advice by JSON file "CREATE_ADVICE_FOR_EXTERNAL_DELIVERY" as "super-admin-farmacol" 722ms
And Get "START_OF_UNLOADING" data for transport type "EXTERNAL_DELIVERY" and principal "farmacol" 020ms
When Login as "farmacol-admin" 1s 862ms
And Go to "TRANSPORT_TABLE" 182ms
And Confirm statuses until reach "during-unload" 12s 873ms
And Set actual confirmed transport status list 1s 345ms
And Disable task by API 030ms
And Go to transport details "EXTERNAL_DELIVERY" 2s 446ms
And Edit transport hours and recalculate statuses 30s 261ms
Then Verify that all confirmed statuses are still on transport status list 221ms
After Hooks.deleteTransportAfterTest() 101ms
After Hooks.rollbackAllCustomFieldsSettings() 055ms
After Hooks.rollbackTaskChanges() 031ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 094ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 250ms
And Get custom field settings for "LOAD_EXPORT" transport type and "bausch" company 030ms
And Mark custom fields as not obligatory 112ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 1s 244ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 095ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 063ms
And Create advice by JSON file "CREATE_ADVICE_FOR_LOAD_EXPORT" as "super-admin-bausch" with interval "-30m" 740ms
And Login as "super-admin-bausch" 1s 936ms
And Go to "TRANSPORT_TABLE" 235ms
Then Confirm next status and expect alert "Status potwierdzony z opóźnieniem" 786ms
And Wait "1" seconds 1s
And Verify that note was added "Status potwierdzony po czasie" 1s 142ms
After Hooks.deleteTransportAfterTest() 123ms
After Hooks.rollbackAllCustomFieldsSettings() 315ms
After Hooks.deleteModeOfTransportationAfterTest() 069ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 085ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 276ms
And Get custom field settings for "LOAD_EXPORT" transport type and "bausch" company 029ms
And Mark custom fields as not obligatory 107ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 1s 265ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 088ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 062ms
And Create advice by JSON file "CREATE_ADVICE_FOR_LOAD_EXPORT" as "super-admin-bausch" with interval "0m" 815ms
And Login as "super-admin-bausch" 1s 767ms
And Go to "TRANSPORT_TABLE" 209ms
Then Confirm next status and expect alert "" 225ms
And Wait "1" seconds 1s
And Verify that note was added "" 000ms
After Hooks.deleteTransportAfterTest() 120ms
After Hooks.rollbackAllCustomFieldsSettings() 328ms
After Hooks.deleteModeOfTransportationAfterTest() 093ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 091ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 265ms
And Get custom field settings for "LOAD_EXPORT" transport type and "bausch" company 027ms
And Mark custom fields as not obligatory 127ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 1s 292ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 083ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 049ms
And Create advice by JSON file "CREATE_ADVICE_FOR_LOAD_EXPORT" as "super-admin-bausch" with interval "30m" 778ms
And Login as "super-admin-bausch" 1s 691ms
And Go to "TRANSPORT_TABLE" 217ms
Then Confirm next status and expect alert "Status potwierdzony przed czasem" 810ms
And Wait "1" seconds 1s
And Verify that note was added "Status potwierdzony przed czasem" 1s 169ms
After Hooks.deleteTransportAfterTest() 102ms
After Hooks.rollbackAllCustomFieldsSettings() 292ms
After Hooks.deleteModeOfTransportationAfterTest() 058ms
View Feature Status rejection
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 398ms
And Prepare user "lantmannen-guard" details with all notifications and "apolloautomattest@gmail.com" by JSON file 299ms
And Prepare user "pla1-carrier" details with all notifications and "apolloautomattest@gmail.com" by JSON file 162ms
And Add access to the warehouse "Magazyn - Nowa Sól" to the user "lantmannen-guard" by JSON file 125ms
And Login as "lantmannen-guard" and set token of apiUsername "super-admin-lantmannen" 1s 228ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 309ms
And Check if reject date is not visible 15s 009ms
When Reject status: Book of disinfection 085ms
And Check if reject date is visible 306ms
Then If user is login then logout 081ms
And Login as "lantmannen-admin" 1s 069ms
And Check if note was added to transport after status rejection 1s 225ms
And Check if history note was added to transport after status rejection - "LOAD" 6s 552ms
And Get mail "apolloautomattest@gmail.com" message from mailgun with "Nieaktualna księga mycia i dezynfekcji" 2m 46s 688ms
And Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 148ms
After Hooks.cleanUserDetailsAfterTest() 187ms
After Hooks.rollbackWarehousesAccess() 110ms
View Feature Status rejection
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "lantmannen-guard-3" and set token of apiUsername "super-admin-lantmannen" 1s 453ms
And Create transport "CREATE_LOAD_NIEPORET_WAREHOUSE" by JSON file as "super-admin-lantmannen" 1s 284ms
And Check if reject date is not visible 15s 047ms
When Reject status: Book of disinfection 093ms
And Check if reject date is visible 146ms
And Get rejection date 024ms
And Wait "60" seconds 1m
And Reject status: Book of disinfection 079ms
Then Check if reject date has changed 1s 079ms
After Hooks.deleteTransportAfterTest() 121ms
View Feature Status rejection
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 096ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 368ms
And Go to transport details "LOAD" 2s 355ms
And Check if reject date is not visible 15s 025ms
When Reject status: Book of disinfection 101ms
Then Check if reject date is visible 155ms
After Hooks.deleteTransportAfterTest() 111ms
View Feature Status rejection
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 137ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 347ms
And Open statuses popup 105ms
And Check if reject date is not visible 15s 057ms
When Reject status: Book of disinfection 103ms
Then Open statuses popup 074ms
And Check if reject date is visible 10s 078ms
After Hooks.deleteTransportAfterTest() 115ms
View Feature Status revocation
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 875ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 388ms
And Confirm to the last status by API 231ms
When Find statuses for transport in table 2s 079ms
And Revoke statuses until reach "advice-added" 6s 856ms
Then Check if transport has "advice-added" 022ms
After Hooks.deleteTransportAfterTest() 114ms
View Feature Status revocation
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 644ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 322ms
And Confirm to the last status by API 213ms
When Find statuses for transport in table 1s 724ms
And Revoke statuses until reach "planned" 6s 787ms
Then Check if transport has "planned" 020ms
After Hooks.deleteTransportAfterTest() 100ms
View Feature Status
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "farmacol-admin" and set token of apiUsername "super-admin-farmacol" 1s 658ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 1s 204ms
When Find transport in table with status "new" 3s 242ms
And Open statuses popup 087ms
Then Check if transport has checkpoints from list "Utworzenie zlecenia,Dodanie awizacji,Potwierdzenie okna czasowego" in "0" 065ms
After Hooks.deleteTransportAfterTest() 057ms
View Feature Status
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "farmacol-admin" and set token of apiUsername "super-admin-farmacol" 1s 080ms
And Set "advice" inputs from JSON file "ADVICE_EXTERNAL_DELIVERY" "super-admin-farmacol" 001ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 1s 188ms
And Click button advice in transport table "EXTERNAL_DELIVERY" 105ms
And Set advice window in schedule 2s 730ms
And Fill advice form 14s 193ms
And Click advice save button and wait for advice form to disappear 30s 678ms
And Go to "TRANSPORT_TABLE" 213ms
When Find transport in table with status "advice-added" 3s 192ms
And Open statuses popup 091ms
Then Check if transport has checkpoints from list "Zgłoszenie kierowcy,Rozpoczęcie rozładunku,Zakończenie rozładunku" in "1" 076ms
After Hooks.deleteTransportAfterTest() 088ms
View Feature Status
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-farmacol" 090ms
And Get custom field settings for "EXTERNAL_DELIVERY" transport type and "farmacol" company 017ms
And Mark custom fields as not obligatory 008ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 1s 174ms
And Create advice by JSON file "CREATE_ADVICE_FOR_EXTERNAL_DELIVERY" as "super-admin-farmacol" 654ms
And Get "START_OF_UNLOADING" data for transport type "EXTERNAL_DELIVERY" and principal "farmacol" 019ms
When Login as "farmacol-admin" 1s 151ms
And Go to "TRANSPORT_TABLE" 159ms
And Confirm statuses until reach "registered-katowice-przyjęcia" 9s 180ms
And Disable task by API 039ms
And Find transport pencil button in transports table 1s 255ms
And Click pencil and move transport to next day in schedule 18s 637ms
And Go to "TRANSPORT_TABLE" 216ms
Then Verify that "START_OF_UNLOADING" is not visible 148ms
After Hooks.deleteTransportAfterTest() 104ms
After Hooks.rollbackAllCustomFieldsSettings() 058ms
After Hooks.rollbackTaskChanges() 032ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 468ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 420ms
And Set basic authorities "ROLE_CAN_PLAN_ADVICE_IN_THE_PAST" to user "hochland-admin" 087ms
When Go to "WAREHOUSE_TAB" 830ms
And Select warehouse "Serownia" 1s 405ms
And Set week view 1s 099ms
And Show yesterday 1s 062ms
And Move window into the past 288ms
Then Check if window is "red" 4s 029ms
After Hooks.deleteTransportAfterTest() 128ms
After Hooks.rollbackAddedAuthorities() 026ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 992ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 371ms
And Set basic authorities "ROLE_CAN_PLAN_ADVICE_IN_THE_PAST" to user "lantmannen-admin" 031ms
When Go to "WAREHOUSE_TAB" 891ms
And Select warehouse "Magazyn - Nowa Sól" 2s 370ms
And Set week view 1s 118ms
And Show yesterday 1s 058ms
And Move window into the past 410ms
Then Check if window is "red" 4s 032ms
After Hooks.deleteTransportAfterTest() 116ms
After Hooks.rollbackAddedAuthorities() 024ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 078ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 202ms
And Set basic authorities "ROLE_CAN_PLAN_ADVICE_IN_THE_PAST" to user "piast-admin" 035ms
And Set "advice" inputs from JSON file "ADVICE_DELIVERY" "super-admin-piast" 001ms
When Show all transport types 1s 037ms
And Click button advice in transport table "DELIVERY" 101ms
And Set advice window in schedule 2s 580ms
And Fill advice form 10s 626ms
And Click advice save button and wait for advice form to disappear 30s 702ms
And Select warehouse "Magazyn Hala A" 1s 204ms
And Set week view 2s 159ms
And Show yesterday 1s 186ms
And Move window into the past 520ms
Then Check if window is "red" 4s 034ms
After Hooks.deleteTransportAfterTest() 093ms
After Hooks.rollbackAddedAuthorities() 029ms
View Feature TransportWindow atom tests
Scenario Outline Check if time window resize with restriction to algorithm settings
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 511ms
And Set "advice" inputs from JSON file "" "super-admin-hochland" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "" "super-admin-hochland"(file:Features/Atom/TimeWindow/TransportWindow.feature:43)
And Set algorithm setting for "super-admin-hochland" in "Magazyn Zimny Kaźmierz" on "Magazyn Zimny" 000ms
And Create transport "CREATE_EXPORT" by JSON file as "super-admin-hochland" 000ms
When Go to "WAREHOUSE_TAB" 000ms
And Select warehouse "Magazyn Zimny Kaźmierz" 000ms
And Set week view 000ms
And Check if time window length is correct after "CREATE" 000ms
And Change number of pallets in transport 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Check if time window length is correct after "EDIT" 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 043ms
And Get package type settings for transportType "UNLOAD" from "keeeper" 055ms
And Set package type "PALLETS" settings with values: "defaultValue;required", "4;true" 045ms
And Set algorithm setting for "super-admin-keeeper" in "Magazyn Surowców" on "Magazyn Surowców" 272ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 311ms
When Go to "WAREHOUSE_TAB" 345ms
And Select warehouse "Magazyn Surowców" 1s 179ms
And Set week view 1s 084ms
Then Check if time window has proper "60" 025ms
After Hooks.deleteTransportAfterTest() 106ms
After Hooks.rollbackPackageTypeTransportTypeSettings() 023ms
After Hooks.clearAlgorithmSettings() 098ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 132ms
And Get package type settings for transportType "UNLOAD" from "keeeper" 016ms
And Set package type "PALLETS" settings with values: "defaultValue;required", "4;false" 034ms
And Set algorithm setting for "super-admin-keeeper" in "Magazyn Surowców" on "Magazyn Surowców" 085ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 348ms
When Go to "WAREHOUSE_TAB" 333ms
And Select warehouse "Magazyn Surowców" 1s 157ms
And Set week view 1s 083ms
Then Check if time window has proper "60" 018ms
After Hooks.deleteTransportAfterTest() 118ms
After Hooks.rollbackPackageTypeTransportTypeSettings() 021ms
After Hooks.clearAlgorithmSettings() 084ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 126ms
And Get package type settings for transportType "LOAD" from "keeeper" 014ms
And Set package type "PALLETS" settings with values: "defaultValue;required", "4;false" 035ms
And Set algorithm setting for "super-admin-keeeper" in "Magazyn Wyrobów Gotowych" on "Magazyn Wyrobów Gotowych" 065ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 184ms
And Set "advice" inputs from JSON file "ADVICE_LOAD" "super-admin-keeeper" 001ms
And Show all transport types 1s 043ms
And Click button advice in transport table "LOAD" 100ms
And Set advice window in schedule 2s 440ms
And Fill advice form 15s 396ms
And Click advice save button and wait for advice form to disappear 30s 710ms
Then Check if time window has proper "30" 018ms
After Hooks.deleteTransportAfterTest() 105ms
After Hooks.rollbackPackageTypeTransportTypeSettings() 017ms
After Hooks.clearAlgorithmSettings() 058ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 489ms
And Get package type settings for transportType "CONTAINER" from "keeeper" 015ms
And Set package type "PALLETS" settings with values: "defaultValue;required", "20;false" 043ms
And Set algorithm setting for "super-admin-keeeper" in "Magazyn Wyrobów Gotowych" on "Magazyn Wyrobów Gotowych" 079ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 201ms
And Set "advice" inputs from JSON file "ADVICE_CONTAINER" "super-admin-keeeper" 000ms
And Show all transport types 1s 036ms
And Click button advice in transport table "CONTAINER" 109ms
And Set advice window in schedule 2s 435ms
And Fill advice form 15s 445ms
And Click advice save button and wait for advice form to disappear 30s 729ms
Then Check if time window has proper "60" 019ms
After Hooks.deleteTransportAfterTest() 098ms
After Hooks.rollbackPackageTypeTransportTypeSettings() 021ms
After Hooks.clearAlgorithmSettings() 070ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 101ms
And Set algorithm setting for "super-admin-hochland" in "Serownia" on "Magazyn Sera" 235ms
And Set token of apiUsername "dha1-supplier-2@qa.qa-test" 102ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 15s 458ms
And Login as "dha1-supplier-2@qa.qa-test" and set token of apiUsername "super-admin-hochland" 2s 162ms
When Go to transport details "DELIVERY" 30s 718ms
And Change filled value in details "number-of-pallets-step-0" "number" "25" "0" 1s 325ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 105ms
And Go to "WAREHOUSE_TAB" 939ms
And Select warehouse "Serownia" 1s 420ms
And Set week view 1s 092ms
Then Check if time window has proper "60" 020ms
After Hooks.deleteTransportAfterTest() 116ms
After Hooks.clearAlgorithmSettings() 122ms
View Feature TransportWindow atom tests
Scenario Outline Check if window counter value in schedule changes
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 227ms
And Set basic authorities "ROLE_ACCESS_TO_NUMBER_OF_WINDOWS" to user "keeeper-admin" 056ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 193ms
When Create advice by JSON file "ADVICE_LOAD" as "super-admin-keeeper" 001ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getTransportApiJson(JsonApiUtil.java:131)
	at CucumberTests.Transport.AdviceTransport.prepareAdviceJSON(AdviceTransport.java:371)
	at CucumberTests.Transport.AdviceTransport.createAdviceByJSONFile(AdviceTransport.java:343)
	at ✽.Create advice by JSON file "ADVICE_LOAD" as "super-admin-keeeper"(file:Features/Atom/TimeWindow/TransportWindow.feature:154)
And Check if time window counter value equals "1" 000ms
And Select view "DAYS_2" 000ms
And Move advice window "2" 000ms
And Select view "DAY" 000ms
Then Check if time window counter value equals "0" 000ms
And Delete created transport by API 000ms
And Check if time window counter value equals "0" 000ms
And Click in free spot in schedule page to create gray window 000ms
And Check if time window counter value equals "0" 000ms
And Click in free spot in schedule page to create dedicated window 000ms
And Check if time window counter value equals "0" 000ms
After Hooks.deleteTransportAfterTest() 062ms
After Hooks.rollbackAddedAuthorities() 000ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 458ms
And Set "transport" inputs from JSON file "CREATE_DELIVERY" "super-admin-adama" 000ms
When Go to new transport "DELIVERY" 302ms
And Fill transport form 17s 631ms
And Click "save-transport" save button and wait for form to disappear 30s 114ms
And Set advice window in schedule 2s 172ms
And Check is transport created in schedule and set transport id 543ms
And Go to "TRANSPORT_TABLE" 244ms
When Click on time window date 1s 324ms
And Open transport form when in schedule 1s 191ms
Then Check are transport values equals 2s 246ms
After Hooks.deleteTransportAfterTest() 092ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 422ms
And Set "transport" inputs from JSON file "CREATE_DELIVERY" "super-admin-hochland" 001ms
When Go to new transport "DELIVERY" 420ms
And Fill transport form 40s 924ms
And Click "save-transport" save button and wait for form to disappear 30s 109ms
And Set advice window in schedule 2s 156ms
And Check is transport created in schedule and set transport id 589ms
And Go to "TRANSPORT_TABLE" 256ms
When Click on time window date 1s 256ms
And Open transport form when in schedule 1s 379ms
Then Check are transport values equals 21s 450ms
After Hooks.deleteTransportAfterTest() 114ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 430ms
And Set "transport" inputs from JSON file "CREATE_CISTERN_DELIVERY" "super-admin-hochland" 000ms
When Go to new transport "CISTERN_DELIVERY" 424ms
And Fill transport form 43s 609ms
And Click "save-transport" save button and wait for form to disappear 30s 145ms
And Set advice window in schedule 2s 233ms
And Check is transport created in schedule and set transport id 607ms
And Go to "TRANSPORT_TABLE" 218ms
When Click on time window date 1s 492ms
And Open transport form when in schedule 1s 278ms
Then Check are transport values equals 8s 430ms
After Hooks.deleteTransportAfterTest() 140ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 498ms
And Set "transport" inputs from JSON file "CREATE_CISTERN_COLLECTION" "super-admin-hochland" 000ms
When Go to new transport "CISTERN_COLLECTION" 362ms
And Fill transport form 30s 456ms
And Click "save-transport" save button and wait for form to disappear 30s 091ms
And Set advice window in schedule 2s 253ms
And Check is transport created in schedule and set transport id 597ms
And Go to "TRANSPORT_TABLE" 213ms
When Click on time window date 1s 499ms
And Open transport form when in schedule 1s 262ms
Then Check are transport values equals 23s 396ms
After Hooks.deleteTransportAfterTest() 122ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 490ms
And Set "transport" inputs from JSON file "CREATE_DELIVERY" "super-admin-lantmannen" 000ms
When Go to new transport "DELIVERY" 318ms
And Fill transport form 40s 137ms
And Click "save-transport" save button and wait for form to disappear 30s 082ms
And Set advice window in schedule 2s 155ms
And Check is transport created in schedule and set transport id 615ms
And Go to "TRANSPORT_TABLE" 182ms
When Click on time window date 1s 351ms
And Open transport form when in schedule 1s 174ms
Then Check are transport values equals 21s 338ms
After Hooks.deleteTransportAfterTest() 124ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 134ms
And Set "transport" inputs from JSON file "CREATE_LOAD" "super-admin-lantmannen" 000ms
When Go to new transport "LOAD" 344ms
And Fill transport form 40s 138ms
And Click "save-transport" save button and wait for form to disappear 30s 127ms
And Set advice window in schedule 2s 173ms
And Check is transport created in schedule and set transport id 588ms
And Go to "TRANSPORT_TABLE" 243ms
When Click on time window date 1s 368ms
And Open transport form when in schedule 1s 191ms
Then Check are transport values equals 21s 379ms
After Hooks.deleteTransportAfterTest() 105ms
View Feature TransportWindow atom tests
Scenario Outline Check if it is possible to add new warehouse step with new time window to existing transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-farmacol" 092ms
And Add action authority with: "farmacol" "farmacol-admin" "EXTERNAL_DELIVERY" "ADD_UNLOAD_STEP_FROM_UNLOAD" "ACTIVE" 094ms
And Get "EXTERNAL_DELIVERY" settings from "farmacol" 108ms
And Set transportType settings with values: "isUnloadStepInWarehouseByDefault", "true" 066ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 15s 182ms
And Login as "farmacol-admin" 1s 832ms
And Create advice by JSON file "CREATE_ADVICE_EXTERNAL_DELIVERY" as "super-admin-farmacol" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getTransportApiJson(JsonApiUtil.java:131)
	at CucumberTests.Transport.AdviceTransport.prepareAdviceJSON(AdviceTransport.java:371)
	at CucumberTests.Transport.AdviceTransport.createAdviceByJSONFile(AdviceTransport.java:343)
	at ✽.Create advice by JSON file "CREATE_ADVICE_EXTERNAL_DELIVERY" as "super-admin-farmacol"(file:Features/Atom/TimeWindow/TransportWindow.feature:200)
And Go to "TRANSPORT_TABLE" 000ms
When Go to transport details "EXTERNAL_DELIVERY" 000ms
And Add step "unload" 000ms
And Change filled value in details "warehouse-select-step-2" "select" "Mory Przyjęcia" "0" 000ms
And Change filled value in details "weight-step-2" "number" "23" "0" 000ms
And Change filled value in details "number-of-pallets-step-2" "number" "23" "0" 000ms
And Change filled value in details "time-range-from-date-2" "date" "" "0" 000ms
Then Click "save-transport" save button 000ms
And Set advice window in schedule in "2" days 000ms
And Click advice save button and wait for advice form to disappear 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Check if transport has "2" time windows 000ms
After Hooks.deleteTransportAfterTest() 072ms
After Hooks.rollbackTransportTypeSettings() 058ms
After Hooks.rollbackAddedActionAuthorities() 077ms
View Feature TransportWindow atom tests
Scenario Outline Check if window changes color properly in transport table
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Set token of apiUsername "super-admin-farmacol" 092ms
And Get "EXTERNAL_DELIVERY" settings from "farmacol" 035ms
And Set transportType settings with values: "windowColorDependsOnWarehouse", "true" 055ms
And Create transport "CREATE_EXTERNAL_DELIVERY_2_WINDOWS" by JSON file as "super-admin-farmacol" 1s 244ms
And Set double window advice 000ms
And Login as "farmacol-admin" 1s 640ms
And Create advice by JSON file "CREATE_ADVICE_EXTERNAL_DELIVERY" as "super-admin-farmacol" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getTransportApiJson(JsonApiUtil.java:131)
	at CucumberTests.Transport.AdviceTransport.prepareAdviceJSON(AdviceTransport.java:371)
	at CucumberTests.Transport.AdviceTransport.createAdviceByJSONFile(AdviceTransport.java:343)
	at ✽.Create advice by JSON file "CREATE_ADVICE_EXTERNAL_DELIVERY" as "super-admin-farmacol"(file:Features/Atom/TimeWindow/TransportWindow.feature:226)
And Go to "TRANSPORT_TABLE" 000ms
And Get checkpoint colors for transport 000ms
Then Verify that transport colors change in column "UNLOAD_TIME_WINDOW" properly when windowColorDependsOnWarehouse is "true" 000ms
After Hooks.deleteTransportAfterTest() 069ms
After Hooks.rollbackTransportTypeSettings() 054ms
View Feature TransportWindow atom tests
Scenario Outline Check if window changes color properly in transport table
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-farmacol" 094ms
And Get "EXTERNAL_DELIVERY" settings from "farmacol" 034ms
And Set transportType settings with values: "windowColorDependsOnWarehouse", "false" 081ms
And Create transport "CREATE_EXTERNAL_DELIVERY_2_WINDOWS" by JSON file as "super-admin-farmacol" 1s 249ms
And Set double window advice 000ms
And Login as "farmacol-admin" 994ms
And Create advice by JSON file "CREATE_ADVICE_EXTERNAL_DELIVERY" as "super-admin-farmacol" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getTransportApiJson(JsonApiUtil.java:131)
	at CucumberTests.Transport.AdviceTransport.prepareAdviceJSON(AdviceTransport.java:371)
	at CucumberTests.Transport.AdviceTransport.createAdviceByJSONFile(AdviceTransport.java:343)
	at ✽.Create advice by JSON file "CREATE_ADVICE_EXTERNAL_DELIVERY" as "super-admin-farmacol"(file:Features/Atom/TimeWindow/TransportWindow.feature:226)
And Go to "TRANSPORT_TABLE" 000ms
And Get checkpoint colors for transport 000ms
Then Verify that transport colors change in column "UNLOAD_TIME_WINDOW" properly when windowColorDependsOnWarehouse is "false" 000ms
After Hooks.deleteTransportAfterTest() 067ms
After Hooks.rollbackTransportTypeSettings() 059ms
View Feature TransportWindow atom tests
Scenario Outline Check if window changes color properly in schedule
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-farmacol" 089ms
And Get "EXTERNAL_DELIVERY" settings from "farmacol" 031ms
And Set transportType settings with values: "windowColorDependsOnWarehouse", "true" 053ms
And Create transport "CREATE_EXTERNAL_DELIVERY_2_WINDOWS" by JSON file as "super-admin-farmacol" 1s 215ms
And Set double window advice 000ms
And Login as "farmacol-admin" 1s 060ms
And Create advice by JSON file "CREATE_ADVICE_EXTERNAL_DELIVERY" as "super-admin-farmacol" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getTransportApiJson(JsonApiUtil.java:131)
	at CucumberTests.Transport.AdviceTransport.prepareAdviceJSON(AdviceTransport.java:371)
	at CucumberTests.Transport.AdviceTransport.createAdviceByJSONFile(AdviceTransport.java:343)
	at ✽.Create advice by JSON file "CREATE_ADVICE_EXTERNAL_DELIVERY" as "super-admin-farmacol"(file:Features/Atom/TimeWindow/TransportWindow.feature:244)
And Get checkpoint colors for transport 000ms
And Go to "TRANSPORT_TABLE" 000ms
Then Verify that transport colors of windows "UNLOAD_TIME_WINDOW" change properly in schedule when windowColorDependsOnWarehouse is "true" 000ms
After Hooks.deleteTransportAfterTest() 067ms
After Hooks.rollbackTransportTypeSettings() 056ms
View Feature TransportWindow atom tests
Scenario Outline Check if window changes color properly in schedule
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-farmacol" 092ms
And Get "EXTERNAL_DELIVERY" settings from "farmacol" 028ms
And Set transportType settings with values: "windowColorDependsOnWarehouse", "false" 055ms
And Create transport "CREATE_EXTERNAL_DELIVERY_2_WINDOWS" by JSON file as "super-admin-farmacol" 1s 206ms
And Set double window advice 000ms
And Login as "farmacol-admin" 1s 024ms
And Create advice by JSON file "CREATE_ADVICE_EXTERNAL_DELIVERY" as "super-admin-farmacol" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getTransportApiJson(JsonApiUtil.java:131)
	at CucumberTests.Transport.AdviceTransport.prepareAdviceJSON(AdviceTransport.java:371)
	at CucumberTests.Transport.AdviceTransport.createAdviceByJSONFile(AdviceTransport.java:343)
	at ✽.Create advice by JSON file "CREATE_ADVICE_EXTERNAL_DELIVERY" as "super-admin-farmacol"(file:Features/Atom/TimeWindow/TransportWindow.feature:244)
And Get checkpoint colors for transport 000ms
And Go to "TRANSPORT_TABLE" 000ms
Then Verify that transport colors of windows "UNLOAD_TIME_WINDOW" change properly in schedule when windowColorDependsOnWarehouse is "false" 000ms
After Hooks.deleteTransportAfterTest() 076ms
After Hooks.rollbackTransportTypeSettings() 054ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-farmacol" 087ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 1s 195ms
When Create advice by JSON file "CREATE_ADVICE_FOR_EXTERNAL_DELIVERY" as "super-admin-farmacol" 683ms
And Login as "super-admin-farmacol" 1s 576ms
And Show all transport types 1s 123ms
And Click on time window date 1s 616ms
Then Open transport form when in schedule 1s 285ms
And Click create similar button 15s 185ms
And Click cancel button in transport form 114ms
And Open transport form when in schedule 1s 248ms
Then Check if transport form modal is visible 035ms
After Hooks.deleteTransportAfterTest() 096ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-farmacol" 091ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 15s 139ms
When Create advice by JSON file "CREATE_ADVICE_FOR_EXTERNAL_DELIVERY" as "super-admin-farmacol" 668ms
And Get min and max advice date of created transport as "super-admin-farmacol" 130ms
And Login as "farmacol-admin" 1s 189ms
And Show all transport types 1s 159ms
And Click on time window date 1s 665ms
And Set week view 2s 339ms
And Move advice window "3" 1s 622ms
Then Check if min and max advice date changed after moving advice window as "super-admin-farmacol" 144ms
After Hooks.deleteTransportAfterTest() 125ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 094ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 15s 219ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 085ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 057ms
And Create advice by JSON file "CREATE_ADVICE_FOR_LOAD_EXPORT" as "super-admin-bausch" with interval "60m" 790ms
And Add action authority with time interval: "bausch" "super-admin-bausch" "LOAD_EXPORT" "MOVE_ADVICE_WINDOW" "TIME_BASED" "-2h" "EARLIEST_TIME_WINDOW_START" 047ms
And Login as "super-admin-bausch" 1s 852ms
And Go to "WAREHOUSE_TAB" 802ms
And Change warehouse in schedule to: "Magazyn Bausch Health Poland" 418ms
And Wait "2" seconds 2s
When Move window by interval "1h" 411ms
And Alert after moving is displayed "Nie można przesunąć okna czasowego - minął dopuszczalny czas na wykonanie tej akcji" 239ms
After Hooks.deleteTransportAfterTest() 105ms
After Hooks.rollbackAddedActionAuthorities() 027ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 092ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 15s 226ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 087ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 074ms
And Create advice by JSON file "CREATE_ADVICE_FOR_LOAD_EXPORT" as "super-admin-bausch" with interval "180m" 805ms
And Add action authority with time interval: "bausch" "super-admin-bausch" "LOAD_EXPORT" "MOVE_ADVICE_WINDOW" "TIME_BASED" "-2h" "EARLIEST_TIME_WINDOW_START" 042ms
And Login as "super-admin-bausch" 1s 717ms
And Go to "WAREHOUSE_TAB" 775ms
And Change warehouse in schedule to: "Magazyn Bausch Health Poland" 444ms
And Wait "2" seconds 2s
When Move window by interval "1h" 384ms
And Alert after moving is displayed "" 15s 057ms
After Hooks.deleteTransportAfterTest() 110ms
After Hooks.rollbackAddedActionAuthorities() 028ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 092ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 15s 232ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 082ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 061ms
And Create advice by JSON file "CREATE_ADVICE_FOR_LOAD_EXPORT" as "super-admin-bausch" with interval "180m" 708ms
And Add action authority with time interval: "bausch" "super-admin-bausch" "LOAD_EXPORT" "MOVE_ADVICE_WINDOW" "TIME_BASED" "-2h" "EARLIEST_TIME_WINDOW_START" 039ms
And Login as "super-admin-bausch" 1s 675ms
And Go to "WAREHOUSE_TAB" 824ms
And Change warehouse in schedule to: "Magazyn Bausch Health Poland" 460ms
And Wait "2" seconds 2s
When Move window by interval "-2h" 366ms
And Alert after moving is displayed "Nie można przesunąć okna czasowego - minął dopuszczalny czas na wykonanie tej akcji" 154ms
After Hooks.deleteTransportAfterTest() 092ms
After Hooks.rollbackAddedActionAuthorities() 025ms
View Feature Move transport to archive
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 1s 649ms
And Check expected date interval for principal "neuca" in transport type "DELIVERY" and task "ARRIVE" 007ms
And Get setting "DELAY_TIME_TO_MOVE_ORDER_TO_ARCHIVE_AFTER_TASK_TIMEOUT" for "neuca" 028ms
And Set proper delay time to move order to archive after task timeout 020ms
When Create transport with time window start at closest full hour "CREATE_DELIVERY" by API as "super-admin-neuca" 301ms
And Go to "WAREHOUSE_TAB" 585ms
And Change warehouse in schedule to: "Katowice" 1s 115ms
And Wait "60" seconds 1m
And Verify that transport window is grey 036ms
And Verify that transport is in archive 1s 739ms
Then Restore transport from archive 1s 256ms
And Verify that transport has been successfully restored 1s 407ms
After Hooks.deleteTransportAfterTest() 114ms
After Hooks.rollbackSettings() 023ms
View Feature Move transport to archive
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "dayco-admin" and set token of apiUsername "super-admin-dayco" 1s 731ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-dayco" 1s 200ms
When Go to "TRANSPORT_TABLE" 127ms
And Delete transport 19s 988ms
When Go to "ARCHIVE_TAB" 259ms
And Show "OWN_COLLECTION" 079ms
And Verify that created transport is "true" in transport table 15s 045ms
After Hooks.deleteTransportAfterTest() 072ms
View Feature Move transport to archive
Scenario Outline Check if confirming transport status removed it to the archive
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-dayco" 091ms
And Get custom field settings for "OWN_COLLECTION" transport type and "dayco" company 017ms
And Mark custom fields as not obligatory 006ms
And Login as "dayco-admin" 989ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-dayco" 1s 217ms
And Get setting "ARCHIVING_JOB_INTERVAL" for "dayco" 029ms
And Prepare setting: "ARCHIVING_JOB_INTERVAL" with value: "10s" with "super-admin-dayco" 049ms
When Go to "TRANSPORT_TABLE" 121ms
And Click button advice in transport table "OWN_COLLECTION" 1s 948ms
And Create advice by JSON file "ADVICE_OWN_COLLECTION" as "super-admin-dayco" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getTransportApiJson(JsonApiUtil.java:131)
	at CucumberTests.Transport.AdviceTransport.prepareAdviceJSON(AdviceTransport.java:371)
	at CucumberTests.Transport.AdviceTransport.createAdviceByJSONFile(AdviceTransport.java:343)
	at ✽.Create advice by JSON file "ADVICE_OWN_COLLECTION" as "super-admin-dayco"(file:Features/Atom/Transport/Archive.feature:46)
And Go to "TRANSPORT_TABLE" 000ms
And Find transport in table with status "planned-magazyn-tychy" 000ms
And Confirm statuses until reach "process-ended" 000ms
And Wait until transport disappear from transport table 000ms
Then Go to "ARCHIVE_TAB" 000ms
And Show "OWN_COLLECTION" 000ms
And Verify that created transport is "true" in transport table 000ms
After Hooks.deleteTransportAfterTest() 085ms
After Hooks.rollbackAllCustomFieldsSettings() 077ms
After Hooks.rollbackSettings() 021ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 471ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 234ms
When Fill auction form 15s 464ms
Then Verify that the auction has been added to transport 044ms
After Hooks.deleteTransportAfterTest() 068ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 929ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 232ms
When Fill auction form 15s 439ms
Then Verify that the auction has been added to transport 055ms
After Hooks.deleteTransportAfterTest() 072ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 054ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 196ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-adama" 2s 104ms
When If user is login then logout 399ms
And Login as "paa1-carrier@qa.qa-test" 1s 582ms
And Go to auction offer 1s 235ms
And Accept transport with minimum rate 15s 649ms
Then Check if carrier is assigned to transport 021ms
After Hooks.deleteTransportAfterTest() 080ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 162ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 229ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-adama" 2s 104ms
When If user is login then logout 293ms
And Login as "paa1-carrier@qa.qa-test" 1s 190ms
And Go to auction offer 1s 240ms
And Reject auction offer 15s 627ms
Then Verify that offer has been removed from transport 15s 051ms
After Hooks.deleteTransportAfterTest() 113ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 249ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 247ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 112ms
When If user is login then logout 298ms
And Login as "pskza1-carrier@qa.qa-test" 1s 585ms
And Go to auction offer 1s 229ms
And Reject auction offer 15s 656ms
Then Verify that offer has been removed from transport 15s 027ms
After Hooks.deleteTransportAfterTest() 091ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 190ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 193ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-adama" 2s 103ms
When If user is login then logout 304ms
And Login as "paa1-carrier@qa.qa-test" 1s 178ms
And Go to auction offer 1s 217ms
And Offer prize above maximum - "20000" 178ms
Then Verify that is not possible to add offer 149ms
After Hooks.deleteTransportAfterTest() 080ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 109ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 259ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 119ms
When If user is login then logout 289ms
And Login as "pskza1-carrier@qa.qa-test" 952ms
And Go to auction offer 1s 204ms
And Offer prize above maximum - "20000" 170ms
Then Verify that is not possible to add offer 143ms
After Hooks.deleteTransportAfterTest() 082ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 036ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 197ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-adama" 2s 105ms
And Wait till auction end 1m 58s 017ms
Then Verify that is possible to add auction 045ms
After Hooks.deleteTransportAfterTest() 084ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 289ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 231ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 106ms
And Wait till auction end 1m 58s 016ms
Then Verify that is possible to add auction 052ms
After Hooks.deleteTransportAfterTest() 088ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 1s 472ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 206ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-adama" 2s 099ms
And Go to auction offer 1s 210ms
When Offer "1000" 157ms
Then Verify that offer with "1000" has been added to auction 3s 042ms
After Hooks.deleteTransportAfterTest() 085ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 002ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 083ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 317ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 089ms
And Go to auction offer 1s 187ms
When Offer "1000" 183ms
Then Verify that offer with "1000" has been added to auction 3s 029ms
After Hooks.deleteTransportAfterTest() 082ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 104ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 234ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 105ms
And Go to auction offer 1s 188ms
When Offer "1000" 178ms
And Verify that offer with "1000" has been added to auction 3s 032ms
Then Go to auction offer 1s 163ms
And Revoke current offer 601ms
And Verify that offer has been revoked 30s 620ms
After Hooks.deleteTransportAfterTest() 094ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 218ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 236ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 084ms
And Go to auction offer 1s 205ms
When Offer "1000" 185ms
And Verify that offer with "1000" has been added to auction 3s 037ms
Then Go to auction offer 1s 162ms
And Offer "1500" 166ms
And Verify that offer with "1500" has been added to auction 3s 025ms
After Hooks.deleteTransportAfterTest() 087ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 098ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 242ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 099ms
And Go to auction offer 1s 192ms
When Offer "1000" 171ms
And Verify that offer with "1000" has been added to auction 3s 028ms
Then Login as "swisskrono-admin" 1s 042ms
And Go to auction details 1s 198ms
And Finish active auction 055ms
And Verify that the transport has no active auction 144ms
After Hooks.deleteTransportAfterTest() 088ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 002ms
Given Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 1s 265ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 206ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-adama" 2s 084ms
And Go to auction offer 1s 194ms
When Offer "1000" 180ms
Then Verify that carrier can see current place in auction depending on the "true" role 142ms
After Hooks.deleteTransportAfterTest() 076ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 002ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 069ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 228ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 120ms
And Go to auction offer 1s 187ms
When Offer "1000" 153ms
Then Verify that carrier can see current place in auction depending on the "false" role 15s 031ms
After Hooks.deleteTransportAfterTest() 081ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 175ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 242ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 105ms
And Go to auction offer 1s 213ms
When Offer "300" 186ms
And Verify that carrier can't add offer to auction 035ms
After Hooks.deleteTransportAfterTest() 097ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 037ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 234ms
And Show all transport "false" 168ms
When Go to auction form 1s 232ms
Then Verify carrier selection value "false" 034ms
After Hooks.deleteTransportAfterTest() 079ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 015ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 298ms
And Show all transport "true" 227ms
When Go to auction form 1s 178ms
Then Verify carrier selection value "true" 042ms
After Hooks.deleteTransportAfterTest() 069ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 053ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 202ms
When Open transport auction form 176ms
And Select all companies checkbox in transport auction form 070ms
And Unselect company "PAA2" in transport auction form 066ms
And Put transport on auction 15s 200ms
And Open transport auction history 106ms
And Open participants section in transport auction history 056ms
Then Check if unselected "PAA2" is in transport auction history as participant 15s 026ms
After Hooks.deleteTransportAfterTest() 078ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 261ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 235ms
When Open transport auction form 188ms
And Select all companies checkbox in transport auction form 066ms
And Unselect company "PSKZA2" in transport auction form 066ms
And Put transport on auction 15s 177ms
And Open transport auction history 090ms
And Open participants section in transport auction history 065ms
Then Check if unselected "PSKZA2" is in transport auction history as participant 15s 046ms
After Hooks.deleteTransportAfterTest() 075ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-varrocrychvald" 086ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-varrocrychvald" 1s 287ms
And Set transport on auction with "1000" and "1500" by JSON file as "super-admin-varrocrychvald" 2s 091ms
And Add a bid "1500" to an auction by JSON file as "pvra1-carrier" for "super-admin-varrocrychvald" 182ms
And Add a bid "1000" to an auction by JSON file as "pvra2-carrier-2" for "super-admin-varrocrychvald" 210ms
When Login as "varrocrychvald-admin" and set token of apiUsername "super-admin-varrocrychvald" 1s 479ms
And Show all transport "true" 234ms
And Open transport auction history 796ms
And Pass transport to "2" carrier in auction history 1s 069ms
Then Verify if "REASON" is visible in pass transport modal 038ms
And Confirm pass transport to carrier in pass transport modal 067ms
And Verify that "REASON" in pass transport modal has validation error 1s 030ms
After Hooks.deleteTransportAfterTest() 083ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-varrocrychvald" 091ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-varrocrychvald" 15s 236ms
And Set transport on auction with "100" and "300" by JSON file as "super-admin-varrocrychvald" 2s 085ms
And Add a bid "100" to an auction by JSON file as "pvra1-carrier" for "super-admin-varrocrychvald" 174ms
And Add a bid "200" to an auction by JSON file as "pvra2-carrier" for "super-admin-varrocrychvald" 173ms
And Add a bid "300" to an auction by JSON file as "pvra3-carrier" for "super-admin-varrocrychvald" 162ms
When Login as "pvra1-carrier" 1s 328ms
And Check if current position in auction is "1" 176ms
And If user is login then logout 542ms
And Login as "pvra2-carrier" 1s 406ms
And Check if current position in auction is "2" 157ms
And If user is login then logout 303ms
And Login as "pvra3-carrier" 1s 190ms
And Check if current position in auction is "3" 147ms
After Hooks.deleteTransportAfterTest() 078ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 999ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 216ms
And Open transport auction form 199ms
And Select all companies checkbox in transport auction form 064ms
And Unselect company "PAA2" in transport auction form 069ms
And Put transport on auction 15s 188ms
When If user is login then logout 326ms
And Login as "paa1-carrier@qa.qa-test" 1s 169ms
And Show "TRANSPORT" 081ms
Then Check if transport is "visible" in table of transports 024ms
And If user is login then logout 074ms
And Login as "paa2-carrier@qa.qa-test" 1s 797ms
And Show "TRANSPORT" 056ms
And Check if transport is "not visible" in table of transports 15s 022ms
After Hooks.deleteTransportAfterTest() 083ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 1s 373ms
And Set "transport" inputs from JSON file "CREATE_UNLOAD" "super-admin-pgf" 000ms
When Go to new transport "UNLOAD" 15s 325ms
And Fill transport form 28s 791ms
And Click "save-transport" save button and wait for form to disappear 30s 117ms
And Set advice window in schedule 2s 236ms
And Check is transport created in schedule and set transport id 522ms
And Go to "TRANSPORT_TABLE" 235ms
And Go to transport details "UNLOAD" 30s 388ms
Then Check are transport values equals 25s 401ms
After Hooks.deleteTransportAfterTest() 116ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 195ms
And Set "transport" inputs from JSON file "CREATE_DELIVERY" "super-admin-adama" 000ms
When Go to new transport "DELIVERY" 303ms
And Fill transport form 17s 577ms
And Click "save-transport" save button and wait for form to disappear 30s 100ms
And Set advice window in schedule 2s 184ms
And Check is transport created in schedule and set transport id 536ms
And Go to "TRANSPORT_TABLE" 248ms
And Go to transport details "DELIVERY" 2s 356ms
Then Check are transport values equals 2s 219ms
After Hooks.deleteTransportAfterTest() 081ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 108ms
And Set "transport" inputs from JSON file "CREATE_OWN_COLLECTION" "super-admin-adama" 000ms
When Go to new transport "OWN_COLLECTION" 327ms
And Fill transport form 20s 125ms
And Click "save-transport" save button and wait for form to disappear 30s 090ms
And Set advice window in schedule 2s 184ms
And Check is transport created in schedule and set transport id 500ms
And Go to "TRANSPORT_TABLE" 211ms
And Go to transport details "OWN_COLLECTION" 2s 316ms
Then Check are transport values equals 2s 190ms
After Hooks.deleteTransportAfterTest() 107ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 525ms
And Set "transport" inputs from JSON file "CREATE_DELIVERY" "super-admin-hochland" 001ms
When Go to new transport "DELIVERY" 372ms
And Fill transport form 40s 989ms
And Click "save-transport" save button and wait for form to disappear 30s 069ms
And Set advice window in schedule 2s 161ms
And Check is transport created in schedule and set transport id 563ms
And Go to "TRANSPORT_TABLE" 259ms
And Go to transport details "DELIVERY" 2s 685ms
Then Check are transport values equals 21s 417ms
After Hooks.deleteTransportAfterTest() 100ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 388ms
And Set "transport" inputs from JSON file "CREATE_CISTERN_DELIVERY" "super-admin-hochland" 001ms
When Go to new transport "CISTERN_DELIVERY" 448ms
And Fill transport form 43s 610ms
And Click "save-transport" save button and wait for form to disappear 30s 086ms
And Set advice window in schedule 2s 223ms
And Check is transport created in schedule and set transport id 543ms
And Go to "TRANSPORT_TABLE" 213ms
And Go to transport details "CISTERN_DELIVERY" 2s 440ms
Then Check are transport values equals 8s 388ms
After Hooks.deleteTransportAfterTest() 112ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 394ms
And Set "transport" inputs from JSON file "CREATE_CISTERN_COLLECTION" "super-admin-hochland" 001ms
When Go to new transport "CISTERN_COLLECTION" 334ms
And Fill transport form 30s 488ms
And Click "save-transport" save button and wait for form to disappear 30s 122ms
And Set advice window in schedule 2s 211ms
And Check is transport created in schedule and set transport id 508ms
And Go to "TRANSPORT_TABLE" 244ms
And Go to transport details "CISTERN_COLLECTION" 2s 357ms
Then Check are transport values equals 23s 394ms
After Hooks.deleteTransportAfterTest() 101ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 501ms
And Set "transport" inputs from JSON file "CREATE_OWN_COLLECTION" "super-admin-hochland" 000ms
When Go to new transport "OWN_COLLECTION" 388ms
And Fill transport form 34s 942ms
And Click "save-transport" save button and wait for form to disappear 30s 132ms
And Set advice window in schedule 2s 188ms
And Check is transport created in schedule and set transport id 548ms
And Go to "TRANSPORT_TABLE" 189ms
And Go to transport details "OWN_COLLECTION" 2s 557ms
Then Check are transport values equals 21s 364ms
After Hooks.deleteTransportAfterTest() 105ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 386ms
And Set "transport" inputs from JSON file "CREATE_OWN_COLLECTION_POWDER_FACTORY" "super-admin-hochland" 000ms
When Go to new transport "OWN_COLLECTION_POWDER_FACTORY" 369ms
And Fill transport form 35s 037ms
And Click "save-transport" save button and wait for form to disappear 30s 066ms
And Set advice window in schedule 2s 184ms
And Check is transport created in schedule and set transport id 556ms
And Go to "TRANSPORT_TABLE" 196ms
And Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 2s 466ms
Then Check are transport values equals 6s 336ms
After Hooks.deleteTransportAfterTest() 161ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 420ms
And Set "transport" inputs from JSON file "CREATE_EXPORT" "super-admin-hochland" 000ms
When Go to new transport "EXPORT" 412ms
And Fill transport form 42s 808ms
And Click "save-transport" save button and wait for form to disappear 30s 076ms
And Set advice window in schedule 2s 165ms
And Check is transport created in schedule and set transport id 582ms
And Go to "TRANSPORT_TABLE" 193ms
And Go to transport details "EXPORT" 3s 458ms
Then Check are transport values equals 6s 410ms
After Hooks.deleteTransportAfterTest() 131ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 1s 486ms
And Set "transport" inputs from JSON file "CREATE_DELIVERY" "super-admin-skd" 000ms
When Go to new transport "DELIVERY" 15s 246ms
And Fill transport form 30s 484ms
And Click "save-transport" save button and wait for form to disappear 30s 120ms
And Set advice window in schedule 2s 156ms
And Check is transport created in schedule and set transport id 691ms
And Go to "TRANSPORT_TABLE" 271ms
And Go to transport details "DELIVERY" 30s 334ms
Then Check are transport values equals 38s 372ms
After Hooks.deleteTransportAfterTest() 121ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 555ms
And Set "transport" inputs from JSON file "CREATE_DELIVERY" "super-admin-lantmannen" 000ms
When Go to new transport "DELIVERY" 327ms
And Fill transport form 40s 180ms
And Click "save-transport" save button and wait for form to disappear 30s 161ms
And Set advice window in schedule 2s 176ms
And Check is transport created in schedule and set transport id 553ms
And Go to "TRANSPORT_TABLE" 184ms
And Go to transport details "DELIVERY" 2s 328ms
Then Check are transport values equals 21s 332ms
After Hooks.deleteTransportAfterTest() 114ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 086ms
And Set "transport" inputs from JSON file "CREATE_LOAD" "super-admin-lantmannen" 000ms
When Go to new transport "LOAD" 318ms
And Fill transport form 40s 188ms
And Click "save-transport" save button and wait for form to disappear 30s 106ms
And Set advice window in schedule 2s 193ms
And Check is transport created in schedule and set transport id 590ms
And Go to "TRANSPORT_TABLE" 265ms
And Go to transport details "LOAD" 2s 347ms
Then Check are transport values equals 21s 344ms
After Hooks.deleteTransportAfterTest() 118ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 635ms
And Set "transport" inputs from JSON file "CREATE_DELIVERY" "super-admin-keeeper" 001ms
When Go to new transport "UNLOAD" 344ms
And Fill transport form 39s 761ms
And Click "save-transport" save button and wait for form to disappear 30s 064ms
And Set advice window in schedule 2s 137ms
And Check is transport created in schedule and set transport id 530ms
And Go to "TRANSPORT_TABLE" 196ms
And Go to transport details "UNLOAD" 2s 352ms
Then Check are transport values equals 23s 428ms
After Hooks.deleteTransportAfterTest() 085ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 153ms
And Set "transport" inputs from JSON file "CREATE_TANKER_GRANULATE_DELIVERY" "super-admin-keeeper" 000ms
When Go to new transport "TANKER_GRANULATE_DELIVERY" 335ms
And Fill transport form 39s 703ms
And Click "save-transport" save button and wait for form to disappear 30s 059ms
And Set advice window in schedule 2s 149ms
And Check is transport created in schedule and set transport id 570ms
And Go to "TRANSPORT_TABLE" 202ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 361ms
Then Check are transport values equals 23s 447ms
After Hooks.deleteTransportAfterTest() 155ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 599ms
And Set "transport" inputs from JSON file "CREATE_DELIVERY" "super-admin-alrec" 001ms
When Go to new transport "DELIVERY" 328ms
And Fill transport form 25s 016ms
And Click "save-transport" save button and wait for form to disappear 30s 093ms
And Set advice window in schedule 2s 162ms
And Check is transport created in schedule and set transport id 545ms
And Go to "TRANSPORT_TABLE" 202ms
And Go to transport details "DELIVERY" 2s 325ms
Then Check are transport values equals 19s 269ms
After Hooks.deleteTransportAfterTest() 120ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 403ms
When Go to new transport "WEIGHING" 336ms
And Fill "transport" form "CREATE_WEIGHING" by "super-admin-hochland" 13s 764ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 089ms
And Show all transport "false" 159ms
And Go to "TRANSPORT_TABLE" 167ms
And Go to transport details "WEIGHING" 2s 404ms
And Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 064ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 138ms
When Go to new transport "TRANSPORT" 363ms
And Fill "transport" form "CREATE_TRANSPORT" by "super-admin-adama" 24s 733ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 100ms
And Show all transport "false" 158ms
And Go to "TRANSPORT_TABLE" 153ms
And Go to transport details "TRANSPORT" 2s 437ms
And Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 071ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 116ms
When Go to new transport "CONTAINER" 333ms
And Fill "transport" form "CREATE_CONTAINER" by "super-admin-adama" 9s 166ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 116ms
And Show all transport "false" 161ms
And Go to "TRANSPORT_TABLE" 169ms
And Go to transport details "CONTAINER" 2s 375ms
And Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 078ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 420ms
When Go to new transport "TRANSFER_BETWEEN_WAREHOUSES" 355ms
And Fill "transport" form "CREATE_TRANSFER_BETWEEN_WAREHOUSES" by "super-admin-hochland" 10s 926ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 101ms
And Show all transport "false" 160ms
And Go to "TRANSPORT_TABLE" 149ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 622ms
And Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 089ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 707ms
When Go to new transport "DELIVERY" 327ms
And Fill "transport" form "CREATE_DELIVERY" by "super-admin-piast" 20s 489ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 106ms
And Show all transport "false" 160ms
And Go to "TRANSPORT_TABLE" 154ms
And Go to transport details "DELIVERY" 2s 567ms
And Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 067ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 186ms
When Go to new transport "LOAD" 365ms
And Fill "transport" form "CREATE_LOAD" by "super-admin-piast" 24s 266ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 125ms
And Show all transport "false" 161ms
And Go to "TRANSPORT_TABLE" 161ms
And Go to transport details "LOAD" 2s 662ms
And Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 071ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 100ms
When Go to new transport "LOAD" 301ms
And Fill "transport" form "CREATE_LOAD" by "super-admin-keeeper" 22s 591ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 099ms
And Show all transport "false" 161ms
And Go to "TRANSPORT_TABLE" 157ms
And Go to transport details "LOAD" 2s 426ms
And Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 080ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 167ms
When Go to new transport "CONTAINER" 286ms
And Fill "transport" form "CREATE_CONTAINER" by "super-admin-keeeper" 22s 667ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 107ms
And Show all transport "false" 160ms
And Go to "TRANSPORT_TABLE" 155ms
And Go to transport details "CONTAINER" 2s 329ms
And Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 056ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 238ms
When Go to new transport "SMALLS_IMPORT" 434ms
And Fill "transport" form "CREATE_SMALLS_IMPORT" by "super-admin-skz" 17s 809ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 070ms
And Show all transport "false" 159ms
And Go to "TRANSPORT_TABLE" 156ms
And Go to transport details "SMALLS_IMPORT" 2s 466ms
And Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 072ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 016ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 237ms
When Go to new transport "SMALLS_EXPORT" 436ms
And Fill "transport" form "CREATE_SMALLS_EXPORT" by "super-admin-skz" 34s 396ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 129ms
And Show all transport "false" 160ms
And Go to "TRANSPORT_TABLE" 158ms
And Go to transport details "SMALLS_EXPORT" 2s 445ms
And Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 080ms
View Feature Crud Transport
Scenario Outline Check if it possible to create new transport without advice
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 227ms
When Go to new transport "TRANSPORT_ORDER" 424ms
And Fill "transport" form "CREATE_TRANSPORT_ORDER" by "super-admin-alrec" 35s 540ms
java.lang.AssertionError: Nie można wypełnić pola number-of-pallets-step-0, ponieważ nie udało się go znaleźć w formularzu
	at org.junit.Assert.fail(Assert.java:88)
	at CucumberTests.Transport.Transport.fillFields(Transport.java:158)
	at CucumberTests.Transport.Transport.fillForm(Transport.java:150)
	at CucumberTests.Transport.TransportFormTest.fillFormBy(TransportFormTest.java:510)
	at ✽.Fill "transport" form "CREATE_TRANSPORT_ORDER" by "super-admin-alrec"(file:Features/Atom/Transport/CrudTransport.feature:37)
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Show all transport "true" 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "TRANSPORT_ORDER" 000ms
And Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 167ms
When Go to new transport "TRANSPORT" 368ms
And Fill "transport" form "CREATE_TRANSPORT_ORDER_WITHOUT_WAREHOUSES" by "super-admin-adama" 35s 582ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 120ms
And Show all transport "false" 160ms
And Go to "TRANSPORT_TABLE" 152ms
And Go to transport details "TRANSPORT" 2s 453ms
And Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 074ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 323ms
When Go to new transport "INBOUND" 370ms
And Fill "transport" form "CREATE_INBOUND_WITHOUT_WAREHOUSES" by "super-admin-alrec" 38s 952ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 163ms
And Show all transport "true" 242ms
And Go to "TRANSPORT_TABLE" 127ms
And Go to transport details "INBOUND" 2s 451ms
And Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 077ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "farmacol-admin" and set token of apiUsername "super-admin-farmacol" 1s 834ms
When Go to new transport "EXTERNAL_DELIVERY" 329ms
And Fill "transport" form "CREATE_EXTERNAL_DELIVERY_WITH_TWO_UNLOAD" by "super-admin-farmacol" 51s 603ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 100ms
And Show all transport "false" 166ms
And Go to "TRANSPORT_TABLE" 165ms
And Go to transport details "EXTERNAL_DELIVERY" 2s 415ms
And Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 080ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "dfa1-supplier" and set token of apiUsername "dfa1-supplier" 1s 797ms
When Go to new transport "EXTERNAL_DELIVERY" 15s 263ms
And Fill "transport" form "CREATE_EXTERNAL_DELIVERY_WITH_TWO_UNLOAD" by "dfa1-supplier" 45s 143ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 116ms
And Show all transport "false" 159ms
And Go to "TRANSPORT_TABLE" 140ms
And Go to transport details "EXTERNAL_DELIVERY" 2s 455ms
And Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 079ms
View Feature Crud Transport
Scenario Outline Check if it is possible to edit transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 1s 035ms
And Set "advice" inputs from JSON file "EDIT_UNLOAD" "super-admin-pgf" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_UNLOAD" "super-admin-pgf"(file:Features/Atom/Transport/CrudTransport.feature:68)
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" 000ms
And Show all transport "false" 000ms
When Go to transport details "UNLOAD" 000ms
And Fill transport form 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "UNLOAD" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible to edit transport
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 015ms
And Set "advice" inputs from JSON file "EDIT_TRANSPORT" "super-admin-adama" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_TRANSPORT" "super-admin-adama"(file:Features/Atom/Transport/CrudTransport.feature:68)
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 000ms
And Show all transport "false" 000ms
When Go to transport details "TRANSPORT" 000ms
And Fill transport form 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "TRANSPORT" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible to edit transport
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 042ms
And Set "advice" inputs from JSON file "EDIT_CONTAINER" "super-admin-adama" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_CONTAINER" "super-admin-adama"(file:Features/Atom/Transport/CrudTransport.feature:68)
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 000ms
And Show all transport "false" 000ms
When Go to transport details "CONTAINER" 000ms
And Fill transport form 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "CONTAINER" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible to edit transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 036ms
And Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-adama" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-adama"(file:Features/Atom/Transport/CrudTransport.feature:68)
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 000ms
And Show all transport "false" 000ms
When Go to transport details "DELIVERY" 000ms
And Fill transport form 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "DELIVERY" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible to edit transport
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 027ms
And Set "advice" inputs from JSON file "EDIT_OWN_COLLECTION" "super-admin-adama" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_OWN_COLLECTION" "super-admin-adama"(file:Features/Atom/Transport/CrudTransport.feature:68)
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-adama" 000ms
And Show all transport "false" 000ms
When Go to transport details "OWN_COLLECTION" 000ms
And Fill transport form 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "OWN_COLLECTION" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible to edit transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 268ms
And Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-hochland" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-hochland"(file:Features/Atom/Transport/CrudTransport.feature:68)
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 000ms
And Show all transport "false" 000ms
When Go to transport details "DELIVERY" 000ms
And Fill transport form 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "DELIVERY" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible to edit transport
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 251ms
And Set "advice" inputs from JSON file "EDIT_OWN_COLLECTION" "super-admin-hochland" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_OWN_COLLECTION" "super-admin-hochland"(file:Features/Atom/Transport/CrudTransport.feature:68)
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-hochland" 000ms
And Show all transport "false" 000ms
When Go to transport details "OWN_COLLECTION" 000ms
And Fill transport form 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "OWN_COLLECTION" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible to edit transport
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 274ms
And Set "advice" inputs from JSON file "EDIT_EXPORT" "super-admin-hochland" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_EXPORT" "super-admin-hochland"(file:Features/Atom/Transport/CrudTransport.feature:68)
And Create transport "CREATE_EXPORT" by JSON file as "super-admin-hochland" 000ms
And Show all transport "false" 000ms
When Go to transport details "EXPORT" 000ms
And Fill transport form 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "EXPORT" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible to edit transport
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 259ms
And Set "advice" inputs from JSON file "EDIT_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland"(file:Features/Atom/Transport/CrudTransport.feature:68)
And Create transport "CREATE_TRANSFER_BETWEEN_WAREHOUSES" by JSON file as "super-admin-hochland" 000ms
And Show all transport "false" 000ms
When Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 000ms
And Fill transport form 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible to edit transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 268ms
And Set "advice" inputs from JSON file "EDIT_CISTERN_DELIVERY" "super-admin-hochland" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_CISTERN_DELIVERY" "super-admin-hochland"(file:Features/Atom/Transport/CrudTransport.feature:68)
And Create transport "CREATE_CISTERN_DELIVERY" by JSON file as "super-admin-hochland" 000ms
And Show all transport "false" 000ms
When Go to transport details "CISTERN_DELIVERY" 000ms
And Fill transport form 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "CISTERN_DELIVERY" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible to edit transport
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 287ms
And Set "advice" inputs from JSON file "EDIT_CISTERN_COLLECTION" "super-admin-hochland" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_CISTERN_COLLECTION" "super-admin-hochland"(file:Features/Atom/Transport/CrudTransport.feature:68)
And Create transport "CREATE_CISTERN_COLLECTION" by JSON file as "super-admin-hochland" 000ms
And Show all transport "false" 000ms
When Go to transport details "CISTERN_COLLECTION" 000ms
And Fill transport form 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "CISTERN_COLLECTION" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible to edit transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 277ms
And Set "advice" inputs from JSON file "EDIT_WEIGHING" "super-admin-hochland" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_WEIGHING" "super-admin-hochland"(file:Features/Atom/Transport/CrudTransport.feature:68)
And Create transport "CREATE_WEIGHING" by JSON file as "super-admin-hochland" 000ms
And Show all transport "false" 000ms
When Go to transport details "WEIGHING" 000ms
And Fill transport form 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "WEIGHING" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible to edit transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 314ms
And Set "advice" inputs from JSON file "EDIT_OWN_COLLECTION_POWDER_FACTORY" "super-admin-hochland" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_OWN_COLLECTION_POWDER_FACTORY" "super-admin-hochland"(file:Features/Atom/Transport/CrudTransport.feature:68)
And Create transport "CREATE_OWN_COLLECTION_POWDER_FACTORY" by JSON file as "super-admin-hochland" 000ms
And Show all transport "false" 000ms
When Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 000ms
And Fill transport form 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible to edit transport
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 986ms
And Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-skd" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-skd"(file:Features/Atom/Transport/CrudTransport.feature:68)
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 000ms
And Show all transport "false" 000ms
When Go to transport details "DELIVERY" 000ms
And Fill transport form 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "DELIVERY" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible to edit transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 053ms
And Set "advice" inputs from JSON file "EDIT_LOAD" "super-admin-piast" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_LOAD" "super-admin-piast"(file:Features/Atom/Transport/CrudTransport.feature:68)
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 000ms
And Show all transport "false" 000ms
When Go to transport details "LOAD" 000ms
And Fill transport form 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "LOAD" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible to edit transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 968ms
And Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-lantmannen" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-lantmannen"(file:Features/Atom/Transport/CrudTransport.feature:68)
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 000ms
And Show all transport "false" 000ms
When Go to transport details "DELIVERY" 000ms
And Fill transport form 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "DELIVERY" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible to edit transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 962ms
And Set "advice" inputs from JSON file "EDIT_LOAD" "super-admin-lantmannen" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_LOAD" "super-admin-lantmannen"(file:Features/Atom/Transport/CrudTransport.feature:68)
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 000ms
And Show all transport "false" 000ms
When Go to transport details "LOAD" 000ms
And Fill transport form 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "LOAD" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible to edit transport
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 008ms
And Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-keeeper" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-keeeper"(file:Features/Atom/Transport/CrudTransport.feature:68)
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 000ms
And Show all transport "false" 000ms
When Go to transport details "UNLOAD" 000ms
And Fill transport form 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "UNLOAD" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible to edit transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 036ms
And Set "advice" inputs from JSON file "EDIT_TANKER_GRANULATE_DELIVERY" "super-admin-keeeper" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_TANKER_GRANULATE_DELIVERY" "super-admin-keeeper"(file:Features/Atom/Transport/CrudTransport.feature:68)
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 000ms
And Show all transport "false" 000ms
When Go to transport details "TANKER_GRANULATE_DELIVERY" 000ms
And Fill transport form 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible to edit transport
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 028ms
And Set "advice" inputs from JSON file "EDIT_LOAD" "super-admin-keeeper" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_LOAD" "super-admin-keeeper"(file:Features/Atom/Transport/CrudTransport.feature:68)
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 000ms
And Show all transport "false" 000ms
When Go to transport details "LOAD" 000ms
And Fill transport form 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "LOAD" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible to edit transport
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 009ms
And Set "advice" inputs from JSON file "EDIT_CONTAINER" "super-admin-keeeper" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_CONTAINER" "super-admin-keeeper"(file:Features/Atom/Transport/CrudTransport.feature:68)
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 000ms
And Show all transport "false" 000ms
When Go to transport details "CONTAINER" 000ms
And Fill transport form 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "CONTAINER" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible to edit transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 133ms
And Set "advice" inputs from JSON file "EDIT_SMALLS_EXPORT" "super-admin-skz" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_SMALLS_EXPORT" "super-admin-skz"(file:Features/Atom/Transport/CrudTransport.feature:68)
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 000ms
And Show all transport "false" 000ms
When Go to transport details "SMALLS_EXPORT" 000ms
And Fill transport form 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "SMALLS_EXPORT" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible to edit transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 996ms
And Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-alrec" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-alrec"(file:Features/Atom/Transport/CrudTransport.feature:68)
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 000ms
And Show all transport "true" 000ms
When Go to transport details "DELIVERY" 000ms
And Fill transport form 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "DELIVERY" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible to edit transport
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 039ms
And Set "advice" inputs from JSON file "EDIT_TRANSPORT_ORDER" "super-admin-alrec" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_TRANSPORT_ORDER" "super-admin-alrec"(file:Features/Atom/Transport/CrudTransport.feature:68)
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 000ms
And Show all transport "true" 000ms
When Go to transport details "TRANSPORT_ORDER" 000ms
And Fill transport form 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "TRANSPORT_ORDER" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible to edit transport
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "keeeper-warehouseman" and set token of apiUsername "super-admin-keeeper" 1s 573ms
And Set "advice" inputs from JSON file "EDIT_CONTAINER_WAREHOUSEMAN_CUSTOMFIELDS" "super-admin-keeeper" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_CONTAINER_WAREHOUSEMAN_CUSTOMFIELDS" "super-admin-keeeper"(file:Features/Atom/Transport/CrudTransport.feature:68)
And Create transport "CREATE_CONTAINER_KEEEPER_WAIMEA" by JSON file as "super-admin-keeeper" 000ms
And Show all transport "false" 000ms
When Go to transport details "CONTAINER" 000ms
And Fill transport form 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "CONTAINER" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 265ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 434ms
And Show all transport "false" 161ms
When Delete transport 17s 959ms
Then Transport not displayed in table of transports 15s 060ms
After Hooks.deleteTransportAfterTest() 097ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 195ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 208ms
And Show all transport "false" 159ms
When Delete transport 17s 246ms
Then Transport not displayed in table of transports 15s 030ms
After Hooks.deleteTransportAfterTest() 068ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 107ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 1s 301ms
And Show all transport "false" 157ms
When Delete transport 17s 063ms
Then Transport not displayed in table of transports 15s 065ms
After Hooks.deleteTransportAfterTest() 10s 245ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 200ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 184ms
And Show all transport "false" 157ms
When Delete transport 17s 065ms
Then Transport not displayed in table of transports 15s 042ms
After Hooks.deleteTransportAfterTest() 072ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 279ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 233ms
And Show all transport "false" 173ms
When Delete transport 17s 182ms
Then Transport not displayed in table of transports 15s 039ms
After Hooks.deleteTransportAfterTest() 073ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 292ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 239ms
And Show all transport "false" 164ms
When Delete transport 17s 669ms
Then Transport not displayed in table of transports 15s 053ms
After Hooks.deleteTransportAfterTest() 078ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 160ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 1s 277ms
And Show all transport "true" 244ms
When Delete transport 19s 145ms
Then Transport not displayed in table of transports 15s 061ms
After Hooks.deleteTransportAfterTest() 095ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 178ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 244ms
And Show all transport "true" 230ms
When Delete transport 17s 155ms
Then Transport not displayed in table of transports 15s 047ms
After Hooks.deleteTransportAfterTest() 089ms
View Feature Crud Transport
Scenario Outline Check if it is possible use save and cancel combination after editing transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 1s 090ms
And Set "advice" inputs from JSON file "EDIT_UNLOAD" "super-admin-pgf" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_UNLOAD" "super-admin-pgf"(file:Features/Atom/Transport/CrudTransport.feature:129)
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" 000ms
And Show all transport "false" 000ms
When Go to transport details "UNLOAD" 000ms
And Fill transport form 000ms
And Click "save-transport" save button 000ms
And Click cancel button in transport form 000ms
And Go to transport details "UNLOAD" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible use save and cancel combination after editing transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 039ms
And Set "advice" inputs from JSON file "EDIT_TRANSPORT" "super-admin-adama" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_TRANSPORT" "super-admin-adama"(file:Features/Atom/Transport/CrudTransport.feature:129)
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 000ms
And Show all transport "false" 000ms
When Go to transport details "TRANSPORT" 000ms
And Fill transport form 000ms
And Click "save-transport" save button 000ms
And Click cancel button in transport form 000ms
And Go to transport details "TRANSPORT" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible use save and cancel combination after editing transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 034ms
And Set "advice" inputs from JSON file "EDIT_CONTAINER" "super-admin-adama" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_CONTAINER" "super-admin-adama"(file:Features/Atom/Transport/CrudTransport.feature:129)
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 000ms
And Show all transport "false" 000ms
When Go to transport details "CONTAINER" 000ms
And Fill transport form 000ms
And Click "save-transport" save button 000ms
And Click cancel button in transport form 000ms
And Go to transport details "CONTAINER" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible use save and cancel combination after editing transport
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 024ms
And Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-adama" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-adama"(file:Features/Atom/Transport/CrudTransport.feature:129)
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 000ms
And Show all transport "false" 000ms
When Go to transport details "DELIVERY" 000ms
And Fill transport form 000ms
And Click "save-transport" save button 000ms
And Click cancel button in transport form 000ms
And Go to transport details "DELIVERY" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible use save and cancel combination after editing transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 006ms
And Set "advice" inputs from JSON file "EDIT_OWN_COLLECTION" "super-admin-adama" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_OWN_COLLECTION" "super-admin-adama"(file:Features/Atom/Transport/CrudTransport.feature:129)
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-adama" 000ms
And Show all transport "false" 000ms
When Go to transport details "OWN_COLLECTION" 000ms
And Fill transport form 000ms
And Click "save-transport" save button 000ms
And Click cancel button in transport form 000ms
And Go to transport details "OWN_COLLECTION" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible use save and cancel combination after editing transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 275ms
And Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-hochland" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-hochland"(file:Features/Atom/Transport/CrudTransport.feature:129)
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 000ms
And Show all transport "false" 000ms
When Go to transport details "DELIVERY" 000ms
And Fill transport form 000ms
And Click "save-transport" save button 000ms
And Click cancel button in transport form 000ms
And Go to transport details "DELIVERY" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible use save and cancel combination after editing transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 241ms
And Set "advice" inputs from JSON file "EDIT_OWN_COLLECTION" "super-admin-hochland" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_OWN_COLLECTION" "super-admin-hochland"(file:Features/Atom/Transport/CrudTransport.feature:129)
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-hochland" 000ms
And Show all transport "false" 000ms
When Go to transport details "OWN_COLLECTION" 000ms
And Fill transport form 000ms
And Click "save-transport" save button 000ms
And Click cancel button in transport form 000ms
And Go to transport details "OWN_COLLECTION" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible use save and cancel combination after editing transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 305ms
And Set "advice" inputs from JSON file "EDIT_EXPORT" "super-admin-hochland" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_EXPORT" "super-admin-hochland"(file:Features/Atom/Transport/CrudTransport.feature:129)
And Create transport "CREATE_EXPORT" by JSON file as "super-admin-hochland" 000ms
And Show all transport "false" 000ms
When Go to transport details "EXPORT" 000ms
And Fill transport form 000ms
And Click "save-transport" save button 000ms
And Click cancel button in transport form 000ms
And Go to transport details "EXPORT" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible use save and cancel combination after editing transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 289ms
And Set "advice" inputs from JSON file "EDIT_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland"(file:Features/Atom/Transport/CrudTransport.feature:129)
And Create transport "CREATE_TRANSFER_BETWEEN_WAREHOUSES" by JSON file as "super-admin-hochland" 000ms
And Show all transport "false" 000ms
When Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 000ms
And Fill transport form 000ms
And Click "save-transport" save button 000ms
And Click cancel button in transport form 000ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible use save and cancel combination after editing transport
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 297ms
And Set "advice" inputs from JSON file "EDIT_CISTERN_DELIVERY" "super-admin-hochland" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_CISTERN_DELIVERY" "super-admin-hochland"(file:Features/Atom/Transport/CrudTransport.feature:129)
And Create transport "CREATE_CISTERN_DELIVERY" by JSON file as "super-admin-hochland" 000ms
And Show all transport "false" 000ms
When Go to transport details "CISTERN_DELIVERY" 000ms
And Fill transport form 000ms
And Click "save-transport" save button 000ms
And Click cancel button in transport form 000ms
And Go to transport details "CISTERN_DELIVERY" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible use save and cancel combination after editing transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 235ms
And Set "advice" inputs from JSON file "EDIT_CISTERN_COLLECTION" "super-admin-hochland" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_CISTERN_COLLECTION" "super-admin-hochland"(file:Features/Atom/Transport/CrudTransport.feature:129)
And Create transport "CREATE_CISTERN_COLLECTION" by JSON file as "super-admin-hochland" 000ms
And Show all transport "false" 000ms
When Go to transport details "CISTERN_COLLECTION" 000ms
And Fill transport form 000ms
And Click "save-transport" save button 000ms
And Click cancel button in transport form 000ms
And Go to transport details "CISTERN_COLLECTION" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible use save and cancel combination after editing transport
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 324ms
And Set "advice" inputs from JSON file "EDIT_WEIGHING" "super-admin-hochland" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_WEIGHING" "super-admin-hochland"(file:Features/Atom/Transport/CrudTransport.feature:129)
And Create transport "CREATE_WEIGHING" by JSON file as "super-admin-hochland" 000ms
And Show all transport "false" 000ms
When Go to transport details "WEIGHING" 000ms
And Fill transport form 000ms
And Click "save-transport" save button 000ms
And Click cancel button in transport form 000ms
And Go to transport details "WEIGHING" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible use save and cancel combination after editing transport
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 294ms
And Set "advice" inputs from JSON file "EDIT_OWN_COLLECTION_POWDER_FACTORY" "super-admin-hochland" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_OWN_COLLECTION_POWDER_FACTORY" "super-admin-hochland"(file:Features/Atom/Transport/CrudTransport.feature:129)
And Create transport "CREATE_OWN_COLLECTION_POWDER_FACTORY" by JSON file as "super-admin-hochland" 000ms
And Show all transport "false" 000ms
When Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 000ms
And Fill transport form 000ms
And Click "save-transport" save button 000ms
And Click cancel button in transport form 000ms
And Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible use save and cancel combination after editing transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 955ms
And Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-skd" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-skd"(file:Features/Atom/Transport/CrudTransport.feature:129)
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 000ms
And Show all transport "false" 000ms
When Go to transport details "DELIVERY" 000ms
And Fill transport form 000ms
And Click "save-transport" save button 000ms
And Click cancel button in transport form 000ms
And Go to transport details "DELIVERY" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible use save and cancel combination after editing transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 079ms
And Set "advice" inputs from JSON file "EDIT_LOAD" "super-admin-piast" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_LOAD" "super-admin-piast"(file:Features/Atom/Transport/CrudTransport.feature:129)
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 000ms
And Show all transport "false" 000ms
When Go to transport details "LOAD" 000ms
And Fill transport form 000ms
And Click "save-transport" save button 000ms
And Click cancel button in transport form 000ms
And Go to transport details "LOAD" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible use save and cancel combination after editing transport
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 002ms
And Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-lantmannen" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-lantmannen"(file:Features/Atom/Transport/CrudTransport.feature:129)
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 000ms
And Show all transport "false" 000ms
When Go to transport details "DELIVERY" 000ms
And Fill transport form 000ms
And Click "save-transport" save button 000ms
And Click cancel button in transport form 000ms
And Go to transport details "DELIVERY" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible use save and cancel combination after editing transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 973ms
And Set "advice" inputs from JSON file "EDIT_LOAD" "super-admin-lantmannen" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_LOAD" "super-admin-lantmannen"(file:Features/Atom/Transport/CrudTransport.feature:129)
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 000ms
And Show all transport "false" 000ms
When Go to transport details "LOAD" 000ms
And Fill transport form 000ms
And Click "save-transport" save button 000ms
And Click cancel button in transport form 000ms
And Go to transport details "LOAD" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible use save and cancel combination after editing transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 058ms
And Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-keeeper" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-keeeper"(file:Features/Atom/Transport/CrudTransport.feature:129)
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 000ms
And Show all transport "false" 000ms
When Go to transport details "UNLOAD" 000ms
And Fill transport form 000ms
And Click "save-transport" save button 000ms
And Click cancel button in transport form 000ms
And Go to transport details "UNLOAD" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible use save and cancel combination after editing transport
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 042ms
And Set "advice" inputs from JSON file "EDIT_TANKER_GRANULATE_DELIVERY" "super-admin-keeeper" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_TANKER_GRANULATE_DELIVERY" "super-admin-keeeper"(file:Features/Atom/Transport/CrudTransport.feature:129)
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 000ms
And Show all transport "false" 000ms
When Go to transport details "TANKER_GRANULATE_DELIVERY" 000ms
And Fill transport form 000ms
And Click "save-transport" save button 000ms
And Click cancel button in transport form 000ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible use save and cancel combination after editing transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 023ms
And Set "advice" inputs from JSON file "EDIT_LOAD" "super-admin-keeeper" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_LOAD" "super-admin-keeeper"(file:Features/Atom/Transport/CrudTransport.feature:129)
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 000ms
And Show all transport "false" 000ms
When Go to transport details "LOAD" 000ms
And Fill transport form 000ms
And Click "save-transport" save button 000ms
And Click cancel button in transport form 000ms
And Go to transport details "LOAD" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible use save and cancel combination after editing transport
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 043ms
And Set "advice" inputs from JSON file "EDIT_CONTAINER" "super-admin-keeeper" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_CONTAINER" "super-admin-keeeper"(file:Features/Atom/Transport/CrudTransport.feature:129)
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 000ms
And Show all transport "false" 000ms
When Go to transport details "CONTAINER" 000ms
And Fill transport form 000ms
And Click "save-transport" save button 000ms
And Click cancel button in transport form 000ms
And Go to transport details "CONTAINER" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible use save and cancel combination after editing transport
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 085ms
And Set "advice" inputs from JSON file "EDIT_SMALLS_IMPORT" "super-admin-skz" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_SMALLS_IMPORT" "super-admin-skz"(file:Features/Atom/Transport/CrudTransport.feature:129)
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 000ms
And Show all transport "false" 000ms
When Go to transport details "SMALLS_IMPORT" 000ms
And Fill transport form 000ms
And Click "save-transport" save button 000ms
And Click cancel button in transport form 000ms
And Go to transport details "SMALLS_IMPORT" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible use save and cancel combination after editing transport
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 147ms
And Set "advice" inputs from JSON file "EDIT_SMALLS_EXPORT" "super-admin-skz" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_SMALLS_EXPORT" "super-admin-skz"(file:Features/Atom/Transport/CrudTransport.feature:129)
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 000ms
And Show all transport "false" 000ms
When Go to transport details "SMALLS_EXPORT" 000ms
And Fill transport form 000ms
And Click "save-transport" save button 000ms
And Click cancel button in transport form 000ms
And Go to transport details "SMALLS_EXPORT" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible use save and cancel combination after editing transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 007ms
And Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-alrec" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-alrec"(file:Features/Atom/Transport/CrudTransport.feature:129)
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 000ms
And Show all transport "true" 000ms
When Go to transport details "DELIVERY" 000ms
And Fill transport form 000ms
And Click "save-transport" save button 000ms
And Click cancel button in transport form 000ms
And Go to transport details "DELIVERY" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Scenario Outline Check if it is possible use save and cancel combination after editing transport
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 003ms
And Set "advice" inputs from JSON file "EDIT_TRANSPORT_ORDER" "super-admin-alrec" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_TRANSPORT_ORDER" "super-admin-alrec"(file:Features/Atom/Transport/CrudTransport.feature:129)
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 000ms
And Show all transport "true" 000ms
When Go to transport details "TRANSPORT_ORDER" 000ms
And Fill transport form 000ms
And Click "save-transport" save button 000ms
And Click cancel button in transport form 000ms
And Go to transport details "TRANSPORT_ORDER" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 026ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 207ms
And Create gray windows "CREATE_GRAY_WINDOW_MWG" on "PRZESYŁKI DROBNICOWE" in "Magazyn Wyrobów Gotowych" as "super-admin-keeeper" 226ms
And If user is login then logout 094ms
Then Login as "dka1-supplier" 1s 832ms
And Click button advice in transport table "LOAD" 152ms
And Check if moved to first possible start date in schedule 425ms
After Hooks.deleteTransportAfterTest() 074ms
After Hooks.deleteAllGrayWindowsAfterTest() 1m 30s 495ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-piast" 096ms
And Set "transport" inputs from JSON file "CREATE_LOAD_WITH_NEW_ADDRESS" "super-admin-piast" 000ms
When Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 248ms
Then Go to new transport "LOAD" 370ms
And Fill transport form 23s 337ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 095ms
And Go to "COMPANIES_TAB" 492ms
And Go to company "Dostawca Piast Automat 1" details 192ms
And Check if new address with "Adresat" is visible in company details 129ms
And Go to "TRANSPORT_TABLE" 270ms
And Go to transport details "LOAD" 2s 693ms
After Hooks.deleteTransportAfterTest() 069ms
After Hooks.deleteAddressAfterTest() 059ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 236ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 198ms
When Go to "TRANSPORT_TABLE" 116ms
And Show all transport types 1s 039ms
And Verify that transport has "0" files 034ms
Then Add file to transport by API 430ms
And Verify that transport has "1" files 655ms
After Hooks.deleteTransportAfterTest() 096ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 109ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 183ms
When Go to "TRANSPORT_TABLE" 121ms
And Show all transport types 1s 034ms
And Verify that transport has "0" files 036ms
Then Add file to transport by API 425ms
And Verify that transport has "1" files 365ms
After Hooks.deleteTransportAfterTest() 060ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 285ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 416ms
When Go to "TRANSPORT_TABLE" 114ms
And Show all transport types 1s 040ms
And Verify that transport has "0" files 032ms
Then Add file to transport by API 241ms
And Verify that transport has "1" files 374ms
After Hooks.deleteTransportAfterTest() 128ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 016ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 189ms
When Go to "TRANSPORT_TABLE" 099ms
And Show all transport types 1s 031ms
And Verify that transport has "0" files 038ms
Then Add file to transport by API 243ms
And Verify that transport has "1" files 939ms
After Hooks.deleteTransportAfterTest() 075ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 072ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 185ms
And Delete transport 17s 178ms
When Go to "ARCHIVE_TAB" 228ms
And Show "DELIVERY" 074ms
And Verify that transport has "0" files 1s 249ms
Then Add file to transport 163ms
And Verify that transport has "1" files 355ms
After Hooks.deleteTransportAfterTest() 062ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 207ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 219ms
And Delete transport 17s 381ms
When Go to "ARCHIVE_TAB" 210ms
And Show "LOAD" 106ms
And Verify that transport has "0" files 1s 387ms
Then Add file to transport 164ms
And Verify that transport has "1" files 352ms
After Hooks.deleteTransportAfterTest() 065ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 389ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 369ms
And Delete transport 17s 914ms
When Go to "ARCHIVE_TAB" 264ms
And Show "DELIVERY" 052ms
And Verify that transport has "0" files 1s 134ms
Then Add file to transport 166ms
And Verify that transport has "1" files 422ms
After Hooks.deleteTransportAfterTest() 090ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 164ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 183ms
And Delete transport 17s 588ms
When Go to "ARCHIVE_TAB" 258ms
And Show "CONTAINER" 089ms
And Verify that transport has "0" files 1s 038ms
Then Add file to transport 157ms
And Verify that transport has "1" files 330ms
After Hooks.deleteTransportAfterTest() 056ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-adama" 086ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 15s 161ms
And Transfer transport to carrier by JSON file "super-admin-adama" "true" confirmation 120ms
And Accept transferred transport by Api 087ms
And Login as "paa1-carrier@qa.qa-test" 1s 313ms
Then Verify that "large_entrepreneur_declaration" document can be downloaded 16s 221ms
After Hooks.deleteTransportAfterTest() 059ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 1s 395ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 219ms
And Transfer transport to carrier by JSON file "super-admin-adama" "false" confirmation 118ms
Then Verify that "large_entrepreneur_declaration" document can be downloaded 17s 817ms
After Hooks.deleteTransportAfterTest() 074ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-adama" 089ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 193ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" 2s 093ms
And Add a bid "500" to an auction by JSON file as "paa1-carrier@qa.qa-test" for "super-admin-adama" 264ms
And Login as "paa1-carrier@qa.qa-test" 1s 339ms
Then Verify that "large_entrepreneur_declaration" document can be downloaded 15s 477ms
After Hooks.deleteTransportAfterTest() 063ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 143ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 220ms
When Go to "TRANSPORT_TABLE" 132ms
And Show all transport "true" 259ms
Then Verify that transport has "1" CMR file 1s 252ms
After Hooks.deleteTransportAfterTest() 072ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 032ms
And Create transport "CREATE_TRANSPORT_TWO_UNLOAD_STEPS" by JSON file as "super-admin-alrec" 1s 262ms
When Go to "TRANSPORT_TABLE" 119ms
And Show all transport "true" 222ms
Then Verify that transport has "2" CMR file 1s 232ms
After Hooks.deleteTransportAfterTest() 085ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 016ms
And Create transport "CREATE_TRANSPORT_TWO_UNLOAD_STEPS" by JSON file as "super-admin-alrec" 1s 264ms
When Go to "TRANSPORT_TABLE" 111ms
And Show all transport "true" 215ms
Then Verify that "CMR" document can be downloaded 17s 328ms
After Hooks.deleteTransportAfterTest() 062ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 196ms
And Create transport "CREATE_TRANSPORT_TWO_UNLOAD_STEPS" by JSON file as "super-admin-alrec" 1s 270ms
And Show all transport "true" 222ms
And Delete transport 17s 177ms
When Go to "ARCHIVE_TAB" 252ms
And Show "TRANSPORT_ORDER" 062ms
Then Verify that "CMR" document can be downloaded 16s 436ms
After Hooks.deleteTransportAfterTest() 090ms
View Feature Edit transport using pencil
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 466ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 480ms
And Show all transport "false" 160ms
When Find transport pencil button in transports table 1s 269ms
And Click pencil and move transport to next day in schedule 16s 377ms
Then Check if transport is in new location in schedule 2s 092ms
And Check if dates in transport form are correct 3s 432ms
After Hooks.deleteTransportAfterTest() 112ms
View Feature Edit transport using pencil
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 228ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 1s 306ms
And Show all transport "false" 175ms
When Find transport pencil button in transports table 1s 253ms
And Click pencil and move transport to next day in schedule 16s 771ms
Then Check if transport is in new location in schedule 2s 107ms
And Check if dates in transport form are correct 3s 347ms
After Hooks.deleteTransportAfterTest() 090ms
View Feature Edit transport using pencil
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 080ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 339ms
And Show all transport "false" 167ms
When Find transport pencil button in transports table 1s 221ms
And Click pencil and move transport to next day in schedule 17s 281ms
Then Check if transport is in new location in schedule 2s 132ms
And Check if dates in transport form are correct 3s 345ms
After Hooks.deleteTransportAfterTest() 106ms
View Feature Edit transport using pencil
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 191ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 310ms
And Show all transport "false" 161ms
When Find transport pencil button in transports table 1s 254ms
And Click pencil and move transport to next day in schedule 16s 317ms
Then Check if transport is in new location in schedule 2s 109ms
And Check if dates in transport form are correct 3s 362ms
After Hooks.deleteTransportAfterTest() 095ms
View Feature Edit transport using pencil
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 131ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 347ms
And Show all transport "false" 161ms
When Find transport pencil button in transports table 1s 264ms
And Click pencil and move transport to next day in schedule 16s 321ms
Then Check if transport is in new location in schedule 2s 098ms
And Check if dates in transport form are correct 3s 323ms
After Hooks.deleteTransportAfterTest() 081ms
View Feature Edit transport using pencil
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 148ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-alrec" 1s 369ms
And Show all transport "true" 236ms
When Find transport pencil button in transports table 1s 262ms
And Click pencil and move transport to next day in schedule 16s 700ms
Then Check if transport is in new location in schedule 2s 129ms
And Check if dates in transport form are correct 3s 390ms
After Hooks.deleteTransportAfterTest() 107ms
View Feature Edit transport using pencil
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 179ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 195ms
And Set "advice" inputs from JSON file "ADVICE_DELIVERY" "super-admin-piast" 001ms
When Show all transport types 1s 041ms
And Click button advice in transport table "DELIVERY" 100ms
And Set advice window in schedule 2s 624ms
And Fill advice form 10s 523ms
And Click advice save button and wait for advice form to disappear 30s 705ms
And Go to "TRANSPORT_TABLE" 239ms
And Find transport pencil button in transports table 1s 220ms
And Click pencil and move transport to next day in schedule 17s 502ms
Then Check if transport is in new location in schedule 2s 122ms
And Check if dates in transport form are correct 3s 502ms
After Hooks.deleteTransportAfterTest() 122ms
View Feature Edit transport using pencil
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 435ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 373ms
And Show all transport "false" 166ms
When Find transport pencil button in transports table 1s 270ms
And Click pencil and move transport to next day in schedule 16s 381ms
And Move advice window "3" 1s 316ms
Then Check if advice window is in new location 024ms
After Hooks.deleteTransportAfterTest() 105ms
View Feature Edit transport using pencil
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 137ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 1s 307ms
And Show all transport "false" 163ms
When Find transport pencil button in transports table 1s 240ms
And Click pencil and move transport to next day in schedule 16s 787ms
And Move advice window "3" 1s 371ms
Then Check if advice window is in new location 035ms
After Hooks.deleteTransportAfterTest() 090ms
View Feature Edit transport using pencil
Before Hooks.showScenarioName(Scenario) 002ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 021ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 305ms
And Show all transport "false" 159ms
When Find transport pencil button in transports table 1s 199ms
And Click pencil and move transport to next day in schedule 17s 336ms
And Move advice window "3" 1s 409ms
Then Check if advice window is in new location 022ms
After Hooks.deleteTransportAfterTest() 078ms
View Feature Edit transport using pencil
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 116ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 301ms
And Show all transport "false" 158ms
When Find transport pencil button in transports table 1s 221ms
And Click pencil and move transport to next day in schedule 16s 278ms
And Move advice window "3" 1s 339ms
Then Check if advice window is in new location 020ms
After Hooks.deleteTransportAfterTest() 085ms
View Feature Edit transport using pencil
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 142ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 323ms
And Show all transport "false" 160ms
When Find transport pencil button in transports table 1s 227ms
And Click pencil and move transport to next day in schedule 16s 291ms
And Move advice window "3" 1s 313ms
Then Check if advice window is in new location 019ms
After Hooks.deleteTransportAfterTest() 099ms
View Feature Edit transport using pencil
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 065ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 1s 286ms
And Show all transport "true" 237ms
When Find transport pencil button in transports table 1s 221ms
And Click pencil and move transport to next day in schedule 16s 576ms
And Move advice window "3" 1s 372ms
Then Check if advice window is in new location 020ms
After Hooks.deleteTransportAfterTest() 089ms
View Feature Transport Form - Discrepancy Report scenarios
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 419ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 436ms
And Go to transport details "DELIVERY" 2s 721ms
When Open section: "discrepancy-report-panel" 1s 061ms
Then Verify that no discrepancies found label is visible in discrepancy report section 067ms
And Select "NIE" in the "insp.-accord.-with-ins." 2s 434ms
And Verify that discrepancy report custom fields are visible in discrepancy report section 100ms
After Hooks.deleteTransportAfterTest() 112ms
View Feature Transport Form - Discrepancy Report scenarios
Scenario Outline Check if discrepancy report section will open with validation errors
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 297ms
And Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-hochland" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-hochland"(file:Features/Atom/Transport/TransportForm/DiscrepancyReport.feature:19)
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 000ms
And Go to transport details "DELIVERY" 000ms
And Fill transport form 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
When Go to transport details "DELIVERY" 000ms
Then Select "NIE" in the "insp.-accord.-with-ins." 000ms
And Click "save-transport" save button 000ms
And Wait "2" seconds 000ms
And Verify that discrepancy report section is open 000ms
And Verify that discrepancy report section "not contains" validation errors 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Transport Form - Discrepancy Report scenarios
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 301ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 408ms
When Go to transport details "DELIVERY" 2s 692ms
Then Verify that discrepancy report section is available 025ms
And Open section: "discrepancy-report-panel" 1s 069ms
And Verify that generate new discrepancy report button is visible 033ms
After Hooks.deleteTransportAfterTest() 125ms
View Feature Transport Form - Discrepancy Report scenarios
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 295ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-hochland" 1s 349ms
When Go to transport details "OWN_COLLECTION" 2s 639ms
Then Verify that discrepancy report section is available 020ms
And Open section: "discrepancy-report-panel" 1s 072ms
And Verify that generate new discrepancy report button is visible 026ms
After Hooks.deleteTransportAfterTest() 087ms
View Feature Transport Form - Discrepancy Report scenarios
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 304ms
And Create transport "CREATE_OWN_COLLECTION_POWDER_FACTORY" by JSON file as "super-admin-hochland" 1s 352ms
When Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 2s 520ms
Then Verify that discrepancy report section is available 025ms
And Open section: "discrepancy-report-panel" 1s 074ms
And Verify that generate new discrepancy report button is visible 027ms
After Hooks.deleteTransportAfterTest() 078ms
View Feature Transport Form - Discrepancy Report scenarios
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 293ms
And Create transport "CREATE_EXPORT" by JSON file as "super-admin-hochland" 1s 379ms
When Go to transport details "EXPORT" 3s 588ms
Then Verify that discrepancy report section is available 021ms
And Open section: "discrepancy-report-panel" 1s 070ms
And Verify that generate new discrepancy report button is visible 026ms
After Hooks.deleteTransportAfterTest() 102ms
View Feature Transport Form - Discrepancy Report scenarios
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 355ms
And Create transport "CREATE_TRANSFER_BETWEEN_WAREHOUSES" by JSON file as "super-admin-hochland" 1s 209ms
When Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 697ms
Then Verify that discrepancy report section is available 028ms
And Open section: "discrepancy-report-panel" 1s 065ms
And Verify that generate new discrepancy report button is visible 028ms
After Hooks.deleteTransportAfterTest() 069ms
View Feature Transport Form - Discrepancy Report scenarios
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 319ms
And Create transport "CREATE_CISTERN_DELIVERY" by JSON file as "super-admin-hochland" 1s 316ms
When Go to transport details "CISTERN_DELIVERY" 2s 519ms
Then Verify that discrepancy report section is not available 15s 046ms
After Hooks.deleteTransportAfterTest() 122ms
View Feature Transport Form - Discrepancy Report scenarios
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 394ms
And Create transport "CREATE_CISTERN_COLLECTION" by JSON file as "super-admin-hochland" 1s 321ms
When Go to transport details "CISTERN_COLLECTION" 2s 464ms
Then Verify that discrepancy report section is not available 15s 065ms
After Hooks.deleteTransportAfterTest() 098ms
View Feature Transport Form - Discrepancy Report scenarios
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 426ms
And Create transport "CREATE_WEIGHING" by JSON file as "super-admin-hochland" 1s 220ms
When Go to transport details "WEIGHING" 2s 377ms
Then Verify that discrepancy report section is not available 15s 043ms
After Hooks.deleteTransportAfterTest() 079ms
View Feature Transport Form - Discrepancy Report scenarios
Scenario Outline Check if discrepancy report is properly generated
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 406ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 365ms
When Go to "TRANSPORT_TABLE" 139ms
And Go to transport details "DELIVERY" 2s 724ms
And Change filled value in details "warehouseman" "select" "Dorosz Mieczysław" "0" 3s 530ms
And Change filled value in details "unloaded-stere" "text" "3" "0" 1s 326ms
And Open section: "discrepancy-report-panel" 1s 074ms
And Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-hochland" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-hochland"(file:Features/Atom/Transport/TransportForm/DiscrepancyReport.feature:71)
And Fill transport form 000ms
And Fill discrepancy report section without closing the form 000ms
And Generate discrepancy report 000ms
And Download discrepancy report 000ms
Then Verify that discrepancy report file has correct values 000ms
After Hooks.deleteTransportAfterTest() 089ms
View Feature Transport Form - Discrepancy Report scenarios
Scenario Outline Check if edited discrepancy report is properly generated
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 310ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 346ms
When Go to "TRANSPORT_TABLE" 130ms
And Go to transport details "DELIVERY" 2s 704ms
And Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-hochland" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-hochland"(file:Features/Atom/Transport/TransportForm/DiscrepancyReport.feature:87)
And Fill transport form 000ms
And Open section: "discrepancy-report-panel" 000ms
And Fill discrepancy report section without closing the form 000ms
And Generate discrepancy report 000ms
And Download discrepancy report 000ms
And Verify that discrepancy report file has correct values 000ms
And Fill edited discrepancy report section 000ms
And Generate edited discrepancy report 000ms
And Download discrepancy report 000ms
Then Verify that discrepancy report file has correct values 000ms
After Hooks.deleteTransportAfterTest() 113ms
View Feature Transport Form - Discrepancy Report scenarios
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 350ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 365ms
When Go to "TRANSPORT_TABLE" 125ms
And Confirm statuses until reach "during-unload" 9s 074ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 459ms
And Change filled value in details "insp.-accord.-with-ins." "select" "NIE" "0" 3s 488ms
And Check if next status is not possible to confirm in status confirmation modal 118ms
After Hooks.deleteTransportAfterTest() 093ms
View Feature Transport Form - Steps section scenarios
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-piast" 090ms
And Add action authority with: "piast" "piast-admin" "LOAD" "ADD_UNLOAD_STEP_FROM_UNLOAD" "ACTIVE" 036ms
And Get "LOAD" settings from "piast" 029ms
And Set transportType settings with values: "isUnloadStepInWarehouseByDefault", "false" 071ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-piast" 1s 175ms
And Login as "piast-admin" 1s 431ms
And Go to "TRANSPORT_TABLE" 225ms
When Go to transport details "LOAD" 2s 696ms
And Add step "unload" 092ms
And Change filled value in details "company-step-2" "autocomplete" "DPA2" "0" 6s 496ms
And Change filled value in details "recipient-step-2" "autocomplete" "Testowy" "0" 6s 511ms
Then Click "save-transport-and-close" save button and wait for form to disappear 30s 114ms
And Go to transport details "LOAD" 2s 608ms
And Verify that transport has "3" steps 014ms
After Hooks.deleteTransportAfterTest() 072ms
After Hooks.rollbackTransportTypeSettings() 052ms
After Hooks.rollbackAddedActionAuthorities() 029ms
View Feature Transport Form - Steps section scenarios
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "pskza1-carrier-2@qa.qa-test" and set token of apiUsername "super-admin-skz" 2s 015ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 231ms
When Go to "TRANSPORT_TABLE" 137ms
And Go to transport details "SMALLS_IMPORT" 17s 121ms
Then Verify that user can't edit time range for load and unload 15s 024ms
After Hooks.deleteTransportAfterTest() 072ms
View Feature Transport Form - Steps section scenarios
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-neuca" 092ms
And Create transport "CREATE_DELIVERY_TWO_LOADS" by JSON file as "super-admin-neuca" 1s 423ms
And Login as "neuca-admin" 876ms
And Go to "TRANSPORT_TABLE" 217ms
And Show all transport types 1s 161ms
When Go to transport details "DELIVERY" 2s 417ms
Then Check if sum of number of pallets in transport form in "load" steps is correct 054ms
After Hooks.deleteTransportAfterTest() 104ms
View Feature Transport Form - Steps section scenarios
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-hochland" 090ms
And Create transport "CREATE_EXPORT" by JSON file as "super-admin-hochland" 1s 377ms
And Login as "hochland-admin" 1s 395ms
And Go to "TRANSPORT_TABLE" 133ms
And Show all transport types 1s 057ms
When Go to transport details "EXPORT" 3s 645ms
Then Check if sum of number of pallets in transport form in "unload" steps is correct 057ms
After Hooks.deleteTransportAfterTest() 106ms
View Feature Transport Form - Steps section scenarios
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-neuca" 090ms
And Get "DELIVERY" settings from "neuca" 038ms
And Set transportType settings with values: "quantitySumCheckValue", "33" 080ms
And Login as "neuca-admin" 916ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" 15s 310ms
When Go to "TRANSPORT_TABLE" 250ms
And Go to transport details "DELIVERY" 2s 538ms
And Set number of pallets in "load" step in transport - "32" 123ms
And Check if number of pallets check message is not visible in transport form 15s 015ms
And Set number of pallets in "load" step in transport - "34" 094ms
Then Check if number of pallets check message is visible in transport form 023ms
After Hooks.deleteTransportAfterTest() 101ms
After Hooks.rollbackTransportTypeSettings() 092ms
View Feature Transport Form - Steps section scenarios
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-farmacol" 089ms
And Add action authority with: "farmacol" "farmacol-admin" "EXTERNAL_DELIVERY" "ADD_UNLOAD_STEP_FROM_UNLOAD" "ACTIVE" 039ms
And Get "EXTERNAL_DELIVERY" settings from "farmacol" 061ms
And Set transportType settings with values: "isUnloadStepInWarehouseByDefault", "true" 057ms
And Login as "farmacol-admin" 1s 527ms
And Go to new transport "EXTERNAL_DELIVERY" 312ms
And Add step "unload" 106ms
And Click "save-transport-and-close" save button 698ms
Then Verify that "time-range-from-date-2" has validation error 1s 027ms
Then Verify that "time-range-to-date-2" has validation error 1s 030ms
And Change filled value in details "time-range-from-date-2" "date" "" "0" 3s 331ms
And Click "save-transport-and-close" save button 695ms
And Verify that "time-range-from-date-2" has no validation error 017ms
And Verify that "time-range-to-date-2" has no validation error 015ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.rollbackTransportTypeSettings() 058ms
After Hooks.rollbackAddedActionAuthorities() 032ms
View Feature Transport Form - Steps section scenarios
Scenario Outline Check if new step is added in proper column in transport form
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-piast" 091ms
And Add action authority with: "piast" "piast-admin" "LOAD" "ADD_LOAD_STEP_FROM_UNLOAD" "ACTIVE" 040ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 170ms
When Login as "piast-admin" 1s 366ms
And Go to transport details "LOAD" 2s 810ms
And Set "advice" inputs from JSON file "PIAST_LOAD_ADD_UNLOAD_STEP" "super-admin-piast" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "PIAST_LOAD_ADD_UNLOAD_STEP" "super-admin-piast"(file:Features/Atom/Transport/TransportForm/StepsSection.feature:150)
And Add step "unload" 000ms
And Fill step data 000ms
And Set "advice" inputs from JSON file "PIAST_LOAD_ADD_LOAD_STEP" "super-admin-piast" 000ms
And Add step "load" 000ms
And Fill step data 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
Then Go to transport details "LOAD" 000ms
And Check if "unload" step is added as "3" step in transport form 000ms
And Check if "load" step is added as "4" step in transport form 000ms
After Hooks.deleteTransportAfterTest() 067ms
After Hooks.rollbackAddedActionAuthorities() 031ms
View Feature Transport Form - Steps section scenarios
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-skz" 091ms
And Add action authority with: "swisskrono" "super-admin-skz" "SMALLS_EXPORT" "MOVE_LOAD_STEPS" "UNLIMITED" 043ms
And Remove action authority with: "swisskrono" "super-admin-skz" "SMALLS_EXPORT" "MOVE_UNLOAD_STEPS" "UNLIMITED" 009ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 218ms
When Login as "super-admin-skz" 1s 769ms
And Go to transport details "SMALLS_EXPORT" 2s 444ms
And Check if step is draggable "LOAD" 019ms
And Check if step is not draggable "UNLOAD" 023ms
After Hooks.deleteTransportAfterTest() 063ms
After Hooks.rollbackAddedActionAuthorities() 032ms
After Hooks.rollbackRemovedActionAuthorities() 000ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set "transport" inputs from JSON file "CREATE_SMALLS_IMPORT" "super-admin-skz" 000ms
And Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 159ms
When Go to new transport "SMALLS_IMPORT" 365ms
And Fill transport form 19s 781ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 123ms
And Show all transport "false" 160ms
And Go to transport details "SMALLS_IMPORT" 2s 479ms
And Click create similar button 15s 169ms
And Fill "transport" form "CREATE_SIMILAR_SMALLS_IMPORT" by "super-admin-skz" 001ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 116ms
And Open similar transport details 308ms
Then Check are transport values equals 2s 121ms
After Hooks.deleteTransportAfterTest() 080ms
After Hooks.deleteSimilarTransportAfterTest() 077ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set "transport" inputs from JSON file "CREATE_DELIVERY" "pna1-carrier" 000ms
And Login as "pna1-carrier" and set token of apiUsername "pna1-carrier" 1s 753ms
When Go to new transport "DELIVERY" 15s 342ms
And Fill transport form 37s 958ms
And Click "save-transport" save button and wait for form to disappear 30s 098ms
And Set advice window in schedule 2s 170ms
And Check is transport created in schedule and set transport id 821ms
And Go to "TRANSPORT_TABLE" 248ms
And Go to transport details "DELIVERY" 30s 452ms
And Click create similar button 15s 126ms
And Fill "transport" form "CREATE_SIMILAR_DELIVERY" by "pna1-carrier" 11s 670ms
And Click "save-transport" save button and wait for form to disappear 30s 085ms
And Set advice window in schedule in "2" days 4s 221ms
And Go to "TRANSPORT_TABLE" 272ms
And Open similar transport details 448ms
Then Check are transport values equals 25s 450ms
After Hooks.deleteTransportAfterTest() 127ms
After Hooks.deleteSimilarTransportAfterTest() 105ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 002ms
Given Set "transport" inputs from JSON file "CREATE_DELIVERY" "pna1-carrier" 001ms
And Login as "pna1-carrier" and set token of apiUsername "pna1-carrier" 1s 114ms
When Go to new transport "DELIVERY" 15s 301ms
And Fill transport form 38s 007ms
And Click "save-transport" save button and wait for form to disappear 30s 109ms
And Set advice window in schedule 2s 158ms
And Check is transport created in schedule and set transport id 750ms
And Go to "TRANSPORT_TABLE" 254ms
And Go to transport details "DELIVERY" 30s 439ms
And Click create similar button 15s 133ms
And Fill "transport" form "CREATE_SIMILAR_DELIVERY" by "pna1-carrier" 11s 673ms
And Click "save-transport" save button and wait for form to disappear 30s 123ms
And Set advice window in schedule in "2" days 4s 217ms
And Go to "TRANSPORT_TABLE" 293ms
And Open similar transport details 452ms
Then Check is field "CARRIER" of type "autocomplete" equals "Przewoźnik Neuca Automat 1" 021ms
After Hooks.deleteTransportAfterTest() 087ms
After Hooks.deleteSimilarTransportAfterTest() 097ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 256ms
And Set "transport" inputs from JSON file "CREATE_SMALLS_IMPORT_FOR_PRINT" "super-admin-skz" 000ms
When Go to new transport "SMALLS_IMPORT" 456ms
And Fill transport form 32s 902ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 147ms
And Go to transport details "SMALLS_IMPORT" 2s 460ms
And Go to transport print details form 3s 145ms
Then Check are transport values equals 8s 301ms
After Hooks.deleteTransportAfterTest() 091ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 317ms
And Set "transport" inputs from JSON file "CREATE_SMALLS_IMPORT" "super-admin-skz" 000ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 240ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 114ms
And Go to transport details "SMALLS_IMPORT" 2s 484ms
Then Verify that the transport can be edited 1s 124ms
And Close transport details 15s 102ms
And If user is login then logout 438ms
And Login as "pskza1-carrier@qa.qa-test" 1s 048ms
And Go to transport details "SMALLS_IMPORT" 2s 479ms
And Verify that the transport cannot be edited 31s 105ms
After Hooks.deleteTransportAfterTest() 091ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 291ms
And Set "transport" inputs from JSON file "CREATE_SMALLS_EXPORT" "super-admin-skz" 000ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 225ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 082ms
And Go to transport details "SMALLS_EXPORT" 2s 507ms
Then Verify that the transport can be edited 1s 312ms
And Close transport details 15s 104ms
And If user is login then logout 117ms
And Login as "pskza1-carrier@qa.qa-test" 1s 486ms
And Go to transport details "SMALLS_EXPORT" 2s 503ms
And Verify that the transport cannot be edited 46s 381ms
After Hooks.deleteTransportAfterTest() 087ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 261ms
And Set "transport" inputs from JSON file "HIDDEN_DATA_SMALLS_IMPORT" "super-admin-skz" 000ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 279ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 121ms
And Go to transport details "SMALLS_IMPORT" 2s 445ms
Then Verify that the hidden data in transport are not visible 1s 035ms
And Close transport details 15s 104ms
And If user is login then logout 436ms
And Login as "swisskrono-admin" 1s 120ms
And Go to transport details "SMALLS_IMPORT" 2s 526ms
And Verify that the hidden data in transport are visible 1s 218ms
After Hooks.deleteTransportAfterTest() 076ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 116ms
And Set "transport" inputs from JSON file "HIDDEN_DATA_SMALLS_EXPORT" "super-admin-skz" 000ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 257ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 105ms
And Go to transport details "SMALLS_EXPORT" 2s 437ms
Then Verify that the hidden data in transport are not visible 1s 036ms
And Close transport details 15s 116ms
And If user is login then logout 392ms
And Login as "swisskrono-admin" 1s 120ms
And Go to transport details "SMALLS_EXPORT" 2s 528ms
And Verify that the hidden data in transport are visible 1s 259ms
After Hooks.deleteTransportAfterTest() 088ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 397ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 395ms
When Go to transport details "DELIVERY" 2s 731ms
And Change filled value in details "unloaded-stere" "text" "3" "0" 1s 309ms
And Change filled value in details "warehouseman" "select" "Dorosz Mieczysław" "0" 3s 503ms
And Change filled value in details "insp.-accord.-with-ins." "select" "NIE" "1" 3s 490ms
And Fill discrepancy report section without closing the form 19s 535ms
And Click "save-transport" save button 1s 239ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 080ms
And Check if transport details form is disappeared 15s 050ms
After Hooks.deleteTransportAfterTest() 123ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-hochland" 093ms
And Add action authority with: "hochland" "hochland-warehouseman" "DELIVERY" "EDIT_DESCRIPTION_FIELD" "UNLIMITED" 049ms
And Add access to the warehouse "Magazyn Ciepły Kaźmierz" to the user "hochland-warehouseman" by JSON file 179ms
And Create transport "CREATE_DELIVERY_WARM_KAZMIERZ" by JSON file as "super-admin-hochland" 1s 406ms
And Login as "hochland-warehouseman" and set token of apiUsername "super-admin-hochland" 2s 896ms
When Go to "TRANSPORT_TABLE" 217ms
And Go to transport details "DELIVERY" 2s 756ms
And Change filled value in details "transport-description" "text" "opis" "0" 1s 315ms
Then Verify that "transport-description" in transport has value "opis" 022ms
After Hooks.deleteTransportAfterTest() 121ms
After Hooks.rollbackAddedActionAuthorities() 031ms
After Hooks.rollbackWarehousesAccess() 157ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 085ms
And Create transport "CREATE_DELIVERY_WARM_KAZMIERZ" by JSON file as "super-admin-hochland" 1s 418ms
And Remove action authority with: "hochland" "hochland-warehouseman" "DELIVERY" "EDIT_DESCRIPTION_FIELD" "UNLIMITED" 039ms
And Add access to the warehouse "Magazyn Ciepły Kaźmierz" to the user "hochland-warehouseman" by JSON file 132ms
And Login as "hochland-warehouseman" and set token of apiUsername "super-admin-hochland" 2s 359ms
When Go to "TRANSPORT_TABLE" 195ms
And Go to transport details "DELIVERY" 2s 712ms
Then Verify that "transport-description" in transport form is disabled 019ms
After Hooks.deleteTransportAfterTest() 100ms
After Hooks.rollbackRemovedActionAuthorities() 039ms
After Hooks.rollbackWarehousesAccess() 149ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 097ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 037ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 361ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 436ms
And Show all transport "false" 164ms
When Go to "TRANSPORT_TABLE" 115ms
And Go to transport details "DELIVERY" 2s 702ms
Then Verify that "CARRIER" in transport form is visible 029ms
After Hooks.deleteTransportAfterTest() 098ms
After Hooks.rollbackAddedActionAuthorities() 028ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-adama" 091ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 038ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 195ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 461ms
And Show all transport "false" 157ms
When Go to "TRANSPORT_TABLE" 112ms
And Go to transport details "TRANSPORT" 2s 478ms
Then Verify that "CARRIER" in transport form is visible 028ms
After Hooks.deleteTransportAfterTest() 072ms
After Hooks.rollbackAddedActionAuthorities() 030ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-alrec" 092ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 047ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 218ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 462ms
And Show all transport "true" 228ms
When Go to "TRANSPORT_TABLE" 110ms
And Go to transport details "TRANSPORT_ORDER" 2s 471ms
Then Verify that "CARRIER" in transport form is visible 022ms
After Hooks.deleteTransportAfterTest() 071ms
After Hooks.rollbackAddedActionAuthorities() 041ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 087ms
And Remove action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 039ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 352ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 338ms
And Show all transport "false" 159ms
When Go to "TRANSPORT_TABLE" 124ms
And Go to transport details "DELIVERY" 2s 774ms
Then Verify that "CARRIER" in transport form is not visible 15s 007ms
After Hooks.deleteTransportAfterTest() 151ms
After Hooks.rollbackRemovedActionAuthorities() 041ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-adama" 092ms
And Remove action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 040ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 260ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 566ms
And Show all transport "false" 158ms
When Go to "TRANSPORT_TABLE" 140ms
And Go to transport details "TRANSPORT" 2s 482ms
Then Verify that "CARRIER" in transport form is not visible 15s 023ms
After Hooks.deleteTransportAfterTest() 070ms
After Hooks.rollbackRemovedActionAuthorities() 031ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 002ms
Given Set token of apiUsername "super-admin-alrec" 083ms
And Remove action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 037ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 184ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 500ms
And Show all transport "true" 243ms
When Go to "TRANSPORT_TABLE" 129ms
And Go to transport details "TRANSPORT_ORDER" 3s 029ms
Then Verify that "CARRIER" in transport form is not visible 15s 020ms
After Hooks.deleteTransportAfterTest() 067ms
After Hooks.rollbackRemovedActionAuthorities() 038ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 090ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 043ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 037ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 381ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 474ms
And Show all transport "false" 157ms
When Go to "TRANSPORT_TABLE" 124ms
And Go to transport details "DELIVERY" 2s 763ms
Then Verify that "CARRIER" in transport form is not disabled 018ms
After Hooks.deleteTransportAfterTest() 117ms
After Hooks.rollbackAddedActionAuthorities() 051ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-adama" 098ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 037ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 040ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 206ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 435ms
And Show all transport "false" 162ms
When Go to "TRANSPORT_TABLE" 123ms
And Go to transport details "TRANSPORT" 2s 493ms
Then Verify that "CARRIER" in transport form is not disabled 019ms
After Hooks.deleteTransportAfterTest() 074ms
After Hooks.rollbackAddedActionAuthorities() 062ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-alrec" 094ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 034ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 037ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 215ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 384ms
And Show all transport "true" 226ms
When Go to "TRANSPORT_TABLE" 126ms
And Go to transport details "TRANSPORT_ORDER" 2s 466ms
Then Verify that "CARRIER" in transport form is not disabled 019ms
After Hooks.deleteTransportAfterTest() 082ms
After Hooks.rollbackAddedActionAuthorities() 055ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 090ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 034ms
And Remove action authority with: "hochland" "hochland-admin" "DELIVERY" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 040ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 387ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 311ms
And Show all transport "false" 164ms
When Go to "TRANSPORT_TABLE" 122ms
And Go to transport details "DELIVERY" 2s 707ms
Then Verify that "CARRIER" in transport form is disabled 018ms
After Hooks.deleteTransportAfterTest() 135ms
After Hooks.rollbackAddedActionAuthorities() 034ms
After Hooks.rollbackRemovedActionAuthorities() 035ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-adama" 094ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 037ms
And Remove action authority with: "adama" "adama-admin" "TRANSPORT" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 007ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 207ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 453ms
And Show all transport "false" 158ms
When Go to "TRANSPORT_TABLE" 108ms
And Go to transport details "TRANSPORT" 2s 450ms
Then Verify that "CARRIER" in transport form is disabled 019ms
After Hooks.deleteTransportAfterTest() 071ms
After Hooks.rollbackAddedActionAuthorities() 027ms
After Hooks.rollbackRemovedActionAuthorities() 000ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-alrec" 096ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 036ms
And Remove action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 008ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 198ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 390ms
And Show all transport "true" 227ms
When Go to "TRANSPORT_TABLE" 119ms
And Go to transport details "TRANSPORT_ORDER" 2s 452ms
Then Verify that "CARRIER" in transport form is disabled 018ms
After Hooks.deleteTransportAfterTest() 081ms
After Hooks.rollbackAddedActionAuthorities() 028ms
After Hooks.rollbackRemovedActionAuthorities() 000ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-adama" 089ms
And Get custom field settings for "DELIVERY" transport type and "" company 013ms
And Mark custom fields as not obligatory 004ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 1s 257ms
And Remove action authority with: "adama" "adama-admin" "DELIVERY" "UPDATE_MAIN_DATA_SECTION" "UNLIMITED" 041ms
And Remove action authority with: "adama" "adama-admin" "DELIVERY" "UPDATE_ADVICE" "UNLIMITED" 038ms
And Add action authority with: "adama" "adama-admin" "DELIVERY" "EDIT_DESCRIPTION_FIELD" "UNLIMITED" 035ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 409ms
When Find transport in table with status "planned" 3s 300ms
And Confirm statuses until reach "process-ended" 23s 560ms
And Wait "90" seconds 1m 30s
And Go to "ARCHIVE_TAB" 299ms
And Show "DELIVERY" 078ms
And Go to transport details "DELIVERY" 30s 434ms
And Change filled value in details "transport-description" "text" "opis" "0" 1s 318ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 139ms
And Wait "7" seconds 7s
And Go to transport details "DELIVERY" 30s 435ms
Then Verify that "transport-description" in transport has value "opis" 022ms
After Hooks.deleteTransportAfterTest() 083ms
After Hooks.rollbackAllCustomFieldsSettings() 004ms
After Hooks.rollbackAddedActionAuthorities() 030ms
After Hooks.rollbackRemovedActionAuthorities() 070ms
View Feature Transport form
Scenario Outline Check if driver is in list in transport form.
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 939ms
And Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-hochland" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-hochland"(file:Features/Atom/Transport/TransportForm/TransportForm.feature:261)
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 000ms
When Go to transport details "DELIVERY" 000ms
And Fill transport form 000ms
And Change filled value in details "driver-name" "text" "XXX ZZZ" "0" 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to new transport "DELIVERY" 000ms
Then Verify that driver "XXX ZZZ" is in list 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 178ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 246ms
When Transfer transport to carrier "Przewoźnik SKZ Automat 1" 33s 769ms
And If user is login then logout 123ms
And Login as "pskza1-carrier@qa.qa-test" 1s 348ms
Then Verify that the transport has been transferred 1s 141ms
And Accept or reject "accept" transferred transport 15s 777ms
And Go to transport details "SMALLS_IMPORT" 2s 575ms
And Verify that "transaction-price" in transport form is visible 025ms
And Verify that transaction price field has correct value 024ms
And Verify that transaction currency field has correct value: "swisskrono" "SMALLS_IMPORT" 023ms
After Hooks.deleteTransportAfterTest() 071ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 287ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 225ms
When Transfer transport to carrier "Przewoźnik SKZ Automat 1" 33s 739ms
And If user is login then logout 102ms
And Login as "pskza1-carrier@qa.qa-test" 1s 397ms
Then Verify that the transport has been transferred 1s 138ms
And Accept or reject "accept" transferred transport 15s 779ms
And Go to transport details "SMALLS_EXPORT" 2s 479ms
And Verify that "transaction-price" in transport form is visible 030ms
And Verify that transaction price field has correct value 022ms
And Verify that transaction currency field has correct value: "swisskrono" "SMALLS_EXPORT" 025ms
After Hooks.deleteTransportAfterTest() 074ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-dayco" 091ms
And Get custom field settings for "OWN_COLLECTION" transport type and "dayco" company 020ms
And Mark custom fields as not obligatory 003ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-dayco" 1s 227ms
And Set "advice" inputs from JSON file "ADVICE_OWN_COLLECTION" "super-admin-dayco" 001ms
When Login as "dayco-admin" 1s 405ms
And Click button advice in transport table "OWN_COLLECTION" 314ms
And Set advice window in schedule 2s 521ms
And Fill advice form 9s 217ms
And Click advice save button and wait for advice form to disappear 30s 670ms
And Go to "TRANSPORT_TABLE" 215ms
And Find transport in table with status "planned" 3s 257ms
And Confirm statuses until reach "on-the-area" 4s 834ms
And Go to transport details "OWN_COLLECTION" 2s 404ms
And Click create similar button 15s 098ms
And Fill "transport" form "CREATE_SIMILAR_OWN_COLLECTION" by "super-admin-dayco" 6s 484ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 054ms
And Open similar transport details 326ms
Then Check if transport form modal is visible 033ms
After Hooks.deleteTransportAfterTest() 102ms
After Hooks.deleteSimilarTransportAfterTest() 065ms
After Hooks.rollbackAllCustomFieldsSettings() 079ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-dayco" 087ms
And Get custom field settings for "OWN_COLLECTION" transport type and "dayco" company 020ms
And Mark custom fields as not obligatory 003ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-dayco" 1s 194ms
And Set "advice" inputs from JSON file "ADVICE_OWN_COLLECTION" "super-admin-dayco" 001ms
When Login as "dayco-admin" 1s 490ms
And Click button advice in transport table "OWN_COLLECTION" 341ms
And Set advice window in schedule 2s 530ms
And Fill advice form 9s 194ms
And Click advice save button and wait for advice form to disappear 30s 682ms
And Go to "TRANSPORT_TABLE" 232ms
And Find transport in table with status "planned" 3s 252ms
And Confirm statuses until reach "during-load" 8s 561ms
And Go to transport details "OWN_COLLECTION" 2s 425ms
And Click create similar button 15s 111ms
And Fill "transport" form "CREATE_SIMILAR_OWN_COLLECTION" by "super-admin-dayco" 6s 512ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 077ms
And Open similar transport details 287ms
Then Check if transport form modal is visible 037ms
After Hooks.deleteTransportAfterTest() 088ms
After Hooks.deleteSimilarTransportAfterTest() 055ms
After Hooks.rollbackAllCustomFieldsSettings() 070ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-lisner" 086ms
And Set "transport" inputs from JSON file "CREATE_DELIVERY" "super-admin-lisner" 000ms
And Create custom field with "CREATE_DELIVERY_DATE_AND_TIME_CFD" by "super-admin-lisner" 302ms
When Login as "lisner-admin-2" and set token of apiUsername "super-admin-lisner" 1s 870ms
And Go to new transport "DELIVERY" 325ms
And Fill transport form 30s 052ms
And Click "save-transport" save button and wait for form to disappear 30s 106ms
And Set advice window in schedule 2s 154ms
And Go to "TRANSPORT_TABLE" 206ms
And Show all transport types 1s 061ms
And Go to transport details "DELIVERY" 2s 340ms
Then Verify that "date-and-time" in transport form is visible 031ms
After Hooks.deleteTransportAfterTest() 108ms
After Hooks.deleteCustomFieldAfterTest() 289ms
View Feature Invoice
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 285ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 218ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 090ms
When Click invoice button 2s 424ms
And Set default invoice currency value 063ms
Then Check that default currency value in invoice form is "EUR" 043ms
When Change invoice default currency value in database for "USD" transport type alias "SMALLS_IMPORT" and principal alias "swisskrono" 054ms
And Clear all cache 874ms
And Login as "swisskrono-admin" 2s 182ms
And Go to "TRANSPORT_TABLE" 138ms
And Show all transport types 1s 065ms
And Click invoice button 129ms
Then Check that default currency value in invoice form is "USD" 056ms
After Hooks.deleteTransportAfterTest() 098ms
After Hooks.rollbackInvoiceCurrency() 890ms
View Feature Invoice
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 159ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 230ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 082ms
When Click invoice button 2s 517ms
And Set default invoice currency value 061ms
Then Check that default currency value in invoice form is "EUR" 042ms
When Change invoice default currency value in database for "USD" transport type alias "SMALLS_EXPORT" and principal alias "swisskrono" 021ms
And Clear all cache 830ms
And Login as "swisskrono-admin" 2s 096ms
And Go to "TRANSPORT_TABLE" 142ms
And Show all transport types 1s 073ms
And Click invoice button 112ms
Then Check that default currency value in invoice form is "USD" 057ms
After Hooks.deleteTransportAfterTest() 093ms
After Hooks.rollbackInvoiceCurrency() 829ms
View Feature Transport table
Before Hooks.showScenarioName(Scenario) 002ms
Given Login as "lantmannen-guard-3" and set token of apiUsername "super-admin-lantmannen" 1s 735ms
And Create transport "CREATE_DELIVERY_NIEPORET_WAREHOUSE" by JSON file as "super-admin-lantmannen" 1s 307ms
And Show all transport types 1s 040ms
Then Check if transport number is visible "DELIVERY" 15s 060ms
And Check if transport details is not visible 15s 058ms
After Hooks.deleteTransportAfterTest() 095ms
View Feature Transport table
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 567ms
And Show all transport "false" 162ms
And Go to "TRANSPORT_TABLE" 142ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 423ms
When Click on transport row 060ms
Then Verify if transport row is selected 027ms
After Hooks.deleteTransportAfterTest() 101ms
View Feature Transport table
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 662ms
And Show all transport "false" 158ms
And Go to "TRANSPORT_TABLE" 130ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 1s 325ms
When Click on transport row 066ms
Then Verify if transport row is selected 025ms
After Hooks.deleteTransportAfterTest() 102ms
View Feature Transport table
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 1s 411ms
And Show all transport "false" 170ms
And Go to "TRANSPORT_TABLE" 120ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 15s 272ms
When Click on transport row 074ms
Then Verify if transport row is selected 038ms
After Hooks.deleteTransportAfterTest() 097ms
View Feature Transport table
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 472ms
And Show all transport "false" 161ms
And Go to "TRANSPORT_TABLE" 115ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 1s 325ms
When Click on transport row 064ms
Then Verify if transport row is selected 022ms
After Hooks.deleteTransportAfterTest() 082ms
View Feature Transport table
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 848ms
And Show all transport "false" 160ms
And Go to "TRANSPORT_TABLE" 110ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 271ms
When Click on transport row 066ms
Then Verify if transport row is selected 023ms
After Hooks.deleteTransportAfterTest() 099ms
View Feature Transport table
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 696ms
And Show all transport "true" 212ms
And Go to "TRANSPORT_TABLE" 107ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 1s 281ms
When Click on transport row 067ms
Then Verify if transport row is selected 025ms
After Hooks.deleteTransportAfterTest() 095ms
View Feature Reject Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 2s 037ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 241ms
And Transfer transport to carrier by JSON file "super-admin-adama" "true" confirmation 088ms
When Accept or reject "accept" transferred transport 17s 587ms
Then Verify that transport is accept or reject "accept" 020ms
After Hooks.deleteTransportAfterTest() 087ms
View Feature Reject Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 1s 347ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 200ms
And Transfer transport to carrier by JSON file "super-admin-adama" "true" confirmation 080ms
When Accept or reject "reject" transferred transport 2s 126ms
Then Verify that transport is accept or reject "reject" 15s 060ms
After Hooks.deleteTransportAfterTest() 086ms
View Feature Reject Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 2s 332ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 321ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 082ms
When Accept or reject "accept" transferred transport 18s 619ms
Then Verify that transport is accept or reject "accept" 022ms
After Hooks.deleteTransportAfterTest() 068ms
View Feature Reject Transport
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 304ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 318ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 089ms
When Accept or reject "reject" transferred transport 17s 996ms
Then Verify that transport is accept or reject "reject" 15s 078ms
After Hooks.deleteTransportAfterTest() 070ms
View Feature Reject Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 321ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 258ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 101ms
When Accept or reject "accept" transferred transport 18s 098ms
Then Verify that transport is accept or reject "accept" 019ms
After Hooks.deleteTransportAfterTest() 082ms
View Feature Reject Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 326ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 247ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 084ms
When Accept or reject "reject" transferred transport 18s 068ms
Then Verify that transport is accept or reject "reject" 15s 034ms
After Hooks.deleteTransportAfterTest() 083ms
View Feature Transfer transport to carrier
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 221ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 203ms
When Transfer transport to carrier "Przewoźnik Adama Automat 1" with "true" 33s 696ms
And If user is login then logout 534ms
And Login as "paa1-carrier@qa.qa-test" 1s 324ms
Then Verify that the transport has been transferred with "true" 1s 215ms
After Hooks.deleteTransportAfterTest() 100ms
View Feature Transfer transport to carrier
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 023ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 197ms
When Transfer transport to carrier "Przewoźnik Adama Automat 1" with "false" 33s 763ms
And If user is login then logout 369ms
And Login as "paa1-carrier@qa.qa-test" 1s 248ms
Then Verify that the transport has been transferred with "false" 1s 350ms
After Hooks.deleteTransportAfterTest() 077ms
View Feature Transfer transport to carrier
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 113ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 224ms
When Transfer transport to carrier "Przewoźnik SKZ Automat 1" 33s 675ms
And If user is login then logout 991ms
And Login as "pskza1-carrier@qa.qa-test" 1s 121ms
Then Verify that the transport has been transferred 1s 144ms
After Hooks.deleteTransportAfterTest() 095ms
View Feature Transfer transport to carrier
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 176ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 223ms
When Transfer transport to carrier "Przewoźnik SKZ Automat 1" 33s 626ms
And If user is login then logout 112ms
And Login as "pskza1-carrier@qa.qa-test" 1s 358ms
Then Verify that the transport has been transferred 1s 127ms
After Hooks.deleteTransportAfterTest() 104ms
View Feature Transfer transport to carrier
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 123ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 250ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 097ms
And Go to auction offer 1s 178ms
When Offer "1000" 167ms
And Verify that offer with "1000" has been added to auction 3s 033ms
And If user is login then logout 086ms
And Login as "swisskrono-admin" 1s 308ms
Then Go to auction details 1s 204ms
And Pass transport to carrier from auction details 1s 300ms
And If user is login then logout 703ms
And Login as "pskza1-carrier@qa.qa-test" 1s 064ms
And Verify that the transport has been transferred 1s 140ms
After Hooks.deleteTransportAfterTest() 102ms
View Feature Transfer transport to carrier
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 087ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 321ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 111ms
And Go to auction offer 1s 196ms
When Offer "1000" 186ms
And Verify that offer with "1000" has been added to auction 3s 037ms
And Wait till auction end 1m 54s 015ms
And If user is login then logout 113ms
Then Login as "swisskrono-admin" 1s 467ms
And Go to auction details 1s 218ms
And Pass transport to carrier from auction details 1s 282ms
And If user is login then logout 640ms
And Login as "pskza1-carrier@qa.qa-test" 1s 033ms
And Verify that the transport has been transferred 1s 119ms
After Hooks.deleteTransportAfterTest() 104ms
View Feature Transfer transport to carrier
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 157ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 212ms
And Go to "TRANSPORT_TABLE" 136ms
When Open transport transfer modal 1s 231ms
Then Verify that all enabled companies from "swisskrono" are shown in select 137ms
After Hooks.deleteTransportAfterTest() 080ms
View Feature Transfer transport to carrier
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-adama" 097ms
And Reject main section of a "Przewoźnik Adama Automat 1" in "adama" by API 218ms
And Login as "adama-admin" 947ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 193ms
And Go to "TRANSPORT_TABLE" 120ms
When Open transport transfer modal 1s 231ms
Then Verify that "Przewoźnik Adama Automat 1" is blocked in select 105ms
After Hooks.deleteTransportAfterTest() 076ms
After Hooks.rollbackRejectedSections() 077ms
View Feature Transfer transport to carrier
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 139ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 199ms
And Transfer transport to carrier "Przewoźnik Adama Automat 1" with "true" with "120" seconds to accept transport 33s 785ms
And If user is login then logout 494ms
When Login as "paa1-carrier@qa.qa-test" 1s 710ms
And Verify that the transport has been transferred with "true" 1s 221ms
And Wait "120" seconds 2m
Then Verify if transport is not visible to carrier after expiring time to accept transport 15s 027ms
After Hooks.deleteTransportAfterTest() 111ms
View Feature Assortment Group
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 128ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 385ms
When Go to "TRANSPORT_TABLE" 121ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 393ms
Then Check if new assortment group is disabled in transport form 018ms
After Hooks.deleteTransportAfterTest() 104ms
View Feature Advice transport
Scenario Outline Check if possible to advice transport after double cancellation.
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 044ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 200ms
And Set "advice" inputs from JSON file "CREATE_ADVICE_CONTAINER" "super-admin-adama" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "CREATE_ADVICE_CONTAINER" "super-admin-adama"(file:Features/Scenario/Transport/AdviceTransport.feature:7)
When Show all transport types 000ms
And Click button advice in transport table "CONTAINER" 000ms
And Set advice window in schedule 000ms
And Click button cancel in advice form 000ms
And Set advice window in schedule 000ms
And Click button cancel in advice form 000ms
And Set advice window in schedule 000ms
And Fill advice form 000ms
And Click advice save button and wait for advice form to disappear 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "CONTAINER" 000ms
Then Check are advice values equals 000ms
After Hooks.deleteTransportAfterTest() 082ms
View Feature Transport transfer full scenario
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 062ms
And Set "transport" inputs from JSON file "CREATE_TRANSPORT_ORDER" "super-admin-adama" 000ms
When Go to new transport "TRANSPORT" 367ms
And Fill transport form 26s 728ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 109ms
And Transfer transport to carrier "Przewoźnik Adama Automat 1" with "true" 33s 778ms
And Check is transport "TRANSPORT" created in transport table and set transport id 1s 122ms
And Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 1s 377ms
And Accept or reject "reject" transferred transport 16s 043ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 217ms
And Transfer transport to carrier "Przewoźnik Adama Automat 1" with "true" 33s 684ms
And Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 1s 335ms
And Accept or reject "accept" transferred transport 15s 989ms
Then Verify that transport is accept or reject "accept" 022ms
After Hooks.deleteTransportAfterTest() 089ms
View Feature Transport transfer full scenario
Scenario Outline Check if possible to edit transport after advice cancellation.
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 296ms
And Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-piast" 000ms
java.lang.NullPointerException
	at Utils.JsonApiUtil.getJSON(JsonApiUtil.java:145)
	at Utils.JsonApiUtil.getFormJson(JsonApiUtil.java:121)
	at CucumberTests.GetInputsStep.getInputsFromJSONFile(GetInputsStep.java:43)
	at CucumberTests.GetInputsStep.setInputsFromJSONFile(GetInputsStep.java:37)
	at ✽.Set "advice" inputs from JSON file "EDIT_DELIVERY" "super-admin-piast"(file:Features/Scenario/TransportTransfer.feature:28)
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 000ms
When Show all transport types 000ms
And Click button advice in transport table "DELIVERY" 000ms
And Set advice window in schedule 000ms
And Click button cancel in advice form 000ms
And Go to "TRANSPORT_TABLE" 000ms
When Go to transport details "DELIVERY" 000ms
And Fill transport form 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "DELIVERY" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms