Project Number Date
ApolloFullRunnerReport 2021.AT1.43 05 sie 2021, 04:46

Tag Report

Steps Scenarios Features
Tag Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
@deleteTransportAfterTest 3878 107 140 0 0 4125 314 108 422 5h 51m 44s 223ms Failed
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 598ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 286ms
And Get inputs from database "CREATE_ADVICE_CONTAINER" "super-admin-adama" 058ms
And Check is transport "CONTAINER" created in transport table and set transport id 1s 109ms
When Click button advice in transport table "CONTAINER" 075ms
And Set advice window in schedule in the past 2s 479ms
And Fill advice form 18s 050ms
And Click advice save button to check error message 094ms
Then Check if possible advice alert is displayed 024ms
After Hooks.deleteTransportAfterTest() 083ms
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 "piast-admin" and set token of apiUsername "super-admin-piast" 1s 210ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 278ms
And Get inputs from database "ADVICE_DELIVERY" "super-admin-piast" 040ms
And Check is transport "DELIVERY" created in transport table and set transport id 1s 119ms
When Click button advice in transport table "DELIVERY" 080ms
And Set advice window in schedule in the past 2s 629ms
And Fill advice form 10s 494ms
And Click advice save button to check error message 094ms
Then Check if possible advice alert is displayed 30s 123ms
java.lang.AssertionError: Komunikat o tym, że nie możesz awizować w przeszłości nie pojawił się.
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.AdviceTransport.notPossibleAdviceAlertIsDisplayed(AdviceTransport.java:158)
	at ✽.Check if possible advice alert is displayed(file:Features/Atom/Advice/AdviceTransport.feature:13)
After Hooks.deleteTransportAfterTest() 112ms
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 "piast-admin" and set token of apiUsername "super-admin-piast" 1s 171ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 228ms
And Get inputs from database "ADVICE_LOAD" "super-admin-piast" 040ms
And Check is transport "LOAD" created in transport table and set transport id 1s 121ms
When Click button advice in transport table "LOAD" 085ms
And Set advice window in schedule in the past 2s 596ms
And Fill advice form 10s 520ms
And Click advice save button to check error message 085ms
Then Check if possible advice alert is displayed 30s 085ms
java.lang.AssertionError: Komunikat o tym, że nie możesz awizować w przeszłości nie pojawił się.
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.AdviceTransport.notPossibleAdviceAlertIsDisplayed(AdviceTransport.java:158)
	at ✽.Check if possible advice alert is displayed(file:Features/Atom/Advice/AdviceTransport.feature:13)
After Hooks.deleteTransportAfterTest() 106ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 520ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 266ms
And Get inputs from database "ADVICE_LOAD" "super-admin-keeeper" 040ms
And Check is transport "LOAD" created in transport table and set transport id 1s 123ms
When Click button advice in transport table "LOAD" 088ms
And Set advice window in schedule in the past 2s 442ms
And Fill advice form 15s 307ms
And Click advice save button to check error message 077ms
Then Check if possible advice alert is displayed 023ms
After Hooks.deleteTransportAfterTest() 075ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 109ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 199ms
And Get inputs from database "ADVICE_CONTAINER" "super-admin-keeeper" 041ms
And Check is transport "CONTAINER" created in transport table and set transport id 1s 111ms
When Click button advice in transport table "CONTAINER" 080ms
And Set advice window in schedule in the past 2s 445ms
And Fill advice form 15s 259ms
And Click advice save button to check error message 075ms
Then Check if possible advice alert is displayed 021ms
After Hooks.deleteTransportAfterTest() 082ms
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 096ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 188ms
And Show all transport types 1s 045ms
And Create advice "CREATE_ADVICE_CONTAINER" "CONTAINER" "super-admin-adama" 51s 221ms
And Go to "TRANSPORT_TABLE" 201ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-adama" 037ms
When Go to transport details "CONTAINER" 2s 387ms
And Fill transport form 4s 710ms
And Get inputs from database "EDIT_ADVICE_CONTAINER" "super-admin-adama" 041ms
And Expand advice panel 098ms
And Edit advice in transport details 14s 509ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 120ms
And Go to transport details "CONTAINER" 2s 319ms
And Expand advice panel 091ms
Then Check are advice values equals after edition 2s 231ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.AdviceTransport.checkAreAdviceValuesEqualsAfterEdition(AdviceTransport.java:151)
	at ✽.Check are advice values equals after edition(file:Features/Atom/Advice/AdviceTransport.feature:39)
After Hooks.deleteTransportAfterTest() 106ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 114ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 215ms
And Show all transport types 1s 045ms
And Create advice "ADVICE_DELIVERY" "DELIVERY" "super-admin-piast" 43s 832ms
And Go to "TRANSPORT_TABLE" 229ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-piast" 042ms
When Go to transport details "DELIVERY" 2s 425ms
And Fill transport form 1m 2s 178ms
And Get inputs from database "EDIT_ADVICE_DELIVERY" "super-admin-piast" 038ms
And Expand advice panel 100ms
And Edit advice in transport details 6s 581ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 097ms
And Go to transport details "DELIVERY" 2s 432ms
And Expand advice panel 097ms
Then Check are advice values equals after edition 109ms
After Hooks.deleteTransportAfterTest() 131ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 002ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 128ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 243ms
And Show all transport types 1s 039ms
And Create advice "ADVICE_LOAD" "LOAD" "super-admin-piast" 43s 765ms
And Go to "TRANSPORT_TABLE" 205ms
And Get inputs from database "EDIT_LOAD" "super-admin-piast" 042ms
When Go to transport details "LOAD" 2s 598ms
And Fill transport form 56s 994ms
And Get inputs from database "EDIT_ADVICE_DELIVERY" "super-admin-piast" 039ms
And Expand advice panel 112ms
And Edit advice in transport details 6s 563ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 104ms
And Go to transport details "LOAD" 2s 546ms
And Expand advice panel 084ms
Then Check are advice values equals after edition 102ms
After Hooks.deleteTransportAfterTest() 163ms
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 099ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 250ms
And Show all transport types 1s 042ms
And Create advice "ADVICE_LOAD" "LOAD" "super-admin-keeeper" 48s 589ms
And Go to "TRANSPORT_TABLE" 146ms
And Get inputs from database "EDIT_LOAD" "super-admin-keeeper" 039ms
When Go to transport details "LOAD" 2s 433ms
And Fill transport form 25s 968ms
And Get inputs from database "EDIT_ADVICE_LOAD" "super-admin-keeeper" 039ms
And Expand advice panel 118ms
And Edit advice in transport details 20s 624ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 108ms
And Go to transport details "LOAD" 2s 378ms
And Expand advice panel 093ms
Then Check are advice values equals after edition 8s 294ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.AdviceTransport.checkAreAdviceValuesEqualsAfterEdition(AdviceTransport.java:151)
	at ✽.Check are advice values equals after edition(file:Features/Atom/Advice/AdviceTransport.feature:39)
After Hooks.deleteTransportAfterTest() 137ms
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 128ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 218ms
And Show all transport types 1s 043ms
And Create advice "ADVICE_CONTAINER" "CONTAINER" "super-admin-keeeper" 48s 513ms
And Go to "TRANSPORT_TABLE" 175ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-keeeper" 038ms
When Go to transport details "CONTAINER" 2s 440ms
And Fill transport form 25s 915ms
And Get inputs from database "EDIT_ADVICE_CONTAINER" "super-admin-keeeper" 040ms
And Expand advice panel 114ms
And Edit advice in transport details 20s 604ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 100ms
And Go to transport details "CONTAINER" 2s 412ms
And Expand advice panel 083ms
Then Check are advice values equals after edition 8s 315ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.AdviceTransport.checkAreAdviceValuesEqualsAfterEdition(AdviceTransport.java:151)
	at ✽.Check are advice values equals after edition(file:Features/Atom/Advice/AdviceTransport.feature:39)
After Hooks.deleteTransportAfterTest() 111ms
View Feature Advice transport
Scenario Outline Check if possible to edit advice in transport details.
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 001ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-skz" 1s 439ms
And Show all transport types 1s 036ms
And Create advice "CREATE_ADVICE" "CONTAINER" "super-admin-skz" 49s 991ms
And Go to "TRANSPORT_TABLE" 172ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-skz" 038ms
When Go to transport details "CONTAINER" 2s 485ms
And Fill transport form 7s 431ms
And Get inputs from database "EDIT_ADVICE" "super-admin-skz" 039ms
And Expand advice panel 125ms
And Edit advice in transport details 16s 262ms
And Click "save-transport-and-close" save button and wait for form to disappear 345ms
java.lang.AssertionError: Nie udało się zapisać zmian! Pojawił się komunikat walidacyjny w polu:
[od]
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at Pages.Transport.TransportFormPage.clickSaveButtonAndWaitForFormToDisappear(TransportFormPage.java:195)
	at CucumberTests.Transport.CreateTransport.clickSaveButtonAndWaitForFormToDisappear(CreateTransport.java:202)
	at ✽.Click "save-transport-and-close" save button and wait for form to disappear(file:Features/Atom/Advice/AdviceTransport.feature:36)
And Go to transport details "CONTAINER" 000ms
And Expand advice panel 000ms
Then Check are advice values equals after edition 000ms
After Hooks.deleteTransportAfterTest() 118ms
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 075ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 201ms
And Get inputs from database "EDIT_ADVICE_CONTAINER" "super-admin-adama" 038ms
When Show all transport types 1s 043ms
And Click button advice in transport table "CONTAINER" 098ms
And Set advice window in schedule 2s 432ms
And Fill advice form 14s 481ms
And Click advice save button and wait for advice form to disappear 30s 660ms
And Go to "TRANSPORT_TABLE" 185ms
And Go to transport details "CONTAINER" 2s 405ms
Then Check are advice values equals 2s 303ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.AdviceTransport.checkAdviceValues(AdviceTransport.java:145)
	at ✽.Check are advice values equals(file:Features/Atom/Advice/AdviceTransport.feature:61)
After Hooks.deleteTransportAfterTest() 090ms
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 "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 455ms
And Create transport "CREATE_TRANSFER_BETWEEN_WAREHOUSES" by JSON file as "super-admin-hochland" 1s 180ms
And Get inputs from database "ADVICE_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 039ms
When Show all transport types 1s 046ms
And Click button advice in transport table "TRANSFER_BETWEEN_WAREHOUSES" 090ms
And Set advice window in schedule 6s 473ms
And Fill advice form 13s 993ms
And Click advice save button and wait for advice form to disappear 30s 773ms
And Go to "TRANSPORT_TABLE" 171ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 512ms
Then Check are advice values equals 4s 272ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.AdviceTransport.checkAdviceValues(AdviceTransport.java:145)
	at ✽.Check are advice values equals(file:Features/Atom/Advice/AdviceTransport.feature:61)
After Hooks.deleteTransportAfterTest() 109ms
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 "piast-admin" and set token of apiUsername "super-admin-piast" 1s 090ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 209ms
And Get inputs from database "ADVICE_DELIVERY" "super-admin-piast" 070ms
When Show all transport types 1s 043ms
And Click button advice in transport table "DELIVERY" 093ms
And Set advice window in schedule 2s 574ms
And Fill advice form 10s 445ms
And Click advice save button and wait for advice form to disappear 30s 731ms
And Go to "TRANSPORT_TABLE" 217ms
And Go to transport details "DELIVERY" 2s 497ms
Then Check are advice values equals 2s 215ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.AdviceTransport.checkAdviceValues(AdviceTransport.java:145)
	at ✽.Check are advice values equals(file:Features/Atom/Advice/AdviceTransport.feature:61)
After Hooks.deleteTransportAfterTest() 139ms
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 "piast-admin" and set token of apiUsername "super-admin-piast" 1s 097ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 238ms
And Get inputs from database "ADVICE_LOAD" "super-admin-piast" 039ms
When Show all transport types 1s 040ms
And Click button advice in transport table "LOAD" 105ms
And Set advice window in schedule 2s 593ms
And Fill advice form 10s 518ms
And Click advice save button and wait for advice form to disappear 30s 720ms
And Go to "TRANSPORT_TABLE" 188ms
And Go to transport details "LOAD" 2s 600ms
Then Check are advice values equals 2s 203ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.AdviceTransport.checkAdviceValues(AdviceTransport.java:145)
	at ✽.Check are advice values equals(file:Features/Atom/Advice/AdviceTransport.feature:61)
After Hooks.deleteTransportAfterTest() 139ms
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 "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 097ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 217ms
And Get inputs from database "ADVICE_LOAD" "super-admin-keeeper" 039ms
When Show all transport types 1s 039ms
And Click button advice in transport table "LOAD" 098ms
And Set advice window in schedule 2s 459ms
And Fill advice form 15s 249ms
And Click advice save button and wait for advice form to disappear 30s 727ms
And Go to "TRANSPORT_TABLE" 181ms
And Go to transport details "LOAD" 2s 396ms
Then Check are advice values equals 4s 290ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.AdviceTransport.checkAdviceValues(AdviceTransport.java:145)
	at ✽.Check are advice values equals(file:Features/Atom/Advice/AdviceTransport.feature:61)
After Hooks.deleteTransportAfterTest() 106ms
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 "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 098ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 192ms
And Get inputs from database "ADVICE_CONTAINER" "super-admin-keeeper" 039ms
When Show all transport types 1s 038ms
And Click button advice in transport table "CONTAINER" 094ms
And Set advice window in schedule 2s 457ms
And Fill advice form 15s 256ms
And Click advice save button and wait for advice form to disappear 30s 665ms
And Go to "TRANSPORT_TABLE" 187ms
And Go to transport details "CONTAINER" 2s 403ms
Then Check are advice values equals 4s 299ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.AdviceTransport.checkAdviceValues(AdviceTransport.java:145)
	at ✽.Check are advice values equals(file:Features/Atom/Advice/AdviceTransport.feature:61)
After Hooks.deleteTransportAfterTest() 105ms
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" 098ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 245ms
And Transfer transport to carrier by JSON file "super-admin-adama" "true" confirmation 201ms
And Set token of apiUsername "paa1-carrier@qa.qa-test" 095ms
And Accept transferred transport by Api 151ms
And Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 1s 802ms
And Get inputs from database "ADVICE_TRANSPORT" "super-admin-adama" 038ms
When Show all transport types 1s 109ms
And Click button advice in transport table "TRANSPORT" 092ms
And Set advice window in schedule 2s 463ms
And Fill advice form 13s 895ms
And Click advice save button and wait for advice form to disappear 30s 713ms
And Go to "TRANSPORT_TABLE" 215ms
And Go to transport details "TRANSPORT" 2s 414ms
Then Check are advice values equals 4s 259ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.AdviceTransport.checkAdviceValues(AdviceTransport.java:145)
	at ✽.Check are advice values equals(file:Features/Atom/Advice/AdviceTransport.feature:106)
After Hooks.deleteTransportAfterTest() 117ms
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-skz" 094ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 213ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 089ms
And Set token of apiUsername "pskza1-carrier@qa.qa-test" 089ms
And Accept transferred transport by Api 159ms
And Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 538ms
And Get inputs from database "ADVICE_SMALLS" "super-admin-skz" 039ms
When Show all transport types 1s 052ms
And Click button advice in transport table "SMALLS_IMPORT" 095ms
And Set advice window in schedule 2s 614ms
And Fill advice form 16s 604ms
And Click advice save button and wait for advice form to disappear 30s 710ms
And Go to "TRANSPORT_TABLE" 167ms
And Go to transport details "SMALLS_IMPORT" 2s 485ms
Then Check are advice values equals 4s 283ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.AdviceTransport.checkAdviceValues(AdviceTransport.java:145)
	at ✽.Check are advice values equals(file:Features/Atom/Advice/AdviceTransport.feature:106)
After Hooks.deleteTransportAfterTest() 120ms
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-skz" 096ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 233ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 092ms
And Set token of apiUsername "pskza1-carrier@qa.qa-test" 098ms
And Accept transferred transport by Api 089ms
And Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 233ms
And Get inputs from database "ADVICE_SMALLS" "super-admin-skz" 050ms
When Show all transport types 1s 060ms
And Click button advice in transport table "SMALLS_EXPORT" 087ms
And Set advice window in schedule 2s 599ms
And Fill advice form 16s 614ms
And Click advice save button and wait for advice form to disappear 30s 672ms
And Go to "TRANSPORT_TABLE" 163ms
And Go to transport details "SMALLS_EXPORT" 2s 500ms
Then Check are advice values equals 4s 272ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.AdviceTransport.checkAdviceValues(AdviceTransport.java:145)
	at ✽.Check are advice values equals(file:Features/Atom/Advice/AdviceTransport.feature:106)
After Hooks.deleteTransportAfterTest() 118ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-adama" 100ms
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" "true" confirmation 094ms
And Accept transferred transport by Api 093ms
And Login as "paa1-carrier@qa.qa-test" 1s 308ms
When Show all transport types 1s 083ms
And Click button advice in transport table "TRANSPORT" 107ms
And Set week view 1s 494ms
And Show yesterday 1s 079ms
Then Check if advice restriction blockade windows are visible 023ms
After Hooks.deleteTransportAfterTest() 104ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 002ms
Given Set token of apiUsername "super-admin-skz" 097ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 15s 226ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 099ms
And Accept transferred transport by Api 093ms
And Login as "pskza1-carrier@qa.qa-test" 1s 112ms
When Show all transport types 1s 056ms
And Click button advice in transport table "SMALLS_IMPORT" 099ms
And Set week view 1s 873ms
And Show yesterday 1s 088ms
Then Check if advice restriction blockade windows are visible 038ms
After Hooks.deleteTransportAfterTest() 080ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-skz" 097ms
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 079ms
And Accept transferred transport by Api 079ms
And Login as "pskza1-carrier@qa.qa-test" 1s 189ms
When Show all transport types 1s 060ms
And Click button advice in transport table "SMALLS_EXPORT" 105ms
And Set week view 1s 913ms
And Show yesterday 1s 097ms
Then Check if advice restriction blockade windows are visible 033ms
After Hooks.deleteTransportAfterTest() 081ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 365ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 503ms
And Show all transport "false" 182ms
And Click on time window date 1s 283ms
And Select view "DAYS_4" 2s 064ms
And Move advice window "3" 1s 314ms
Then Check if advice window is in new location 019ms
After Hooks.deleteTransportAfterTest() 092ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 1s 335ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" 15s 798ms
And Show all transport "false" 166ms
And Click on time window date 15s 703ms
And Select view "DAYS_4" 2s 066ms
And Move advice window "3" 1s 482ms
Then Check if advice window is in new location 093ms
After Hooks.deleteTransportAfterTest() 090ms
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 501ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 15s 306ms
And Show all transport "false" 165ms
And Click on time window date 15s 532ms
And Select view "DAYS_4" 2s 071ms
And Move advice window "3" 1s 363ms
Then Check if advice window is in new location 020ms
After Hooks.deleteTransportAfterTest() 092ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 279ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 1s 332ms
And Show all transport "false" 178ms
And Click on time window date 1s 432ms
And Select view "DAYS_4" 2s 063ms
And Move advice window "3" 1s 362ms
Then Check if advice window is in new location 026ms
After Hooks.deleteTransportAfterTest() 094ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 971ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 328ms
And Show all transport "false" 174ms
And Click on time window date 1s 298ms
And Select view "DAYS_4" 2s 056ms
And Move advice window "3" 1s 302ms
Then Check if advice window is in new location 017ms
After Hooks.deleteTransportAfterTest() 093ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 294ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 1s 318ms
And Show all transport "true" 231ms
And Click on time window date 1s 327ms
And Select view "DAYS_4" 2s 058ms
And Move advice window "3" 1s 323ms
Then Check if advice window is in new location 023ms
After Hooks.deleteTransportAfterTest() 091ms
View Feature Advice transport
Scenario Outline Check if it is possible to add advice and move advice window in schedule
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 106ms
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" 013ms
When Show all transport types 1s 040ms
And Click button advice in transport table "DELIVERY" 098ms
And Set advice window in schedule 2s 569ms
And Fill advice form 6s 339ms
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element 
...
is not clickable at point (962, 347). Other element would receive the click:

...

(Session info: headless chrome=91.0.4472.164) 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=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.1YQUm9}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.164, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}] Session ID: 075235dd08742315f635b0b165780c15 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49) at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164) at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586) at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:279) at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:83) at CucumberTests.Transport.Transport.selectValue(Transport.java:222) at CucumberTests.Transport.Transport.fillSelectInput(Transport.java:211) at CucumberTests.Transport.Transport.fillForm(Transport.java:166) at CucumberTests.Transport.AdviceTransport.fillAdviceForm(AdviceTransport.java:121) at ✽.Fill advice form(file:Features/Atom/Advice/AdviceTransport.feature:157)
And Click advice save button and wait for advice form to disappear 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Click on time window date 000ms
And Select view "DAYS_4" 000ms
And Move advice window "3" 000ms
Then Check if advice window is in new location 000ms
After Hooks.deleteTransportAfterTest() 078ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 353ms
And Create transport "CREATE_LATE_DELIVERY" by JSON file as "super-admin-hochland" in "0" days 1s 353ms
Then Check if transport row is "red" 3s 076ms
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 289ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 355ms
And Go to "TRANSPORT_TABLE" 120ms
And Show all transport types 1s 032ms
And Click on time window date 1s 286ms
And Scroll to time window "adviceWindow" 039ms
And Set time window height "2" "adviceWindow" 5s 403ms
Then Check height of the time window after expanding by "2" in "adviceWindow" 022ms
After Hooks.deleteTransportAfterTest() 108ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 946ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 1s 324ms
And Go to "TRANSPORT_TABLE" 118ms
And Show all transport types 1s 039ms
And Click on time window date 1s 415ms
And Scroll to time window "adviceWindow" 031ms
And Set time window height "4" "adviceWindow" 5s 394ms
Then Check height of the time window after expanding by "4" in "adviceWindow" 021ms
After Hooks.deleteTransportAfterTest() 097ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 993ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 319ms
And Go to "TRANSPORT_TABLE" 140ms
And Show all transport types 1s 032ms
And Click on time window date 1s 318ms
And Scroll to time window "adviceWindow" 032ms
And Set time window height "3" "adviceWindow" 5s 384ms
Then Check height of the time window after expanding by "3" in "adviceWindow" 022ms
After Hooks.deleteTransportAfterTest() 099ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 1s 567ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" 15s 341ms
And Go to "TRANSPORT_TABLE" 254ms
And Show all transport types 1s 174ms
And Click on time window date 1s 832ms
And Scroll to time window "adviceWindow" 035ms
And Set time window height "1" "adviceWindow" 5s 440ms
Then Check height of the time window after expanding by "1" in "adviceWindow" 022ms
After Hooks.deleteTransportAfterTest() 086ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 106ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 213ms
And Get inputs from database "ADVICE_DELIVERY" "super-admin-piast" 040ms
When Show all transport types 1s 044ms
And Click button advice in transport table "DELIVERY" 087ms
And Set advice window in schedule 2s 567ms
And Fill advice form 10s 425ms
And Click advice save button and wait for advice form to disappear 30s 712ms
And Go to "TRANSPORT_TABLE" 211ms
And Click on time window date 1s 422ms
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() 158ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-hochland" 039ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 463ms
And Go to "WAREHOUSE_TAB" 665ms
And Select warehouse "Twarożkarnia wyrób gotowy" 1s 774ms
When Go to new transport "DELIVERY" 351ms
And Fill transport form 41s 748ms
And Click "save-transport" save button and wait for form to disappear 30s 086ms
And Click previous page button in browser 031ms
Then Check if advice window can't be created 2s 684ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-hochland" 042ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 355ms
And Go to "WAREHOUSE_TAB" 707ms
And Select warehouse "Twarożkarnia wyrób gotowy" 1s 727ms
When Go to new transport "DELIVERY" 347ms
And Fill transport form 41s 644ms
And Click "save-transport" save button and wait for form to disappear 30s 106ms
And Replace warehouse id in browser url with "Twarożkarnia wyrób gotowy" id 046ms
Then Check if advice window can't be created 2s 294ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 1s 303ms
And Create transport "CREATE_TRANSPORT_WITHOUT_WAREHOUSES" by JSON file as "super-admin-adama" 1s 219ms
And Transfer transport to carrier by JSON file "super-admin-adama" "false" confirmation 204ms
And Get inputs from database "ADVICE_TRANSPORT" "super-admin-adama" 037ms
When Show all transport types 1s 034ms
And Click button advice in transport table "TRANSPORT" 760ms
And Fill advice form 13s 760ms
And Click advice save button and wait for advice form to disappear 30s 684ms
When Find transport in table with status "no-advice-undefined" 3s 242ms
And Open statuses popup 098ms
And Wait "2" seconds 2s
Then Check if transport has checkpoints from list "Zgłoszenie się kierowcy,Zakończenie załadunku,Dostarczenie do klienta" in "1" 069ms
After Hooks.deleteTransportAfterTest() 088ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-farmacol" 096ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 15s 171ms
When Create advice by JSON file "CREATE_ADVICE_FOR_EXTERNAL_DELIVERY" as "super-admin-farmacol" 706ms
And Login as "farmacol-admin" 1s 556ms
And Go to "WAREHOUSE_TAB" 632ms
And Select warehouse "Katowice Przyjęcia" 1s 176ms
And Set week view 2s 132ms
And Move cursor over time window element 443ms
Then Check if "Zaawizowany" "31415" "06:00" "GDA12345" are visible on time window popup details 126ms
After Hooks.deleteTransportAfterTest() 114ms
View Feature Advice transport
Scenario Outline Check if it is possible to advice transport after splitting advice data from advice window
- order: advice data => advice window [A-7478]
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 1s 630ms
And Create default accepted mode of transportation by API with "pba1-carrier" 299ms
And Create transport "CREATE_EXW_DELIVERY" by JSON file as "super-admin-bausch" 1s 254ms
And Set "advice" inputs from JSON file "ADVICE_EXW_DELIVERY" "super-admin-bausch" 004ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "true" confirmation 122ms
When Go to "TRANSPORT_TABLE" 111ms
And Show all transport types 1s 030ms
And Click button advice in transport table "EXW_DELIVERY" 1s 050ms
And Fill advice form 11s 091ms
And Click advice save button and wait for advice form to disappear 30s 693ms
And Click button advice in transport table "EXW_DELIVERY" 127ms
And Set advice window in schedule 2s 518ms
And Change filled value in details "rodo-acceptance" "checkbox" "true" "0" 1s 497ms
And Click advice save button and wait for advice form to disappear 30s 789ms
And Go to "TRANSPORT_TABLE" 178ms
And Show all transport types 1s 089ms
And Go to transport details "EXW_DELIVERY" 2s 390ms
Then Check are advice values equals 4s 223ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.AdviceTransport.checkAdviceValues(AdviceTransport.java:145)
	at ✽.Check are advice values equals(file:Features/Atom/Advice/AdviceTransport.feature:348)
After Hooks.deleteTransportAfterTest() 109ms
After Hooks.deleteModeOfTransportationAfterTest() 076ms
View Feature Company Resources
Scenario Outline Check if it possible to save resource to company from transport form
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set "transport" inputs from JSON file "CREATE_DELIVERY_CONTRACTOR" "super-admin-neuca" 002ms
And Login as "pna1-carrier" and set token of apiUsername "super-admin-neuca" 986ms
And Go to new transport "DELIVERY" 15s 315ms
And Fill transport form 24s 307ms
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element 
...
is not clickable at point (905, 295). Other element would receive the click:

...

(Session info: headless chrome=91.0.4472.164) 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=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.1YQUm9}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.164, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}] Session ID: 075235dd08742315f635b0b165780c15 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49) at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164) at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586) at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:279) at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:83) at CucumberTests.Transport.Transport.selectValue(Transport.java:222) at CucumberTests.Transport.Transport.fillSelectInput(Transport.java:211) at CucumberTests.Transport.Transport.fillForm(Transport.java:166) at CucumberTests.Transport.CreateTransport.fillTransportForm(CreateTransport.java:184) at ✽.Fill transport form(file:Features/Atom/Companies/CompanyResources.feature:8)
And Select "save-as-resource" checkbox 000ms
When Click "save-transport" save button and wait for form to disappear 000ms
And Set advice window in schedule 000ms
And Check is transport created in schedule and set transport id 000ms
Then Go to "OWN_COMPANY_TAB" 000ms
And Check if advice values are visible in company resources 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Custom fields
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-skz" and set token of apiUsername "super-admin-skz" 1s 711ms
And Set "custom-field" inputs from JSON file "CREATE_CUSTOM_FIELD" "super-admin-skz" 002ms
And Go to "SETTINGS_TAB" 431ms
When Go to "CONTAINER" transport type settings 402ms
And Go to custom fields settings 152ms
And Click add new custom field 144ms
And Fill custom field form 6s 068ms
And Click save button 068ms
And Click back to custom field settings button 128ms
And Set custom field id 443ms
And Refresh page 2s 113ms
Then Go to new transport "CONTAINER" 388ms
And Verify if created custom field appeared in transport form 030ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteCustomFieldAfterTest() 277ms
View Feature Custom fields
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-piast" and set token of apiUsername "super-admin-piast" 1s 624ms
And Set "custom-field" inputs from JSON file "CREATE_CUSTOM_FIELD" "super-admin-piast" 002ms
And Go to "SETTINGS_TAB" 275ms
When Go to "LOAD" transport type settings 388ms
And Go to custom fields settings 181ms
And Click add new custom field 169ms
And Fill custom field form 5s 987ms
And Click save button 055ms
And Click back to custom field settings button 146ms
And Set custom field id 234ms
And Refresh page 2s 117ms
Then Go to new transport "LOAD" 323ms
And Verify if created custom field appeared in transport form 024ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteCustomFieldAfterTest() 278ms
View Feature Custom fields
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "super-admin-hochland" and set token of apiUsername "super-admin-hochland" 3s 075ms
And Set "custom-field" inputs from JSON file "CREATE_CUSTOM_FIELD" "super-admin-hochland" 002ms
And Go to "SETTINGS_TAB" 304ms
When Go to "DELIVERY" transport type settings 309ms
And Go to custom fields settings 130ms
And Click add new custom field 149ms
And Fill custom field form 6s 001ms
And Click save button 056ms
And Click back to custom field settings button 117ms
And Set custom field id 515ms
And Refresh page 2s 124ms
Then Go to new transport "DELIVERY" 691ms
And Verify if created custom field appeared in transport form 024ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteCustomFieldAfterTest() 461ms
View Feature Custom fields
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 911ms
And Create custom field with "CREATE_CONTAINER_TEXT_CFD" by "super-admin-skz" 290ms
And Go to "SETTINGS_TAB" 300ms
When Go to "CONTAINER" transport type settings 369ms
And Go to custom fields settings 138ms
And Click edit button of "Testowy CFD" custom field 184ms
And Change filled value in details "definition-name" "text" "Edytowany CFD" "0" 1s 317ms
And Click save button 051ms
And Refresh page 2s 114ms
Then Go to new transport "CONTAINER" 362ms
And Verify that edited "Edytowany CFD" is visible in transport form 030ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteCustomFieldAfterTest() 273ms
View Feature Custom fields
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 471ms
And Create custom field with "CREATE_LOAD_TEXT_CFD" by "super-admin-piast" 276ms
And Go to "SETTINGS_TAB" 241ms
When Go to "LOAD" transport type settings 355ms
And Go to custom fields settings 187ms
And Click edit button of "Testowy CFD" custom field 172ms
And Change filled value in details "definition-name" "text" "Edytowany CFD" "0" 1s 321ms
And Click save button 047ms
And Refresh page 2s 114ms
Then Go to new transport "LOAD" 335ms
And Verify that edited "Edytowany CFD" is visible in transport form 027ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteCustomFieldAfterTest() 280ms
View Feature Custom fields
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 283ms
And Create custom field with "CREATE_DELIVERY_TEXT_CFD" by "super-admin-hochland" 518ms
And Go to "SETTINGS_TAB" 319ms
When Go to "DELIVERY" transport type settings 290ms
And Go to custom fields settings 154ms
And Click edit button of "Testowy CFD" custom field 189ms
And Change filled value in details "definition-name" "text" "Edytowany CFD" "0" 1s 339ms
And Click save button 049ms
And Refresh page 2s 110ms
Then Go to new transport "DELIVERY" 675ms
And Verify that edited "Edytowany CFD" is visible in transport form 025ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteCustomFieldAfterTest() 487ms
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 268ms
And Login as "swisskrono-purchasing-department" and set token of apiUsername "super-admin-skz" 2s 070ms
When Go to "TRANSPORT_TABLE" 187ms
And Sort transports by "show-mine" 1s 049ms
And Show all transport types 1s 069ms
Then Verify that created transport is "true" in transport table 1s 084ms
After Hooks.deleteTransportAfterTest() 079ms
View Feature Filters
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "swisskrono-purchasing-department" 101ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "swisskrono-purchasing-department" 1s 265ms
And Login as "swisskrono-purchasing-department" and set token of apiUsername "super-admin-skz" 1s 361ms
When Go to "TRANSPORT_TABLE" 194ms
And Sort transports by "show-all" 1s 055ms
And Show all transport types 1s 065ms
Then Verify that created transport is "true" in transport table 1s 074ms
After Hooks.deleteTransportAfterTest() 074ms
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 227ms
And Login as "swisskrono-purchasing-department" and set token of apiUsername "super-admin-skz" 1s 039ms
When Go to "TRANSPORT_TABLE" 131ms
And Sort transports by "show-mine" 1s 075ms
And Show all transport types 1s 063ms
Then Verify that created transport is "false" in transport table 31s 643ms
After Hooks.deleteTransportAfterTest() 092ms
View Feature Filters
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "swisskrono-admin" 097ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "swisskrono-admin" 1s 241ms
And Login as "swisskrono-purchasing-department" and set token of apiUsername "super-admin-skz" 1s 153ms
When Go to "TRANSPORT_TABLE" 140ms
And Sort transports by "show-all" 1s 054ms
And Show all transport types 1s 065ms
Then Verify that created transport is "true" in transport table 1s 069ms
After Hooks.deleteTransportAfterTest() 085ms
View Feature Filters
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "swisskrono-purchasing-department" 097ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "swisskrono-purchasing-department" 1s 223ms
And Delete created transport by API 105ms
And Login as "swisskrono-purchasing-department" and set token of apiUsername "super-admin-skz" 1s 063ms
When Go to "ARCHIVE_TAB" 225ms
And Sort transports by "show-mine" 1s 055ms
And Show "SMALLS_IMPORT" 071ms
Then Verify that created transport is "true" in transport table 15s 094ms
After Hooks.deleteTransportAfterTest() 090ms
View Feature Filters
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "swisskrono-purchasing-department" 103ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "swisskrono-purchasing-department" 15s 221ms
And Delete created transport by API 100ms
And Login as "swisskrono-purchasing-department" and set token of apiUsername "super-admin-skz" 1s 176ms
When Go to "ARCHIVE_TAB" 206ms
And Sort transports by "show-all" 1s 059ms
And Show "SMALLS_IMPORT" 078ms
Then Verify that created transport is "true" in transport table 15s 052ms
After Hooks.deleteTransportAfterTest() 094ms
View Feature Filters
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "swisskrono-admin" 101ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "swisskrono-admin" 15s 252ms
And Delete created transport by API 086ms
And Login as "swisskrono-purchasing-department" and set token of apiUsername "super-admin-skz" 1s 192ms
When Go to "ARCHIVE_TAB" 202ms
And Sort transports by "show-mine" 1s 057ms
And Show "SMALLS_IMPORT" 081ms
Then Verify that created transport is "false" in transport table 45s 616ms
After Hooks.deleteTransportAfterTest() 086ms
View Feature Filters
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "swisskrono-admin" 100ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "swisskrono-admin" 15s 260ms
And Delete created transport by API 083ms
And Login as "swisskrono-purchasing-department" and set token of apiUsername "super-admin-skz" 1s 201ms
When Go to "ARCHIVE_TAB" 186ms
And Sort transports by "show-all" 1s 053ms
And Show "SMALLS_IMPORT" 077ms
Then Verify that created transport is "true" in transport table 15s 049ms
After Hooks.deleteTransportAfterTest() 082ms
View Feature Filters
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-alrec" 100ms
And Create transport "CREATE_TRANSPORT_FIRST_SUPPLIER" by JSON file as "super-admin-alrec" 1s 254ms
When Login as "alrec-admin" 975ms
And Go to "TRANSPORT_TABLE" 124ms
And Show all transport "true" 232ms
And Select transportType "TRANSPORT_ORDER" 1s 131ms
Then Check if load and unload time filters work properly "LOAD_TIME_WINDOW" 36s 568ms
After Hooks.deleteTransportAfterTest() 092ms
View Feature Filters
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 901ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 246ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 095ms
And Accept transferred transport by Api 103ms
And Create advice "ADVICE_SMALLS" "SMALLS_IMPORT" "super-admin-skz" 52s 207ms
And Delete created transport by API 114ms
When Go to "ARCHIVE_TAB" 242ms
And Show "SMALLS_IMPORT" 077ms
Then Check if it is possible to search with different date property selects 1m 18s 451ms
After Hooks.deleteTransportAfterTest() 115ms
View Feature Filters
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 164ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 278ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 084ms
And Accept transferred transport by Api 103ms
And Create advice "ADVICE_SMALLS" "SMALLS_EXPORT" "super-admin-skz" 52s 195ms
And Delete created transport by API 107ms
When Go to "ARCHIVE_TAB" 209ms
And Show "SMALLS_EXPORT" 080ms
Then Check if it is possible to search with different date property selects 1m 18s 266ms
After Hooks.deleteTransportAfterTest() 101ms
View Feature Filters
Scenario Outline Check if transport table days limit filter displays correct transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-neuca" 093ms
And Prepare setting: "TRANSPORT_TABLE_DAYS_LIMIT" with value: "7d" with "super-admin-neuca" 017ms
io.restassured.path.json.exception.JsonPathException: Failed to parse the JSON document
	at io.restassured.path.json.JsonPath$ExceptionCatcher.invoke(JsonPath.java:986)
	at io.restassured.path.json.JsonPath$4.doParseWith(JsonPath.java:951)
	at io.restassured.path.json.JsonPath$JsonParser.parseWith(JsonPath.java:1031)
	at io.restassured.path.json.JsonPath.get(JsonPath.java:202)
	at io.restassured.path.json.JsonPath.getString(JsonPath.java:352)
	at Utils.RestUtils.RestUtil.putObjectToApolloApi(RestUtil.java:128)
	at CucumberTests.Settings.SettingsTest.prepareSettingWithValueWith(SettingsTest.java:65)
	at ✽.Prepare setting: "TRANSPORT_TABLE_DAYS_LIMIT" with value: "7d" with "super-admin-neuca"(file:Features/Atom/Filters/Filter.feature:150)
Caused by: groovy.json.JsonException: Lexing failed on line: 1, column: 1, while reading 'N', no possible valid JSON value or punctuation could be recognized.
	at groovy.json.JsonLexer.nextToken(JsonLexer.java:87)
	at groovy.json.JsonLexer$nextToken.call(Unknown Source)
	at io.restassured.internal.path.json.ConfigurableJsonSlurper.parse(ConfigurableJsonSlurper.groovy:97)
	at io.restassured.internal.path.json.ConfigurableJsonSlurper$parse.callCurrent(Unknown Source)
	at io.restassured.internal.path.json.ConfigurableJsonSlurper.parseText(ConfigurableJsonSlurper.groovy:83)
	at io.restassured.path.json.JsonPath$4$1.method(JsonPath.java:949)
	at io.restassured.path.json.JsonPath$ExceptionCatcher.invoke(JsonPath.java:984)
	at io.restassured.path.json.JsonPath$4.doParseWith(JsonPath.java:951)
	at io.restassured.path.json.JsonPath$JsonParser.parseWith(JsonPath.java:1031)
	at io.restassured.path.json.JsonPath.get(JsonPath.java:202)
	at io.restassured.path.json.JsonPath.getString(JsonPath.java:352)
	at Utils.RestUtils.RestUtil.putObjectToApolloApi(RestUtil.java:128)
	at CucumberTests.Settings.SettingsTest.prepareSettingWithValueWith(SettingsTest.java:65)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at cucumber.runtime.Utils$1.call(Utils.java:26)
	at cucumber.runtime.Timeout.timeout(Timeout.java:16)
	at cucumber.runtime.Utils.invoke(Utils.java:20)
	at cucumber.runtime.java.JavaStepDefinition.execute(JavaStepDefinition.java:57)
	at cucumber.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:50)
	at cucumber.runner.TestStep.executeStep(TestStep.java:63)
	at cucumber.runner.TestStep.run(TestStep.java:49)
	at cucumber.runner.PickleStepTestStep.run(PickleStepTestStep.java:43)
	at cucumber.runner.TestCase.run(TestCase.java:45)
	at cucumber.runner.Runner.runPickle(Runner.java:40)
	at cucumber.runtime.junit.PickleRunners$WithStepDescriptions.run(PickleRunners.java:97)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:68)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:23)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:73)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:122)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:64)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at cucumber.api.junit.Cucumber$1.evaluate(Cucumber.java:131)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
When Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" in "8" days 000ms
And Login as "neuca-admin" 000ms
And Go to "TRANSPORT_TABLE" 000ms
Then Verify that created transport is "false" in transport table 000ms
And Toggle transport table days limit filter 000ms
And Verify that created transport is "true" in transport table 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Grouping of carriers
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 018ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 227ms
And Add carrier "Przewoźnik SKZ Automat 1" to carriers group "Kraj" by Api as "super-admin-skz" 365ms
When Go to "TRANSPORT_TABLE" 109ms
And Go to auction form 1s 260ms
And Select contractors group "Kraj" 090ms
Then Verify that carrier "PSKZA1" is selected 026ms
After Hooks.deleteTransportAfterTest() 076ms
After Hooks.removeContractorsGroup() 067ms
View Feature Grouping of carriers
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 070ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 240ms
When Go to "TRANSPORT_TABLE" 124ms
And Go to auction form 1s 182ms
And Select contractors group "Wybierz grupę firm transportowych" 088ms
Then Verify that all companies are selected after choose "data-group-name" 091ms
After Hooks.deleteTransportAfterTest() 072ms
View Feature Grouping of carriers
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 065ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 210ms
When Go to "TRANSPORT_TABLE" 112ms
And Go to auction form 1s 199ms
And Select contractors group "Wybierz uczestników zapytania" 091ms
Then Verify that all companies are selected after choose "data-carrier-name" 086ms
After Hooks.deleteTransportAfterTest() 076ms
View Feature Crud index
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 309ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 218ms
And Show all transport "false" 175ms
And Get inputs from database "ADD_INDEX" "super-admin-adama" 034ms
And Create product if needed "false" by api for principal "adama" 215ms
When Go to transport details "TRANSPORT" 2s 423ms
And Expand index panel 091ms
And Click add index button 117ms
And Fill index form 10s 481ms
And Click ok button in index form 15s 133ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 095ms
And Go to transport details "TRANSPORT" 2s 418ms
And Expand index panel 132ms
Then Check are transport values equals 084ms
After Hooks.deleteTransportAfterTest() 084ms
After Hooks.deleteProductAfterTest() 076ms
View Feature Crud index
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 430ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 242ms
And Show all transport "true" 233ms
And Get inputs from database "ADD_INDEX" "super-admin-alrec" 034ms
And Create product if needed "true" by api for principal "alrec" 000ms
When Go to transport details "TRANSPORT_ORDER" 2s 439ms
And Expand index panel 079ms
And Click add index button 098ms
And Fill index form 7s 425ms
And Click ok button in index form 15s 112ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 123ms
And Go to transport details "TRANSPORT_ORDER" 2s 426ms
And Expand index panel 102ms
Then Check are transport values equals 2s 110ms
After Hooks.deleteTransportAfterTest() 078ms
After Hooks.deleteProductAfterTest() 000ms
View Feature Crud index
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 047ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 212ms
And Show all transport "false" 165ms
And Get inputs from database "ADD_INDEX" "super-admin-adama" 034ms
And Create product if needed "false" by api for principal "adama" 027ms
When Go to transport details "TRANSPORT" 2s 421ms
And Add index to transport 25s 792ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 106ms
When Go to transport details "TRANSPORT" 2s 419ms
And Expand index panel 103ms
And Click delete index button 055ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 100ms
And Go to transport details "TRANSPORT" 2s 380ms
And Expand index panel 092ms
Then Verify that transport has no indexes 15s 007ms
After Hooks.deleteTransportAfterTest() 078ms
After Hooks.deleteProductAfterTest() 029ms
View Feature Crud index
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 091ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 246ms
And Show all transport "true" 231ms
And Get inputs from database "ADD_INDEX" "super-admin-alrec" 033ms
And Create product if needed "true" by api for principal "alrec" 000ms
When Go to transport details "TRANSPORT_ORDER" 2s 458ms
And Add index to transport 22s 751ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 072ms
When Go to transport details "TRANSPORT_ORDER" 2s 382ms
And Expand index panel 104ms
And Click delete index button 061ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 144ms
And Go to transport details "TRANSPORT_ORDER" 2s 332ms
And Expand index panel 076ms
Then Verify that transport has no indexes 15s 013ms
After Hooks.deleteTransportAfterTest() 068ms
After Hooks.deleteProductAfterTest() 000ms
View Feature Index
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "dayco-admin" and set token of apiUsername "super-admin-dayco" 1s 676ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-dayco" 1s 218ms
And Get inputs from database "ADD_INDEX" "super-admin-dayco" 037ms
And Create product if needed "false" by api for principal "dayco" 024ms
And Go to transport details "OWN_COLLECTION" 2s 412ms
And Add index to transport 24s 461ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 124ms
And Create advice "ADVICE_OWN_COLLECTION" "OWN_COLLECTION" "super-admin-dayco" 42s 400ms
When Click on index details icon 120ms
Then Verify that indexes display in window "product-index;quantity-of-Planned quantity;quantity-of-Quantity sent" 000ms
After Hooks.deleteTransportAfterTest() 111ms
After Hooks.deleteProductAfterTest() 028ms
View Feature Advice Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 956ms
And Prepare user "adama-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 236ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 234ms
And Get inputs from database "ADVICE_CONTAINER" "super-admin-adama" 037ms
And Show all transport types 1s 041ms
And Click button advice in transport table "CONTAINER" 086ms
And Set advice window in schedule 2s 449ms
And Fill advice form 13s 899ms
And Click advice save button and wait for advice form to disappear 30s 669ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Zapisano awizację! | Advice has been saved!" 5s 831ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 108ms
After Hooks.cleanUserDetailsAfterTest() 165ms
View Feature Advice Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 141ms
And Prepare user "piast-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 179ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 207ms
And Get inputs from database "ADVICE_DELIVERY" "super-admin-piast" 037ms
And Show all transport types 1s 043ms
And Click button advice in transport table "DELIVERY" 092ms
And Set advice window in schedule 2s 560ms
And Fill advice form 10s 463ms
And Click advice save button and wait for advice form to disappear 30s 711ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Zapisano awizację! | Advice has been saved!" 5s 540ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 106ms
After Hooks.cleanUserDetailsAfterTest() 146ms
View Feature Advice Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 106ms
And Prepare user "keeeper-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 265ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 231ms
And Get inputs from database "ADVICE_LOAD" "super-admin-keeeper" 038ms
And Show all transport types 1s 041ms
And Click button advice in transport table "LOAD" 092ms
And Set advice window in schedule 2s 433ms
And Fill advice form 15s 258ms
And Click advice save button and wait for advice form to disappear 30s 717ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Zapisano awizację! | Time window has been saved!" 5s 778ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 101ms
After Hooks.cleanUserDetailsAfterTest() 206ms
View Feature Advice Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 481ms
And Prepare user "adama-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 185ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 190ms
And Show all transport types 1s 043ms
And Create advice "ADVICE_CONTAINER" "CONTAINER" "super-admin-adama" 47s 163ms
And Go to "TRANSPORT_TABLE" 192ms
And Go to transport details "CONTAINER" 2s 413ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-adama" 036ms
When Go to transport details "CONTAINER" 3s 178ms
And Fill transport form 4s 727ms
And Get inputs from database "EDIT_ADVICE_CONTAINER" "super-admin-adama" 037ms
And Expand advice panel 104ms
And Edit advice in transport details 14s 421ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 059ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Zmiana w awizacji numer" 5s 802ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 163ms
After Hooks.cleanUserDetailsAfterTest() 203ms
View Feature Advice Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 514ms
And Prepare user "piast-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 174ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 219ms
And Show all transport types 1s 044ms
And Create advice "ADVICE_DELIVERY" "DELIVERY" "super-admin-piast" 43s 832ms
And Go to "TRANSPORT_TABLE" 233ms
And Go to transport details "DELIVERY" 2s 516ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-piast" 037ms
When Go to transport details "DELIVERY" 3s 153ms
And Fill transport form 1m 2s 095ms
And Get inputs from database "EDIT_ADVICE_DELIVERY" "super-admin-piast" 038ms
And Expand advice panel 111ms
And Edit advice in transport details 6s 543ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 123ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Zmiana w awizacji numer" 5s 871ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 115ms
After Hooks.cleanUserDetailsAfterTest() 164ms
View Feature Advice Mail
Before Hooks.showScenarioName(Scenario) 002ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 549ms
And Prepare user "keeeper-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 241ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 208ms
And Show all transport types 1s 043ms
And Create advice "ADVICE_LOAD" "LOAD" "super-admin-keeeper" 48s 445ms
And Go to "TRANSPORT_TABLE" 179ms
And Go to transport details "LOAD" 2s 378ms
And Get inputs from database "EDIT_LOAD" "super-admin-keeeper" 040ms
When Go to transport details "LOAD" 3s 167ms
And Fill transport form 25s 947ms
And Get inputs from database "EDIT_ADVICE_LOAD" "super-admin-keeeper" 037ms
And Expand advice panel 111ms
And Edit advice in transport details 20s 592ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 117ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Zmiana w awizacji numer" 5s 810ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 111ms
After Hooks.cleanUserDetailsAfterTest() 227ms
View Feature Advice Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-skd" 094ms
And Prepare user "swiss-krono-delivery-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 135ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 1s 329ms
And Confirm status "ARRIVAL" by Public API "v1" 333ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Potwierdzono status Wjazd na teren zakładu" 10s 759ms
Then Check if user got a mail 000ms
And Confirm status "DEPARTURE" by Public API "v1" 248ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Potwierdzono status Wyjazd" 37s 495ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 148ms
After Hooks.cleanUserDetailsAfterTest() 160ms
View Feature Advice Mail
Scenario Outline Check if verification mail was sent to transport creator
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-hochland" 097ms
And Prepare company "Dostawca Hochland Automat 1" verification email setting "48h" 035ms
And Prepare user "dha1-supplier-2@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 172ms
And Login as "dha1-supplier-2@qa.qa-test" and set token of apiUsername "dha1-supplier-2@qa.qa-test" 2s 244ms
And Create transport "CREATE_DELIVERY" by JSON file as "dha1-supplier-2@qa.qa-test" 15s 331ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Weryfikacja danych awizacji" 1m 25s 836ms
Then Check if user got a mail 000ms
Hooks
After Hooks.deleteTransportAfterTest() 123ms
After Hooks.cleanUserDetailsAfterTest() 251ms
After Hooks.rollbackVerificationEmailSettingAfterTest() 090ms
java.lang.AssertionError: Nieoczekiwany błąd podczas żądania PUT pod adresem /executeUpdate?table=partnership&column=advice_verification&value=FALSE&condition=id&conditionValue=83467726 - status odpowiedzi: 403 , komunikat:  [path:/apollo/api/executeUpdate, error:Forbidden, message:Forbidden, timestamp:1628110089744, status:403]
	at org.junit.Assert.fail(Assert.java:88)
	at Utils.RestUtils.RestUtil.putResponse(RestUtil.java:274)
	at Utils.RestUtils.RestUtil.putToApolloApi(RestUtil.java:110)
	at Utils.RestUtils.RestUtil.updateTableFromApolloApi(RestUtil.java:334)
	at CucumberTests.Hooks.rollbackVerificationEmailSettingAfterTest(Hooks.java:624)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at cucumber.runtime.Utils$1.call(Utils.java:26)
	at cucumber.runtime.Timeout.timeout(Timeout.java:16)
	at cucumber.runtime.Utils.invoke(Utils.java:20)
	at cucumber.runtime.java.JavaHookDefinition.execute(JavaHookDefinition.java:60)
	at cucumber.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:16)
	at cucumber.runner.TestStep.executeStep(TestStep.java:63)
	at cucumber.runner.TestStep.run(TestStep.java:49)
	at cucumber.runner.TestCase.run(TestCase.java:49)
	at cucumber.runner.Runner.runPickle(Runner.java:40)
	at cucumber.runtime.junit.PickleRunners$WithStepDescriptions.run(PickleRunners.java:97)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:68)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:23)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:73)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:122)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:64)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at cucumber.api.junit.Cucumber$1.evaluate(Cucumber.java:131)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
View Feature Auctions Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 612ms
And Prepare user "paa1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 233ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 203ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-adama" 2s 525ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Nowa aukcja" 5s 384ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 088ms
After Hooks.cleanUserDetailsAfterTest() 345ms
View Feature Auctions Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 967ms
And Prepare user "paa1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 310ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 224ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" 2s 134ms
And Add a bid "1500" to an auction by JSON file as "paa1-carrier@qa.qa-test" for "super-admin-adama" 580ms
And Add a bid "500" to an auction by JSON file as "paa2-carrier@qa.qa-test" for "super-admin-adama" 419ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Nie otrzymano zlecenia" 10s 679ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 077ms
After Hooks.cleanUserDetailsAfterTest() 264ms
View Feature Auctions Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-producer" and set token of apiUsername "super-admin-skz" 2s 591ms
And Prepare user "swisskrono-producer" details with all notifications and "apolloautomattest@gmail.com" by JSON file 375ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 229ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-skz" 2s 120ms
And Add a bid "1500" to an auction by JSON file as "pskza1-carrier@qa.qa-test" for "pskza1-carrier@qa.qa-test" 173ms
And Wait till auction end 1m 58s 018ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Dodano nową ofertę" 2m 46s 742ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 100ms
After Hooks.cleanUserDetailsAfterTest() 305ms
View Feature Auctions Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 084ms
And Prepare user "adama-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 216ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 217ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" 2s 146ms
And Wait till auction end 1m 58s 018ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Aukcja zakończona bez ofert" 5s 771ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 102ms
After Hooks.cleanUserDetailsAfterTest() 188ms
View Feature Auctions Mail
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 459ms
And Prepare user "paa1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 311ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 228ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" 2s 117ms
And Add a bid "1500" to an auction by JSON file as "paa1-carrier@qa.qa-test" for "super-admin-adama" 186ms
And Add a bid "500" to an auction by JSON file as "paa2-carrier@qa.qa-test" for "super-admin-adama" 289ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Oferta przelicytowana" 10s 829ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 098ms
After Hooks.cleanUserDetailsAfterTest() 278ms
View Feature Auctions Mail
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 092ms
And Prepare user "paa1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 329ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 214ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" 2s 139ms
And Add a bid "1500" to an auction by JSON file as "paa1-carrier@qa.qa-test" for "super-admin-adama" 176ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Otrzymano zlecenie" 1m 35s 710ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 073ms
After Hooks.cleanUserDetailsAfterTest() 256ms
View Feature Auctions Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 965ms
And Prepare user "paa1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 333ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 217ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" 2s 151ms
And Add a bid "500" to an auction by JSON file as "paa1-carrier@qa.qa-test" for "super-admin-adama" 280ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Otrzymano zlecenie" 5s 326ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 069ms
After Hooks.cleanUserDetailsAfterTest() 243ms
View Feature Auctions Mail
Scenario Outline Check mail two hours before auction ends
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 1s 681ms
And Prepare user "paa1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 341ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 214ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" and finish of auction in "121" minutes 082ms
java.lang.AssertionError: Nieoczekiwany błąd podczas żądania POST pod adresem /auctions; status: 422, komunikat: [errors:[Termin zakończenia aukcji musi się znajdować w przyszłości]]
	at org.junit.Assert.fail(Assert.java:88)
	at Utils.RestUtils.RestUtil.postObjectToApolloApi(RestUtil.java:86)
	at CucumberTests.Transport.AuctionTransport.setTransportOnAuction(AuctionTransport.java:54)
	at CucumberTests.Transport.AuctionTransport.setTransportOnAuctionByApiWith(AuctionTransport.java:71)
	at ✽.Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" and finish of auction in "121" minutes(file:Features/Atom/Mail/AuctionMail.feature:103)
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Zakończenie aukcji" 000ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 065ms
After Hooks.cleanUserDetailsAfterTest() 259ms
View Feature Discrepancy Report Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 216ms
And Prepare user "hochland-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 605ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 414ms
And Go to "TRANSPORT_TABLE" 129ms
And Go to transport details "DELIVERY" 2s 740ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 037ms
And Fill transport form 37s 770ms
And Open section: "discrepancy-report-panel" 1s 071ms
And Fill discrepancy report section 49s 408ms
And Go to transport details "DELIVERY" 2s 508ms
And Change filled value in details "rodo-acceptance" "checkbox" "true" "0" 1s 287ms
And Generate discrepancy report 18s 856ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Utworzono protokół niezgodności" 5s 566ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 134ms
After Hooks.cleanUserDetailsAfterTest() 437ms
View Feature Transport Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 271ms
And Prepare user "pha2-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 365ms
And Set basic authorities "ROLE_CAN_PLAN_ADVICE_IN_THE_PAST" to user "hochland-admin" 031ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 452ms
And Go to "WAREHOUSE_TAB" 734ms
And Select warehouse "Serownia" 1s 374ms
And Set week view 1s 119ms
And Show yesterday 1s 058ms
And Move window into the past 285ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "spóźnił się na" 41s 845ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 098ms
After Hooks.cleanUserDetailsAfterTest() 319ms
After Hooks.rollbackAddedAuthorities() 025ms
View Feature Transport Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 139ms
And Prepare user "swisskrono-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 358ms
And Wait "60" seconds 1m
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 277ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Drobnica import" 1m 17s 774ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 087ms
After Hooks.cleanUserDetailsAfterTest() 313ms
View Feature Transport Mail
Before Hooks.showScenarioName(Scenario) 002ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 808ms
And Prepare user "swisskrono-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 325ms
And Wait "60" seconds 1m
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 254ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Drobnica eksport" 11s 198ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 077ms
After Hooks.cleanUserDetailsAfterTest() 276ms
View Feature Transport Transfer Mail
Scenario Outline Check if mail was sent to carrier after transport transfer
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 077ms
And Prepare user "paa1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 312ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 207ms
And Transfer transport to carrier "Przewoźnik Adama Automat 1" with "true" 13s 649ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for element to no longer be visible: By.xpath: //button[@data-button-name='PASS'] (tried for 10 second(s) with 500 MILLISECONDS interval)
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'apollo-test', 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=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.1YQUm9}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.164, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 075235dd08742315f635b0b165780c15
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:82)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231)
	at Pages.BasePage.waitUntilElementDisappear(BasePage.java:215)
	at Pages.Transport.TransportsPage.transferTransportToCarrier(TransportsPage.java:285)
	at CucumberTests.Transport.TransferTransportTest.transferTransportToCarrier(TransferTransportTest.java:37)
	at ✽.Transfer transport to carrier "Przewoźnik Adama Automat 1" with "true"(file:Features/Atom/Mail/TransportTransferMail.feature:8)
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Zlecenie czeka na akceptację" 000ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 069ms
After Hooks.cleanUserDetailsAfterTest() 251ms
View Feature Transport Transfer Mail
Scenario Outline Check if mail was sent to carrier after transport transfer with no confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 079ms
And Prepare user "paa1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 319ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 233ms
And Transfer transport to carrier "Przewoźnik Adama Automat 1" with "false" 13s 688ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for element to no longer be visible: By.xpath: //button[@data-button-name='PASS'] (tried for 10 second(s) with 500 MILLISECONDS interval)
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'apollo-test', 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=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.1YQUm9}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.164, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 075235dd08742315f635b0b165780c15
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:82)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231)
	at Pages.BasePage.waitUntilElementDisappear(BasePage.java:215)
	at Pages.Transport.TransportsPage.transferTransportToCarrier(TransportsPage.java:285)
	at CucumberTests.Transport.TransferTransportTest.transferTransportToCarrier(TransferTransportTest.java:37)
	at ✽.Transfer transport to carrier "Przewoźnik Adama Automat 1" with "false"(file:Features/Atom/Mail/TransportTransferMail.feature:20)
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Zostało przekazane nowe zlecenie" 000ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 082ms
After Hooks.cleanUserDetailsAfterTest() 263ms
View Feature Transport Transfer Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 695ms
And Prepare user "pskza1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 415ms
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 164ms
And Add a bid "1500" to an auction by JSON file as "pskza1-carrier@qa.qa-test" for "pskza1-carrier@qa.qa-test" 198ms
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" 227ms
Then If user is login then logout 248ms
And Login as "swisskrono-admin" 961ms
And Go to auction details 1s 185ms
And Pass transport to carrier from auction details 1s 232ms
And Get mail "apolloautomattest@gmail.com" message from mailgun with "Nie otrzymano zlecenia" 2m 46s 432ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 226ms
After Hooks.cleanUserDetailsAfterTest() 401ms
View Feature Transport Transfer Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 258ms
And Prepare user "pskza1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 423ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 234ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-skz" 2s 145ms
And Get mail "apolloautomattest@gmail.com" message from mailgun with "Nowe zapytanie ofertowe" 5s 189ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 092ms
After Hooks.cleanUserDetailsAfterTest() 355ms
View Feature Pallet limit
Scenario Outline Verify that the error is visible after exceeding the pallet limit during create transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
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" 892ms
When Go to new transport "DELIVERY" 318ms
And Fill transport form 35s 501ms
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element 
...
is not clickable at point (897, 295). Other element would receive the click:

...

(Session info: headless chrome=91.0.4472.164) 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=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.1YQUm9}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.164, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}] Session ID: 075235dd08742315f635b0b165780c15 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49) at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164) at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586) at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:279) at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:83) at CucumberTests.Transport.Transport.selectValue(Transport.java:222) at CucumberTests.Transport.Transport.fillSelectInput(Transport.java:211) at CucumberTests.Transport.Transport.fillForm(Transport.java:166) at CucumberTests.Transport.CreateTransport.fillTransportForm(CreateTransport.java:184) at ✽.Fill transport form(file:Features/Atom/MaxPallet/MaxPallet.feature:8)
And Change filled value in details "number-of-pallets-step-0" "number" "1000000" "0" 000ms
And Click "save-transport" save button and wait for form to disappear 000ms
And Set advice window in schedule 000ms
Then Verify that the error is visible after exceeding the pallet limit 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Pallet limit
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 1s 016ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" 15s 390ms
And Go to "TRANSPORT_TABLE" 247ms
And Show all transport "false" 164ms
And Go to transport details "DELIVERY" 2s 418ms
And Change filled value in details "number-of-pallets-step-0" "number" "1000000" "0" 1s 397ms
And Click "save-transport" save button 702ms
Then Verify that the error is visible after exceeding the pallet limit 020ms
After Hooks.deleteTransportAfterTest() 130ms
View Feature Pallet limit
Scenario Outline Check if it is possible to create advice when pallet limit equals 1 [A-7073]
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-pgf" 094ms
And Prepare max pallet limit "1" in "Magazyn Łódź" 005ms
And Get inputs from database "CREATE_UNLOAD" "super-admin-pgf" 037ms
When Login as "pgf-admin" 1s 359ms
And Go to new transport "UNLOAD" 15s 287ms
And Fill transport form 28s 675ms
And Click "save-transport" save button and wait for form to disappear 30s 073ms
And Set advice window in schedule 2s 203ms
And Check is transport created in schedule and set transport id 546ms
And Go to "TRANSPORT_TABLE" 226ms
And Go to transport details "UNLOAD" 30s 378ms
Then Check are transport values equals 23s 361ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/MaxPallet/MaxPallet.feature:44)
After Hooks.deleteTransportAfterTest() 111ms
After Hooks.rollbackMaxPalletLimit() 001ms
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 "AWAITING_VERIFICATION" 057ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 15s 263ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 126ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 060ms
When Login as "super-admin-bausch" 1s 695ms
And Go to "TRANSPORT_TABLE" 210ms
And Click button advice in transport table "LOAD_EXPORT" 089ms
And Set advice window in schedule 2s 535ms
Then Check if "AAAA0000" MOT is NOT visible in advice form 15s 387ms
After Hooks.deleteTransportAfterTest() 063ms
After Hooks.deleteModeOfTransportationAfterTest() 057ms
View Feature Mode of transportation - Advice
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-bausch" 094ms
And Create default mode of transportation by API with "pba1-carrier" 073ms
And Set status of MOT to "DISABLED" 049ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 15s 217ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 085ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 054ms
When Login as "super-admin-bausch" 1s 181ms
And Go to "TRANSPORT_TABLE" 210ms
And Click button advice in transport table "LOAD_EXPORT" 085ms
And Set advice window in schedule 2s 534ms
Then Check if "AAAA0000" MOT is NOT visible in advice form 15s 385ms
After Hooks.deleteTransportAfterTest() 060ms
After Hooks.deleteModeOfTransportationAfterTest() 046ms
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" 060ms
And Set status of MOT to "ACCEPTED" 044ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 15s 212ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 085ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 058ms
When Login as "super-admin-bausch" 1s 107ms
And Go to "TRANSPORT_TABLE" 216ms
And Click button advice in transport table "LOAD_EXPORT" 098ms
And Set advice window in schedule 2s 541ms
Then Check if "AAAA0000" MOT can be selected in advice form 363ms
After Hooks.deleteTransportAfterTest() 068ms
After Hooks.deleteModeOfTransportationAfterTest() 050ms
View Feature Mode of transportation - Advice
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-bausch" 096ms
And Create default mode of transportation by API with "pba1-carrier" 065ms
And Set status of MOT to "UPDATED" 051ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 15s 260ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 100ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 056ms
When Login as "super-admin-bausch" 1s 044ms
And Go to "TRANSPORT_TABLE" 217ms
And Click button advice in transport table "LOAD_EXPORT" 088ms
And Set advice window in schedule 2s 500ms
Then Check if "AAAA0000" MOT can be selected in advice form 358ms
After Hooks.deleteTransportAfterTest() 064ms
After Hooks.deleteModeOfTransportationAfterTest() 047ms
View Feature Mode of transportation - Advice
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 095ms
And Create default mode of transportation by API with "pba1-carrier" 065ms
And Set status of MOT to "REJECTED" 044ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 15s 239ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 089ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 062ms
When Login as "super-admin-bausch" 1s 115ms
And Go to "TRANSPORT_TABLE" 216ms
And Click button advice in transport table "LOAD_EXPORT" 082ms
And Set advice window in schedule 2s 541ms
Then Check if "AAAA0000" MOT is visible in advice form 349ms
And Check if "AAAA0000" MOT cannot be selected in advice form 15s 157ms
After Hooks.deleteTransportAfterTest() 081ms
After Hooks.deleteModeOfTransportationAfterTest() 046ms
View Feature Mode of transportation - Advice
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-bausch" 109ms
And Create default mode of transportation by API with "pba1-carrier" 066ms
And Set status of MOT to "BLOCKED" 045ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 15s 246ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 079ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 059ms
When Login as "super-admin-bausch" 1s 125ms
And Go to "TRANSPORT_TABLE" 218ms
And Click button advice in transport table "LOAD_EXPORT" 089ms
And Set advice window in schedule 2s 517ms
Then Check if "AAAA0000" MOT is visible in advice form 362ms
And Check if "AAAA0000" MOT cannot be selected in advice form 15s 148ms
After Hooks.deleteTransportAfterTest() 072ms
After Hooks.deleteModeOfTransportationAfterTest() 053ms
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 043ms
When Get inputs from database "CREATE_TRANSPORT_ORDER" "super-admin-skz" 037ms
And Add transport by SKApi in "MGW" assigned to "" 175ms
And Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 6s 014ms
And Click button advice in transport table "TRANSPORT_ORDER" 089ms
And Set advice window in schedule 2s 509ms
And Get inputs from database "CREATE_ADVICE" "super-admin-skz" 037ms
And Fill advice form 16s 653ms
And Click advice save button and wait for advice form to disappear 30s 704ms
And Find transport in table with status "planned" 3s 283ms
And Confirm statuses until reach "left-the-factory" through SKAPI 31s 376ms
Then Check if transport has "left-the-factory" 019ms
After Hooks.deleteTransportAfterTest() 111ms
View Feature SK API - Creation of the Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Get inputs from database "CREATE_TRANSPORT_ORDER" "super-admin-skz" 038ms
And Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 189ms
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 215ms
And Go to "TRANSPORT_TABLE" 134ms
And Go to transport details "TRANSPORT_ORDER" 2s 369ms
Then Check are transport values equals 371ms
After Hooks.deleteTransportAfterTest() 084ms
View Feature SK API - Creation of the Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Get inputs from database "CREATE_CONTAINER" "super-admin-skz" 039ms
And Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 090ms
When Add transport by SKApi in "MGW" assigned to "" 003ms
Then Check is transport "CONTAINER" created in transport table and set transport id 6s 309ms
And Go to "TRANSPORT_TABLE" 113ms
And Go to transport details "CONTAINER" 2s 358ms
Then Check are transport values equals 298ms
After Hooks.deleteTransportAfterTest() 098ms
View Feature SK API - Creation of the Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Get inputs from database "CREATE_OWN_COLLECTION" "super-admin-skz" 051ms
And Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 056ms
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 333ms
And Go to "TRANSPORT_TABLE" 117ms
And Go to transport details "OWN_COLLECTION" 2s 375ms
Then Check are transport values equals 270ms
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) 000ms
Steps
Given Get inputs from database "CREATE_TRANSPORT_ORDER" "super-admin-skz" 039ms
And Login as "swisskrono-admin-10" and set token of apiUsername "super-admin-skz" 2s 032ms
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 219ms
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 Get inputs from database "CREATE_CONTAINER" "super-admin-skz" 038ms
And Login as "swisskrono-admin-10" and set token of apiUsername "super-admin-skz" 1s 213ms
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 297ms
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) 000ms
Steps
Given Get inputs from database "CREATE_OWN_COLLECTION" "super-admin-skz" 037ms
And Login as "swisskrono-admin-10" and set token of apiUsername "super-admin-skz" 1s 163ms
When Add transport by SKApi in "HRL" assigned to "" 002ms
Then Check is transport "OWN_COLLECTION" created in transport table and set transport id 1m 33s 285ms
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 Get inputs from database "CREATE_TRANSPORT_ORDER" "super-admin-skz" 038ms
And Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 210ms
And Set another client name "Pepsi" 000ms
When Add transport by SKApi in "MGW" assigned to "" 002ms
Then Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 6s 228ms
And Check client name in database "Pepsi" "TRANSPORT_ORDER" 028ms
After Hooks.deleteTransportAfterTest() 091ms
View Feature SK API - Creation of the Transport
Before Hooks.showScenarioName(Scenario) 000ms
Given Get inputs from database "CREATE_TRANSPORT_ORDER" "super-admin-skz" 038ms
And Login as "swisskrono-admin-10" and set token of apiUsername "super-admin-skz" 1s 036ms
When Add transport by SKApi in "" assigned to "" 003ms
Then Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 3s 209ms
And Go to "TRANSPORT_TABLE" 144ms
And Go to transport details "TRANSPORT_ORDER" 2s 381ms
Then Check if transport has warehouse "MGW" in step section "0" 026ms
After Hooks.deleteTransportAfterTest() 110ms
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-admin" and set token of apiUsername "super-admin-skz" 1s 075ms
And Prepare user "swisskrono-admin" details with all notifications and "" by JSON file 363ms
And Get inputs from database "CREATE_CONTAINER" "super-admin-skz" 039ms
And Add transport by SKApi in "MGW" assigned to "" 003ms
And Get inputs from database "CREATE_ADVICE" "super-admin-skz" 045ms
And Check is transport "CONTAINER" created in transport table and set transport id 6s 296ms
When Click button advice in transport table "CONTAINER" 090ms
And Set advice window in schedule 2s 518ms
And Fill advice form 16s 697ms
And Click advice save button and wait for advice form to disappear 30s 714ms
And Go to "TRANSPORT_TABLE" 154ms
And Go to transport details "CONTAINER" 2s 463ms
Then Check are advice values equals 4s 294ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.AdviceTransport.checkAdviceValues(AdviceTransport.java:145)
	at ✽.Check are advice values equals(file:Features/Atom/SK_API/SkApiTransportAdvice.feature:18)
After Hooks.deleteTransportAfterTest() 113ms
After Hooks.cleanUserDetailsAfterTest() 302ms
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-admin" and set token of apiUsername "super-admin-skz" 1s 818ms
And Prepare user "swisskrono-admin" details with all notifications and "" by JSON file 350ms
And Get inputs from database "CREATE_OWN_COLLECTION" "super-admin-skz" 037ms
And Add transport by SKApi in "MGW" assigned to "" 003ms
And Get inputs from database "CREATE_ADVICE" "super-admin-skz" 037ms
And Check is transport "OWN_COLLECTION" created in transport table and set transport id 6s 354ms
When Click button advice in transport table "OWN_COLLECTION" 095ms
And Set advice window in schedule 2s 525ms
And Fill advice form 16s 692ms
And Click advice save button and wait for advice form to disappear 30s 717ms
And Go to "TRANSPORT_TABLE" 185ms
And Go to transport details "OWN_COLLECTION" 2s 438ms
Then Check are advice values equals 4s 288ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.AdviceTransport.checkAdviceValues(AdviceTransport.java:145)
	at ✽.Check are advice values equals(file:Features/Atom/SK_API/SkApiTransportAdvice.feature:18)
After Hooks.deleteTransportAfterTest() 112ms
After Hooks.cleanUserDetailsAfterTest() 292ms
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-admin" and set token of apiUsername "super-admin-skz" 1s 798ms
And Prepare user "swisskrono-admin" details with all notifications and "" by JSON file 306ms
And Get inputs from database "CREATE_TRANSPORT_ORDER" "super-admin-skz" 037ms
And Add transport by SKApi in "MGW" assigned to "" 004ms
And Get inputs from database "CREATE_ADVICE" "super-admin-skz" 037ms
And Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 3s 810ms
When Click button advice in transport table "TRANSPORT_ORDER" 085ms
And Set advice window in schedule 2s 504ms
And Fill advice form 16s 680ms
And Click advice save button and wait for advice form to disappear 30s 741ms
And Go to "TRANSPORT_TABLE" 216ms
And Go to transport details "TRANSPORT_ORDER" 2s 444ms
Then Check are advice values equals 4s 282ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.AdviceTransport.checkAdviceValues(AdviceTransport.java:145)
	at ✽.Check are advice values equals(file:Features/Atom/SK_API/SkApiTransportAdvice.feature:18)
After Hooks.deleteTransportAfterTest() 086ms
After Hooks.cleanUserDetailsAfterTest() 279ms
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) 002ms
Steps
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 2s 032ms
And Prepare user "pskza1-carrier@qa.qa-test" details with all notifications and "" by JSON file 521ms
And Get inputs from database "CREATE_TRANSPORT_ORDER" "super-admin-skz" 036ms
And Add transport by SKApi in "MGW" assigned to "" 002ms
And Get inputs from database "CREATE_ADVICE" "super-admin-skz" 036ms
And Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 5s 823ms
When Click button advice in transport table "TRANSPORT_ORDER" 090ms
And Set advice window in schedule 2s 525ms
And Fill advice form 16s 694ms
And Click advice save button and wait for advice form to disappear 30s 669ms
And Go to "TRANSPORT_TABLE" 216ms
And Go to transport details "TRANSPORT_ORDER" 2s 412ms
Then Check are advice values equals 4s 306ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.AdviceTransport.checkAdviceValues(AdviceTransport.java:145)
	at ✽.Check are advice values equals(file:Features/Atom/SK_API/SkApiTransportAdvice.feature:18)
After Hooks.deleteTransportAfterTest() 115ms
After Hooks.cleanUserDetailsAfterTest() 360ms
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 785ms
And Prepare user "swisskrono-tradesman@qa.qa-test" details with all notifications and "automaty@test.pl" by JSON file 247ms
And Get inputs from database "CREATE_TRANSPORT_ORDER" "super-admin-skz" 038ms
And Add transport by SKApi in "MGW" assigned to "automaty@test.pl" 003ms
And Get inputs from database "CREATE_ADVICE" "super-admin-skz" 036ms
And Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 5s 884ms
When Click button advice in transport table "TRANSPORT_ORDER" 090ms
And Set advice window in schedule 30s 564ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.xpath: //div[contains(@class, 'success-alert')] (tried for 30 second(s) with 500 MILLISECONDS interval)
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:82)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231)
	at Pages.BasePage.checkElementIsVisible(BasePage.java:177)
	at CucumberTests.Transport.AdviceTransport.setAdviceWindowInSchedule(AdviceTransport.java:85)
	at ✽.Set advice window in schedule(file:Features/Atom/SK_API/SkApiTransportAdvice.feature:13)
Caused by: org.openqa.selenium.NoSuchElementException: Cannot locate an element using By.xpath: //div[contains(@class, 'success-alert')]
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: driver.version: unknown
	at org.openqa.selenium.support.ui.ExpectedConditions.lambda$findElement$0(ExpectedConditions.java:882)
	at java.util.Optional.orElseThrow(Optional.java:290)
	at org.openqa.selenium.support.ui.ExpectedConditions.findElement(ExpectedConditions.java:881)
	at org.openqa.selenium.support.ui.ExpectedConditions.access$000(ExpectedConditions.java:43)
	at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
	at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:208)
	at Pages.BasePage.checkElementIsVisible(BasePage.java:177)
	at CucumberTests.Transport.AdviceTransport.setAdviceWindowInSchedule(AdviceTransport.java:85)
	at sun.reflect.GeneratedMethodAccessor254.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at cucumber.runtime.Utils$1.call(Utils.java:26)
	at cucumber.runtime.Timeout.timeout(Timeout.java:16)
	at cucumber.runtime.Utils.invoke(Utils.java:20)
	at cucumber.runtime.java.JavaStepDefinition.execute(JavaStepDefinition.java:57)
	at cucumber.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:50)
	at cucumber.runner.TestStep.executeStep(TestStep.java:63)
	at cucumber.runner.TestStep.run(TestStep.java:49)
	at cucumber.runner.PickleStepTestStep.run(PickleStepTestStep.java:43)
	at cucumber.runner.TestCase.run(TestCase.java:45)
	at cucumber.runner.Runner.runPickle(Runner.java:40)
	at cucumber.runtime.junit.PickleRunners$WithStepDescriptions.run(PickleRunners.java:97)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:68)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:23)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:73)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:122)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:64)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at cucumber.api.junit.Cucumber$1.evaluate(Cucumber.java:131)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
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() 233ms
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 744ms
And Prepare user "swisskrono-admin" details with all notifications and "" by JSON file 342ms
And Get inputs from database "CREATE_OWN_COLLECTION" "super-admin-skz" 038ms
And Add transport by SKApi in "MGW" assigned to "" 003ms
And Get inputs from database "CREATE_ADVICE" "super-admin-skz" 037ms
And Check is transport "OWN_COLLECTION" created in transport table and set transport id 6s 381ms
When Click button advice in transport table "OWN_COLLECTION" 081ms
And Set advice window in schedule 2s 537ms
And Fill advice form 16s 684ms
And Click advice save button and wait for advice form to disappear 30s 716ms
And Go to "TRANSPORT_TABLE" 153ms
Then Check advice data in SK API database "OWN_COLLECTION" 142ms
After Hooks.deleteTransportAfterTest() 104ms
After Hooks.cleanUserDetailsAfterTest() 259ms
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 788ms
And Prepare user "swisskrono-admin" details with all notifications and "" by JSON file 340ms
And Get inputs from database "CREATE_CONTAINER" "super-admin-skz" 038ms
And Add transport by SKApi in "MGW" assigned to "" 004ms
And Get inputs from database "CREATE_ADVICE" "super-admin-skz" 037ms
And Check is transport "CONTAINER" created in transport table and set transport id 3s 317ms
When Click button advice in transport table "CONTAINER" 096ms
And Set advice window in schedule 2s 533ms
And Fill advice form 16s 610ms
And Click advice save button and wait for advice form to disappear 30s 681ms
And Go to "TRANSPORT_TABLE" 179ms
Then Check advice data in SK API database "CONTAINER" 084ms
After Hooks.deleteTransportAfterTest() 119ms
After Hooks.cleanUserDetailsAfterTest() 302ms
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) 000ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 802ms
And Prepare user "swisskrono-admin" details with all notifications and "" by JSON file 362ms
And Get inputs from database "CREATE_TRANSPORT_ORDER" "super-admin-skz" 039ms
And Add transport by SKApi in "MGW" assigned to "" 003ms
And Get inputs from database "CREATE_ADVICE" "super-admin-skz" 038ms
And Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 5s 778ms
When Click button advice in transport table "TRANSPORT_ORDER" 085ms
And Set advice window in schedule 2s 532ms
And Fill advice form 16s 702ms
And Click advice save button and wait for advice form to disappear 30s 759ms
And Go to "TRANSPORT_TABLE" 210ms
Then Check advice data in SK API database "TRANSPORT_ORDER" 040ms
After Hooks.deleteTransportAfterTest() 091ms
After Hooks.cleanUserDetailsAfterTest() 265ms
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) 000ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 640ms
And Prepare user "pskza1-carrier@qa.qa-test" details with all notifications and "" by JSON file 460ms
And Get inputs from database "CREATE_TRANSPORT_ORDER" "super-admin-skz" 038ms
And Add transport by SKApi in "MGW" assigned to "" 003ms
And Get inputs from database "CREATE_ADVICE" "super-admin-skz" 037ms
And Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 1s 143ms
When Click button advice in transport table "TRANSPORT_ORDER" 099ms
And Set advice window in schedule 2s 514ms
And Fill advice form 16s 596ms
And Click advice save button and wait for advice form to disappear 30s 746ms
And Go to "TRANSPORT_TABLE" 215ms
Then Check advice data in SK API database "TRANSPORT_ORDER" 037ms
After Hooks.deleteTransportAfterTest() 105ms
After Hooks.cleanUserDetailsAfterTest() 363ms
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-tradesman@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 937ms
And Prepare user "swisskrono-tradesman@qa.qa-test" details with all notifications and "automaty@test.pl" by JSON file 255ms
And Get inputs from database "CREATE_TRANSPORT_ORDER" "super-admin-skz" 036ms
And Add transport by SKApi in "MGW" assigned to "automaty@test.pl" 002ms
And Get inputs from database "CREATE_ADVICE" "super-admin-skz" 036ms
And Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 2s 903ms
When Click button advice in transport table "TRANSPORT_ORDER" 097ms
And Set advice window in schedule 2s 532ms
And Fill advice form 16s 598ms
And Click advice save button and wait for advice form to disappear 30s 698ms
And Go to "TRANSPORT_TABLE" 178ms
Then Check advice data in SK API database "TRANSPORT_ORDER" 091ms
After Hooks.deleteTransportAfterTest() 115ms
After Hooks.cleanUserDetailsAfterTest() 222ms
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 777ms
And Get inputs from database "CREATE_CONTAINER" "super-admin-skz" 036ms
And Add transport by SKApi in "MGW" assigned to "" 004ms
And Get inputs from database "CREATE_ADVICE" "super-admin-skz" 036ms
And Check is transport "CONTAINER" created in transport table and set transport id 3s 315ms
When Click button advice in transport table "CONTAINER" 095ms
And Set advice window in schedule in the past 2s 520ms
And Fill advice form 16s 721ms
And Click advice save button to check error message 095ms
Then Check if possible advice alert is displayed 017ms
After Hooks.deleteTransportAfterTest() 105ms
View Feature SK Api - Advice transport
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
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 112ms
And Get inputs from database "CREATE_OWN_COLLECTION" "super-admin-skz" 044ms
And Add transport by SKApi in "MGW" assigned to "" 002ms
And Get inputs from database "EDIT_ADVICE" "super-admin-skz" 042ms
And Check is transport "OWN_COLLECTION" created in transport table and set transport id 3s 390ms
And Create advice "CREATE_ADVICE" "OWN_COLLECTION" "super-admin-skz" 49s 981ms
And Go to "TRANSPORT_TABLE" 193ms
When Go to transport details "OWN_COLLECTION" 2s 445ms
And Expand advice panel 081ms
And Edit advice in transport details 16s 045ms
And Fill arrival date field 2s 241ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 121ms
Then Check advice data in database after edition "OWN_COLLECTION" 025ms
After Hooks.deleteTransportAfterTest() 102ms
View Feature SK Api - Advice transport
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
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 190ms
And Get inputs from database "CREATE_CONTAINER" "super-admin-skz" 039ms
And Add transport by SKApi in "MGW" assigned to "" 003ms
And Get inputs from database "EDIT_ADVICE" "super-admin-skz" 037ms
And Check is transport "CONTAINER" created in transport table and set transport id 3s 308ms
And Create advice "CREATE_ADVICE" "CONTAINER" "super-admin-skz" 49s 984ms
And Go to "TRANSPORT_TABLE" 172ms
When Go to transport details "CONTAINER" 2s 456ms
And Expand advice panel 098ms
And Edit advice in transport details 16s 026ms
And Fill arrival date field 2s 266ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 077ms
Then Check advice data in database after edition "CONTAINER" 036ms
After Hooks.deleteTransportAfterTest() 129ms
View Feature SK Api - Advice transport
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
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 141ms
And Get inputs from database "CREATE_TRANSPORT_ORDER" "super-admin-skz" 037ms
And Add transport by SKApi in "MGW" assigned to "" 003ms
And Get inputs from database "EDIT_ADVICE" "super-admin-skz" 036ms
And Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 1s 129ms
And Create advice "CREATE_ADVICE" "TRANSPORT_ORDER" "super-admin-skz" 49s 958ms
And Go to "TRANSPORT_TABLE" 211ms
When Go to transport details "TRANSPORT_ORDER" 2s 467ms
And Expand advice panel 089ms
And Edit advice in transport details 16s 048ms
And Fill arrival date field 2s 277ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 095ms
Then Check advice data in database after edition "TRANSPORT_ORDER" 027ms
After Hooks.deleteTransportAfterTest() 096ms
View Feature Schedule
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 325ms
And Create "CREATE_GRAY_WINDOW_TWG" window by JSON file for test as "super-admin-hochland" 032ms
And Create "CREATE_GRAY_WINDOW_OST" window by JSON file for test as "super-admin-hochland" 030ms
When Go to "WAREHOUSE_TAB" 747ms
And Select warehouse "Twarożkarnia wyrób gotowy" 1s 801ms
And Select view "DAYS_2" 2s 074ms
Then Check if gray window is in the schedule 2s 021ms
And Select warehouse "Opakowania, surowce twarożkarnia" 1s 245ms
And Select view "DAYS_2" 2s 045ms
And Check if gray window is in the schedule 2s 012ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteAllGrayWindowsAfterTest() 15s 138ms
View Feature Schedule
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "hochland-producer" and set token of apiUsername "super-admin-hochland" 2s 453ms
And Create "CREATE_GRAY_WINDOW_TWG" window by JSON file for test as "super-admin-hochland" 034ms
And Create "CREATE_GRAY_WINDOW_OST" window by JSON file for test as "super-admin-hochland" 030ms
When Go to "WAREHOUSE_TAB" 768ms
And Select warehouse "Twarożkarnia wyrób gotowy" 1s 780ms
And Select view "DAYS_2" 2s 083ms
Then Check if gray window is in the schedule 2s 020ms
And Select warehouse "Opakowania, surowce twarożkarnia" 1s 245ms
And Select view "DAYS_2" 2s 048ms
And Check if gray window is in the schedule 2s 013ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteAllGrayWindowsAfterTest() 15s 129ms
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 471ms
And Create "CREATE_GRAY_WINDOW_TWG" window by JSON file for test as "super-admin-hochland" 041ms
And Create "CREATE_GRAY_WINDOW_OST" window by JSON file for test as "super-admin-hochland" 033ms
When Go to "WAREHOUSE_TAB" 748ms
And Select warehouse "Twarożkarnia wyrób gotowy" 1s 890ms
And Select view "DAYS_2" 2s 062ms
Then Check if gray window is in the schedule 2s 020ms
And Select warehouse "Opakowania, surowce twarożkarnia" 1s 258ms
And Select view "DAYS_2" 2s 045ms
And Check if gray window is in the schedule 2s 014ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteAllGrayWindowsAfterTest() 15s 147ms
View Feature Schedule
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 141ms
And Create "CREATE_GRAY_WINDOW_MGW" window by JSON file for test as "super-admin-skz" 031ms
And Create "CREATE_GRAY_WINDOW_HRL" window by JSON file for test as "super-admin-skz" 031ms
When Go to "WAREHOUSE_TAB" 404ms
And Select warehouse "MGW" 1s 163ms
And Select view "DAYS_2" 2s 065ms
Then Check if gray window is in the schedule 2s 023ms
And Select warehouse "HRL" 1s 363ms
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 152ms
View Feature Schedule
Scenario Outline Check if used pallet limit in schedule changing properly with given pallet settings [A-7575]
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-neuca" 096ms
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" 140ms
And Set package type "PALLETS" settings with values: "visibleInContractorStep;visibleInWarehouseStep", "true;false" 126ms
When Login as "neuca-admin" 1s 505ms
And Go to new transport "DELIVERY" 317ms
And Fill transport form 22s 864ms
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element 
...
is not clickable at point (897, 295). Other element would receive the click:

...

(Session info: headless chrome=91.0.4472.164) 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=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.1YQUm9}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.164, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}] Session ID: 075235dd08742315f635b0b165780c15 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49) at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164) at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586) at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:279) at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:83) at CucumberTests.Transport.Transport.selectValue(Transport.java:222) at CucumberTests.Transport.Transport.fillSelectInput(Transport.java:211) at CucumberTests.Transport.Transport.fillForm(Transport.java:166) at CucumberTests.Transport.CreateTransport.fillTransportForm(CreateTransport.java:184) at ✽.Fill transport form(file:Features/Atom/Schedule/Schedule.feature:73)
And Get sum of pallets of "load" in transport form 000ms
And Click "save-transport" save button and wait for form to disappear 000ms
And Set advice window in schedule 000ms
And Check is transport created in schedule and set transport id 000ms
Then Verify if used pallet limit in schedule changed properly in "I" on "RT1" 000ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.rollbackPackageTypeTransportTypeSettings() 022ms
View Feature Schedule
Scenario Outline Check if used pallet limit in schedule changing properly with given pallet settings [A-7575]
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-neuca" 094ms
And Set "transport" inputs from JSON file "CREATE_DELIVERY_PALLETS_IN_COMPANY_STEP_ONLY" "super-admin-neuca" 001ms
And Get package type settings for transportType "DELIVERY" from "neuca" 016ms
And Set package type "PALLETS" settings with values: "visibleInContractorStep;visibleInWarehouseStep", "false;true" 038ms
When Login as "neuca-admin" 962ms
And Go to new transport "DELIVERY" 330ms
And Fill transport form 22s 814ms
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element 
...
is not clickable at point (905, 295). Other element would receive the click:

...

(Session info: headless chrome=91.0.4472.164) 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=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.1YQUm9}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.164, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}] Session ID: 075235dd08742315f635b0b165780c15 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49) at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164) at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586) at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:279) at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:83) at CucumberTests.Transport.Transport.selectValue(Transport.java:222) at CucumberTests.Transport.Transport.fillSelectInput(Transport.java:211) at CucumberTests.Transport.Transport.fillForm(Transport.java:166) at CucumberTests.Transport.CreateTransport.fillTransportForm(CreateTransport.java:184) at ✽.Fill transport form(file:Features/Atom/Schedule/Schedule.feature:73)
And Get sum of pallets of "unload" in transport form 000ms
And Click "save-transport" save button and wait for form to disappear 000ms
And Set advice window in schedule 000ms
And Check is transport created in schedule and set transport id 000ms
Then Verify if used pallet limit in schedule changed properly in "I" on "RT1" 000ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.rollbackPackageTypeTransportTypeSettings() 024ms
View Feature Schedule
Scenario Outline Check if used pallet limit in schedule changing properly with given pallet settings [A-7575]
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-neuca" 094ms
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" 017ms
And Set package type "PALLETS" settings with values: "visibleInContractorStep;visibleInWarehouseStep", "true;true" 040ms
When Login as "neuca-admin" 954ms
And Go to new transport "DELIVERY" 331ms
And Fill transport form 25s 502ms
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element 
...
is not clickable at point (905, 295). Other element would receive the click:

...

(Session info: headless chrome=91.0.4472.164) 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=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.1YQUm9}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.164, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}] Session ID: 075235dd08742315f635b0b165780c15 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49) at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164) at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586) at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:279) at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:83) at CucumberTests.Transport.Transport.selectValue(Transport.java:222) at CucumberTests.Transport.Transport.fillSelectInput(Transport.java:211) at CucumberTests.Transport.Transport.fillForm(Transport.java:166) at CucumberTests.Transport.CreateTransport.fillTransportForm(CreateTransport.java:184) at ✽.Fill transport form(file:Features/Atom/Schedule/Schedule.feature:73)
And Get sum of pallets of "unload" in transport form 000ms
And Click "save-transport" save button and wait for form to disappear 000ms
And Set advice window in schedule 000ms
And Check is transport created in schedule and set transport id 000ms
Then Verify if used pallet limit in schedule changed properly in "I" on "RT1" 000ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.rollbackPackageTypeTransportTypeSettings() 036ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 095ms
And Get custom field settings for "DELIVERY" transport type and "hochland" company 029ms
And Mark custom fields as not obligatory 417ms
And Login as "hochland-admin" 2s 167ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 375ms
When Find transport in table with status "advice-added" 3s 189ms
And Confirm statuses until reach "process-ended" 31s 592ms
Then Check if transport has "process-ended" 022ms
After Hooks.deleteTransportAfterTest() 110ms
After Hooks.rollbackAllCustomFieldsSettings() 552ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 002ms
Given Set token of apiUsername "super-admin-pgf" 091ms
And Get custom field settings for "UNLOAD" transport type and "pgf" company 035ms
And Mark custom fields as not obligatory 007ms
And Login as "pgf-admin" 1s 199ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" 15s 862ms
When Find transport in table with status "planned" 17s 218ms
And Confirm statuses until reach "process-ended" 10s 597ms
Then Check if transport has "process-ended" 022ms
After Hooks.deleteTransportAfterTest() 099ms
After Hooks.rollbackAllCustomFieldsSettings() 077ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-adama" 094ms
And Get custom field settings for "DELIVERY" transport type and "adama" company 019ms
And Mark custom fields as not obligatory 003ms
And Login as "adama-admin" 1s 432ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 1s 273ms
When Find transport in table with status "planned" 3s 231ms
And Confirm statuses until reach "process-ended" 23s 497ms
Then Check if transport has "process-ended" 026ms
After Hooks.deleteTransportAfterTest() 102ms
After Hooks.rollbackAllCustomFieldsSettings() 074ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-lantmannen" 096ms
And Get custom field settings for "DELIVERY" transport type and "lantmannen" company 016ms
And Mark custom fields as not obligatory 006ms
And Login as "lantmannen-admin" 1s 314ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 1s 305ms
When Find transport in table with status "potwierdzony" 3s 224ms
And Confirm statuses until reach "process-ended" 30s 935ms
Then Check if transport has "process-ended" 022ms
After Hooks.deleteTransportAfterTest() 074ms
After Hooks.rollbackAllCustomFieldsSettings() 003ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-lantmannen" 093ms
And Get custom field settings for "LOAD" transport type and "lantmannen" company 014ms
And Mark custom fields as not obligatory 005ms
And Login as "lantmannen-admin" 930ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 341ms
When Find transport in table with status "created" 3s 220ms
And Confirm statuses until reach "process-ended" 34s 673ms
Then Check if transport has "process-ended" 021ms
After Hooks.deleteTransportAfterTest() 078ms
After Hooks.rollbackAllCustomFieldsSettings() 004ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-keeeper" 095ms
And Get custom field settings for "UNLOAD" transport type and "keeeper" company 013ms
And Mark custom fields as not obligatory 086ms
And Login as "keeeper-admin" 1s 515ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 331ms
When Find transport in table with status "planned" 3s 203ms
And Confirm statuses until reach "process-ended" 30s 960ms
Then Check if transport has "process-ended" 027ms
After Hooks.deleteTransportAfterTest() 101ms
After Hooks.rollbackAllCustomFieldsSettings() 095ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-keeeper" 095ms
And Get custom field settings for "TANKER_GRANULATE_DELIVERY" transport type and "keeeper" company 020ms
And Mark custom fields as not obligatory 095ms
And Login as "keeeper-admin" 1s 525ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 335ms
When Find transport in table with status "planned" 3s 231ms
And Confirm statuses until reach "process-ended" 31s 015ms
Then Check if transport has "process-ended" 023ms
After Hooks.deleteTransportAfterTest() 080ms
After Hooks.rollbackAllCustomFieldsSettings() 097ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 972ms
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 106ms
When Accept or reject "accept" transferred transport 18s 024ms
And Get inputs from database "ADVICE_SMALLS" "super-admin-skz" 036ms
And Click button advice in transport table "SMALLS_IMPORT" 121ms
And Set advice window in schedule 2s 632ms
And Fill advice form 16s 605ms
And Click advice save button and wait for advice form to disappear 30s 742ms
And Check if window is "silver" 4s 033ms
And Go to "TRANSPORT_TABLE" 194ms
Then Check if transport has "process-ended" 211ms
After Hooks.deleteTransportAfterTest() 088ms
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 119ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 261ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 088ms
When Accept or reject "accept" transferred transport 18s 064ms
And Get inputs from database "ADVICE_SMALLS" "super-admin-skz" 037ms
And Click button advice in transport table "SMALLS_EXPORT" 109ms
And Set advice window in schedule 2s 646ms
And Fill advice form 16s 534ms
And Click advice save button and wait for advice form to disappear 30s 686ms
And Check if window is "silver" 4s 032ms
And Go to "TRANSPORT_TABLE" 207ms
Then Check if transport has "process-ended" 229ms
After Hooks.deleteTransportAfterTest() 110ms
View Feature Status confirmation
Scenario Outline Check if it is not possible to edit advice after reach specific status
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-hochland" 092ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "UPDATE_ADVICE" "CHECKPOINT_BASED" "ARRIVAL" 119ms
And Get custom field settings for "DELIVERY" transport type and "hochland" company 028ms
And Mark custom fields as not obligatory 399ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 393ms
When Login as "hochland-admin" 2s 461ms
And Find transport in table with status "advice-added" 3s 300ms
And Confirm statuses until reach "arrived" 5s 316ms
And Go to transport details "DELIVERY" 2s 634ms
Then Check if it is not possible to edit advice 15s 016ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//div[@data-field-name='phone-number-prefix']//input"}
  (Session info: headless chrome=91.0.4472.164)
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=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.1YQUm9}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.164, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 075235dd08742315f635b0b165780c15
*** Element info: {Using=xpath, value=//div[@data-field-name='phone-number-prefix']//input}
	at sun.reflect.GeneratedConstructorAccessor207.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 Pages.Transport.TransportFormPage.getAdviceInputList(TransportFormPage.java:151)
	at CucumberTests.Transport.AdviceTransport.checkIfItIsNotPossibleToEditAdvice(AdviceTransport.java:248)
	at ✽.Check if it is not possible to edit advice(file:Features/Atom/Statuses/ConfirmStatuses.feature:53)
After Hooks.deleteTransportAfterTest() 151ms
After Hooks.rollbackAllCustomFieldsSettings() 524ms
After Hooks.rollbackAddedActionAuthorities() 065ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 099ms
And Get custom field settings for "DELIVERY" transport type and "hochland" company 029ms
And Mark custom fields as not obligatory 381ms
And Login as "hochland-admin" 2s 300ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 401ms
When Find transport in table with status "advice-added" 3s 234ms
And Check if transport row is "blue" 3s 068ms
And Confirm statuses until reach "arrived" 4s 825ms
And Check if transport row is "green" 3s 062ms
And Confirm statuses until reach "during-unload" 5s 243ms
Then Check if transport row is "orange" 3s 086ms
And Confirm statuses until reach "unloaded" 5s 274ms
Then Check if transport row is "darkgoldenrod" 3s 057ms
And Confirm statuses until reach "process-ended" 19s 762ms
Then Check if transport row is "silver" 3s 079ms
After Hooks.deleteTransportAfterTest() 119ms
After Hooks.rollbackAllCustomFieldsSettings() 484ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-piast" 095ms
And Get custom field settings for "DELIVERY" transport type and "piast" company 035ms
And Mark custom fields as not obligatory 007ms
And Login as "piast-admin" 1s 488ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 203ms
And Get inputs from database "ADVICE_DELIVERY" "super-admin-piast" 036ms
And Show all transport types 1s 043ms
And Click button advice in transport table "DELIVERY" 098ms
And Set advice window in schedule 2s 545ms
And Fill advice form 10s 484ms
And Click advice save button and wait for advice form to disappear 30s 779ms
And Go to "TRANSPORT_TABLE" 222ms
And Find transport in table with status "advice-added" 3s 194ms
And Confirm statuses until reach "left-the-area" 24s 529ms
Then Check if next status is not possible to confirm 107ms
After Hooks.deleteTransportAfterTest() 103ms
After Hooks.rollbackAllCustomFieldsSettings() 593ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-piast" 097ms
And Get custom field settings for "LOAD" transport type and "piast" company 037ms
And Mark custom fields as not obligatory 006ms
And Login as "piast-admin" 1s 521ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 183ms
And Get inputs from database "ADVICE_LOAD" "super-admin-piast" 036ms
And Show all transport types 1s 037ms
And Click button advice in transport table "LOAD" 107ms
And Set advice window in schedule 2s 543ms
And Fill advice form 10s 432ms
And Click advice save button and wait for advice form to disappear 30s 686ms
And Go to "TRANSPORT_TABLE" 177ms
And Find transport in table with status "advice-added" 3s 223ms
And Confirm statuses until reach "left-the-area" 25s 042ms
Then Check if next status is not possible to confirm 105ms
After Hooks.deleteTransportAfterTest() 097ms
After Hooks.rollbackAllCustomFieldsSettings() 613ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-piast" 096ms
And Get custom field settings for "DELIVERY" transport type and "piast" company 028ms
And Mark custom fields as not obligatory 008ms
And Login as "piast-admin" 1s 539ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 178ms
And Get inputs from database "ADVICE_DELIVERY" "super-admin-piast" 039ms
And Show all transport types 1s 040ms
And Click button advice in transport table "DELIVERY" 103ms
And Set advice window in schedule 2s 562ms
And Fill advice form 10s 484ms
And Click advice save button and wait for advice form to disappear 30s 746ms
And Go to "TRANSPORT_TABLE" 234ms
And Find transport in table with status "advice-added" 3s 202ms
When Add file to transport by API 618ms
And Confirm statuses until reach "process-ended" 44s 291ms
Then Check if transport has "process-ended" 023ms
After Hooks.deleteTransportAfterTest() 109ms
After Hooks.rollbackAllCustomFieldsSettings() 555ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-piast" 098ms
And Get custom field settings for "LOAD" transport type and "piast" company 040ms
And Mark custom fields as not obligatory 009ms
And Login as "piast-admin" 1s 521ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 202ms
And Get inputs from database "ADVICE_LOAD" "super-admin-piast" 037ms
And Show all transport types 1s 036ms
And Click button advice in transport table "LOAD" 107ms
And Set advice window in schedule 2s 570ms
And Fill advice form 10s 470ms
And Click advice save button and wait for advice form to disappear 30s 674ms
And Go to "TRANSPORT_TABLE" 180ms
And Find transport in table with status "advice-added" 3s 221ms
When Add file to transport by API 297ms
And Confirm statuses until reach "process-ended" 29s 270ms
Then Check if transport has "process-ended" 026ms
After Hooks.deleteTransportAfterTest() 105ms
After Hooks.rollbackAllCustomFieldsSettings() 657ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 090ms
And Get custom field settings for "TRANSFER_BETWEEN_WAREHOUSES" transport type and "hochland" company 028ms
And Mark custom fields as not obligatory 651ms
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 159ms
And Set "advice" inputs from JSON file "ADVICE_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 001ms
And Login as "hochland-admin" 2s 407ms
And Show all transport types 1s 060ms
And Click button advice in transport table "TRANSFER_BETWEEN_WAREHOUSES" 108ms
And Set advice window in schedule 6s 450ms
And Fill advice form 15s 390ms
And Click advice save button and wait for advice form to disappear 30s 714ms
And Go to "TRANSPORT_TABLE" 196ms
And Find transport in table with status "advice-added" 3s 221ms
And Confirm statuses until reach "during-load" 9s 112ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 257ms
And Check if next status is not possible to confirm in status confirmation modal 113ms
After Hooks.deleteTransportAfterTest() 101ms
After Hooks.rollbackAllCustomFieldsSettings() 709ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-keeeper" 104ms
And Get custom field settings for "LOAD" transport type and "keeeper" company 018ms
And Mark custom fields as not obligatory 094ms
And Set custom field "Spełnienie warunków sanitarno-technicznych" with "EDIT_LOAD_SANITARY_CONDITIONS_CFD" in "LOAD" - "keeeper" by "super-admin-keeeper" 028ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 151ms
And Set "advice" inputs from JSON file "ADVICE_LOAD" "super-admin-keeeper" 001ms
And Login as "keeeper-admin" 1s 540ms
And Show all transport types 1s 135ms
And Click button advice in transport table "LOAD" 101ms
And Set advice window in schedule 2s 438ms
And Fill advice form 15s 334ms
And Click advice save button and wait for advice form to disappear 30s 724ms
And Go to "TRANSPORT_TABLE" 193ms
And Find transport in table with status "advice-added" 3s 245ms
And Confirm statuses until reach "arrived" 4s 805ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 213ms
And Check if next status is not possible to confirm in status confirmation modal 097ms
After Hooks.deleteTransportAfterTest() 079ms
After Hooks.rollbackAllCustomFieldsSettings() 145ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-keeeper" 097ms
And Get custom field settings for "CONTAINER" transport type and "keeeper" company 022ms
And Mark custom fields as not obligatory 123ms
And Set custom field "Spełnienie warunków sanitarno-technicznych" with "EDIT_CONTAINER_SANITARY_CONDITIONS_CFD" in "CONTAINER" - "keeeper" by "super-admin-keeeper" 034ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 181ms
And Set "advice" inputs from JSON file "ADVICE_CONTAINER" "super-admin-keeeper" 001ms
And Login as "keeeper-admin" 1s 470ms
And Show all transport types 1s 061ms
And Click button advice in transport table "CONTAINER" 100ms
And Set advice window in schedule 2s 421ms
And Fill advice form 15s 268ms
And Click advice save button and wait for advice form to disappear 30s 718ms
And Go to "TRANSPORT_TABLE" 188ms
And Find transport in table with status "advice-added" 3s 237ms
And Confirm statuses until reach "arrived" 4s 805ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 225ms
And Check if next status is not possible to confirm in status confirmation modal 105ms
After Hooks.deleteTransportAfterTest() 102ms
After Hooks.rollbackAllCustomFieldsSettings() 151ms
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 020ms
And Mark custom fields as not obligatory 084ms
And Set custom field "Spełnienie warunków sanitarno-technicznych" with "EDIT_DELIVERY_SANITARY_CONDITIONS_CFD" in "UNLOAD" - "keeeper" by "super-admin-keeeper" 032ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 301ms
And Login as "keeeper-admin" 1s 648ms
And Go to "TRANSPORT_TABLE" 110ms
And Find transport in table with status "planned" 3s 176ms
And Confirm statuses until reach "arrived" 4s 802ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 226ms
And Check if next status is not possible to confirm in status confirmation modal 074ms
After Hooks.deleteTransportAfterTest() 092ms
After Hooks.rollbackAllCustomFieldsSettings() 082ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-keeeper" 088ms
And Get custom field settings for "TANKER_GRANULATE_DELIVERY" transport type and "keeeper" company 017ms
And Mark custom fields as not obligatory 083ms
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" 025ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 329ms
And Login as "keeeper-admin" 1s 413ms
And Go to "TRANSPORT_TABLE" 122ms
And Find transport in table with status "planned" 3s 178ms
And Confirm statuses until reach "arrived" 4s 803ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 233ms
And Check if next status is not possible to confirm in status confirmation modal 074ms
After Hooks.deleteTransportAfterTest() 092ms
After Hooks.rollbackAllCustomFieldsSettings() 125ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 096ms
And Get custom field settings for "DELIVERY" transport type and "hochland" company 030ms
And Mark custom fields as not obligatory 392ms
And Set custom field "Magazynier" with "EDIT_DELIVERY_WAREHOUSEMAN_CFD" in "DELIVERY" - "hochland" by "super-admin-hochland" 138ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 431ms
And Login as "hochland-admin" 2s 260ms
And Go to "TRANSPORT_TABLE" 196ms
And Find transport in table with status "advice-added" 3s 208ms
And Confirm statuses until reach "during-unload" 9s 037ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 265ms
And Check if next status is not possible to confirm in status confirmation modal 267ms
After Hooks.deleteTransportAfterTest() 137ms
After Hooks.rollbackAllCustomFieldsSettings() 530ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-keeeper" 104ms
And Get custom field settings for "LOAD" transport type and "keeeper" company 020ms
And Mark custom fields as not obligatory 117ms
And Set "advice" inputs from JSON file "ADVICE_LOAD" "super-admin-keeeper" 001ms
And Set custom field "Spełnienie warunków sanitarno-technicznych" with "EDIT_LOAD_SANITARY_CONDITIONS_CFD" in "LOAD" - "keeeper" by "super-admin-keeeper" 026ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 181ms
And Login as "keeeper-admin" 1s 528ms
And Show all transport types 1s 139ms
And Click button advice in transport table "LOAD" 090ms
And Set advice window in schedule 2s 434ms
And Fill advice form 15s 235ms
And Click advice save button and wait for advice form to disappear 30s 744ms
And Go to "TRANSPORT_TABLE" 163ms
And Find transport in table with status "advice-added" 3s 213ms
When Confirm statuses until reach "arrived" 4s 805ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 207ms
And Check if next status is not possible to confirm in status confirmation modal 081ms
And Set "transport" inputs from JSON file "EDIT_LOAD" "super-admin-keeeper" 002ms
And Click cancel in status confirmation modal 15s 140ms
And Go to transport details "LOAD" 2s 352ms
And Open section: "advice-panel" 1s 053ms
And Fill transport form 25s 857ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 123ms
And Go to transport details "LOAD" 2s 328ms
And Open section: "advice-panel" 1s 058ms
And Fill "meeting-sanitary-and-technical-conditions" in transport form 30s 270ms
And Confirm statuses until reach "process-ended" 27s 230ms
Then Check if transport has "process-ended" 025ms
After Hooks.deleteTransportAfterTest() 110ms
After Hooks.rollbackAllCustomFieldsSettings() 139ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-keeeper" 094ms
And Get custom field settings for "CONTAINER" transport type and "keeeper" company 018ms
And Mark custom fields as not obligatory 098ms
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" 028ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 187ms
And Login as "keeeper-admin" 1s 566ms
And Show all transport types 1s 063ms
And Click button advice in transport table "CONTAINER" 102ms
And Set advice window in schedule 2s 420ms
And Fill advice form 15s 231ms
And Click advice save button and wait for advice form to disappear 30s 718ms
And Go to "TRANSPORT_TABLE" 178ms
And Find transport in table with status "advice-added" 3s 223ms
When Confirm statuses until reach "arrived" 4s 828ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 229ms
And Check if next status is not possible to confirm in status confirmation modal 079ms
And Set "transport" inputs from JSON file "EDIT_CONTAINER" "super-admin-keeeper" 001ms
And Click cancel in status confirmation modal 15s 172ms
And Go to transport details "CONTAINER" 2s 369ms
And Open section: "advice-panel" 1s 057ms
And Fill transport form 25s 933ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 110ms
And Go to transport details "CONTAINER" 2s 405ms
And Open section: "advice-panel" 1s 059ms
And Fill "meeting-sanitary-and-technical-conditions" in transport form 30s 263ms
And Confirm statuses until reach "process-ended" 27s 183ms
Then Check if transport has "process-ended" 026ms
After Hooks.deleteTransportAfterTest() 108ms
After Hooks.rollbackAllCustomFieldsSettings() 140ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 094ms
And Get custom field settings for "TRANSFER_BETWEEN_WAREHOUSES" transport type and "hochland" company 037ms
And Mark custom fields as not obligatory 705ms
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" 049ms
And Create transport "CREATE_TRANSFER_BETWEEN_WAREHOUSES" by JSON file as "super-admin-hochland" 1s 193ms
And Login as "hochland-admin" 2s 337ms
And Show all transport types 1s 061ms
And Click button advice in transport table "TRANSFER_BETWEEN_WAREHOUSES" 108ms
And Set advice window in schedule 6s 447ms
And Fill advice form 15s 225ms
And Click advice save button and wait for advice form to disappear 30s 693ms
And Go to "TRANSPORT_TABLE" 188ms
And Find transport in table with status "advice-added" 3s 216ms
When Confirm statuses until reach "during-load" 9s 588ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 262ms
And Check if next status is not possible to confirm in status confirmation modal 113ms
And Set "transport" inputs from JSON file "EDIT_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 001ms
And Click cancel in status confirmation modal 15s 151ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 471ms
And Open section: "advice-panel" 1s 059ms
And Fill transport form 36s 006ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 120ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 608ms
And Open section: "advice-panel" 1s 059ms
And Fill "warehouseman-(u)" in transport form 30s 305ms
And Confirm statuses until reach "process-ended" 39s 002ms
Then Check if transport has "process-ended" 024ms
After Hooks.deleteTransportAfterTest() 162ms
After Hooks.rollbackAllCustomFieldsSettings() 699ms
View Feature Status confirmation
Scenario Outline Check if it is possible to confirm statuses when there is customFields blockade and conditions are fulfilled - without advice step
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-keeeper" 093ms
And Get custom field settings for "UNLOAD" transport type and "keeeper" company 019ms
And Mark custom fields as not obligatory 085ms
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" 030ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 355ms
And Login as "keeeper-admin" 1s 610ms
And Go to "TRANSPORT_TABLE" 113ms
And Find transport in table with status "planned" 3s 190ms
When Confirm statuses until reach "arrived" 4s 800ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 249ms
And Check if next status is not possible to confirm in status confirmation modal 102ms
And Click cancel in status confirmation modal 15s 127ms
And Go to transport details "UNLOAD" 2s 400ms
And Fill transport form 40s 297ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//li//span[text()='22'] | //li[text()='22' and @role='option']"}
  (Session info: headless chrome=91.0.4472.164)
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=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.1YQUm9}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.164, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 075235dd08742315f635b0b165780c15
*** Element info: {Using=xpath, value=//li//span[text()='22'] | //li[text()='22' and @role='option']}
	at sun.reflect.GeneratedConstructorAccessor207.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 CucumberTests.Transport.Transport.selectValue(Transport.java:226)
	at CucumberTests.Transport.Transport.fillSelectInput(Transport.java:211)
	at CucumberTests.Transport.Transport.fillForm(Transport.java:166)
	at CucumberTests.Transport.CreateTransport.fillTransportForm(CreateTransport.java:184)
	at ✽.Fill transport form(file:Features/Atom/Statuses/ConfirmStatuses.feature:221)
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Confirm statuses until reach "process-ended" 000ms
Then Check if transport has "process-ended" 000ms
After Hooks.deleteTransportAfterTest() 110ms
After Hooks.rollbackAllCustomFieldsSettings() 088ms
View Feature Status confirmation
Scenario Outline Check if it is possible to confirm statuses when there is customFields blockade and conditions are fulfilled - without advice step
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-keeeper" 093ms
And Get custom field settings for "TANKER_GRANULATE_DELIVERY" transport type and "keeeper" company 020ms
And Mark custom fields as not obligatory 082ms
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" 026ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 384ms
And Login as "keeeper-admin" 1s 425ms
And Go to "TRANSPORT_TABLE" 124ms
And Find transport in table with status "planned" 3s 214ms
When Confirm statuses until reach "arrived" 4s 814ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 236ms
And Check if next status is not possible to confirm in status confirmation modal 109ms
And Click cancel in status confirmation modal 15s 130ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 461ms
And Fill transport form 40s 351ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//li//span[text()='22'] | //li[text()='22' and @role='option']"}
  (Session info: headless chrome=91.0.4472.164)
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=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.1YQUm9}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.164, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 075235dd08742315f635b0b165780c15
*** Element info: {Using=xpath, value=//li//span[text()='22'] | //li[text()='22' and @role='option']}
	at sun.reflect.GeneratedConstructorAccessor207.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 CucumberTests.Transport.Transport.selectValue(Transport.java:226)
	at CucumberTests.Transport.Transport.fillSelectInput(Transport.java:211)
	at CucumberTests.Transport.Transport.fillForm(Transport.java:166)
	at CucumberTests.Transport.CreateTransport.fillTransportForm(CreateTransport.java:184)
	at ✽.Fill transport form(file:Features/Atom/Statuses/ConfirmStatuses.feature:221)
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Confirm statuses until reach "process-ended" 000ms
Then Check if transport has "process-ended" 000ms
After Hooks.deleteTransportAfterTest() 132ms
After Hooks.rollbackAllCustomFieldsSettings() 120ms
View Feature Status confirmation
Scenario Outline Check if it is possible to confirm statuses when there is customFields blockade and conditions are fulfilled - without advice step
Before Hooks.showScenarioName(Scenario) 001ms
Steps
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 396ms
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" 100ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 442ms
And Login as "hochland-admin" 2s 388ms
And Go to "TRANSPORT_TABLE" 230ms
And Find transport in table with status "advice-added" 3s 207ms
When Confirm statuses until reach "during-unload" 8s 556ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 417ms
And Check if next status is not possible to confirm in status confirmation modal 084ms
And Click cancel in status confirmation modal 15s 160ms
And Go to transport details "DELIVERY" 2s 492ms
And Fill transport form 38s 307ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//li//span[text()='22'] | //li[text()='22' and @role='option']"}
  (Session info: headless chrome=91.0.4472.164)
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=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.1YQUm9}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.164, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 075235dd08742315f635b0b165780c15
*** Element info: {Using=xpath, value=//li//span[text()='22'] | //li[text()='22' and @role='option']}
	at sun.reflect.GeneratedConstructorAccessor207.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 CucumberTests.Transport.Transport.selectValue(Transport.java:226)
	at CucumberTests.Transport.Transport.fillSelectInput(Transport.java:211)
	at CucumberTests.Transport.Transport.fillForm(Transport.java:166)
	at CucumberTests.Transport.CreateTransport.fillTransportForm(CreateTransport.java:184)
	at ✽.Fill transport form(file:Features/Atom/Statuses/ConfirmStatuses.feature:221)
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Confirm statuses until reach "process-ended" 000ms
Then Check if transport has "process-ended" 000ms
After Hooks.deleteTransportAfterTest() 093ms
After Hooks.rollbackAllCustomFieldsSettings() 510ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-skd" 094ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 1s 299ms
And Confirm status "REPORTING" by Public API "v1" 080ms
And Confirm status "ARRIVAL" by Public API "v1" 149ms
And Login as "swiss-krono-delivery-guard" 1s 232ms
And Go to "TRANSPORT_TABLE" 181ms
When Confirm "Departure" status in transport row 054ms
Then Verify that "Departure" has been confirmed 323ms
After Hooks.deleteTransportAfterTest() 129ms
View Feature Status confirmation
Scenario Outline Check if it is possible to confirm next status in transport details on transport details reopen after filling blockade customfields and not saving changes - without advice step
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-keeeper" 093ms
And Get custom field settings for "UNLOAD" transport type and "keeeper" company 020ms
And Mark custom fields as not obligatory 081ms
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 297ms
When Login as "keeeper-admin" 1s 477ms
And Find transport in table with status "planned" 3s 215ms
And Confirm statuses until reach "arrived" 4s 828ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 223ms
And Check if next status is not possible to confirm in status confirmation modal 108ms
And Click cancel in status confirmation modal 15s 112ms
And Go to transport details "UNLOAD" 2s 404ms
And Fill transport form 40s 226ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//li//span[text()='22'] | //li[text()='22' and @role='option']"}
  (Session info: headless chrome=91.0.4472.164)
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=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.1YQUm9}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.164, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 075235dd08742315f635b0b165780c15
*** Element info: {Using=xpath, value=//li//span[text()='22'] | //li[text()='22' and @role='option']}
	at sun.reflect.GeneratedConstructorAccessor207.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 CucumberTests.Transport.Transport.selectValue(Transport.java:226)
	at CucumberTests.Transport.Transport.fillSelectInput(Transport.java:211)
	at CucumberTests.Transport.Transport.fillForm(Transport.java:166)
	at CucumberTests.Transport.CreateTransport.fillTransportForm(CreateTransport.java:184)
	at ✽.Fill transport form(file:Features/Atom/Statuses/ConfirmStatuses.feature:263)
Then Check if confirm status modal appeared on confirming next status in transport "details" 000ms
And Check if next status is not possible to confirm in status confirmation modal 000ms
After Hooks.deleteTransportAfterTest() 102ms
After Hooks.rollbackAllCustomFieldsSettings() 089ms
View Feature Status confirmation
Scenario Outline Check if it is possible to confirm next status in transport details on transport details reopen after filling blockade customfields and not saving changes - without advice step
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Set token of apiUsername "super-admin-keeeper" 094ms
And Get custom field settings for "TANKER_GRANULATE_DELIVERY" transport type and "keeeper" company 019ms
And Mark custom fields as not obligatory 083ms
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" 026ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 374ms
When Login as "keeeper-admin" 1s 483ms
And Find transport in table with status "planned" 3s 259ms
And Confirm statuses until reach "arrived" 4s 798ms
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 081ms
And Click cancel in status confirmation modal 15s 145ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 448ms
And Fill transport form 40s 302ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//li//span[text()='22'] | //li[text()='22' and @role='option']"}
  (Session info: headless chrome=91.0.4472.164)
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=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.1YQUm9}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.164, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 075235dd08742315f635b0b165780c15
*** Element info: {Using=xpath, value=//li//span[text()='22'] | //li[text()='22' and @role='option']}
	at sun.reflect.GeneratedConstructorAccessor207.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 CucumberTests.Transport.Transport.selectValue(Transport.java:226)
	at CucumberTests.Transport.Transport.fillSelectInput(Transport.java:211)
	at CucumberTests.Transport.Transport.fillForm(Transport.java:166)
	at CucumberTests.Transport.CreateTransport.fillTransportForm(CreateTransport.java:184)
	at ✽.Fill transport form(file:Features/Atom/Statuses/ConfirmStatuses.feature:263)
Then Check if confirm status modal appeared on confirming next status in transport "details" 000ms
And Check if next status is not possible to confirm in status confirmation modal 000ms
After Hooks.deleteTransportAfterTest() 121ms
After Hooks.rollbackAllCustomFieldsSettings() 116ms
View Feature Status confirmation
Scenario Outline Check if it is possible to confirm next status in transport details on transport details reopen after filling blockade customfields and not saving changes - without advice step
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Set token of apiUsername "super-admin-hochland" 091ms
And Get custom field settings for "DELIVERY" transport type and "hochland" company 030ms
And Mark custom fields as not obligatory 395ms
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" 083ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 366ms
When Login as "hochland-admin" 2s 347ms
And Find transport in table with status "advice-added" 3s 283ms
And Confirm statuses until reach "during-unload" 8s 548ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 426ms
And Check if next status is not possible to confirm in status confirmation modal 107ms
And Click cancel in status confirmation modal 15s 158ms
And Go to transport details "DELIVERY" 2s 422ms
And Fill transport form 38s 324ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//li//span[text()='22'] | //li[text()='22' and @role='option']"}
  (Session info: headless chrome=91.0.4472.164)
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=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.1YQUm9}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.164, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 075235dd08742315f635b0b165780c15
*** Element info: {Using=xpath, value=//li//span[text()='22'] | //li[text()='22' and @role='option']}
	at sun.reflect.GeneratedConstructorAccessor207.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 CucumberTests.Transport.Transport.selectValue(Transport.java:226)
	at CucumberTests.Transport.Transport.fillSelectInput(Transport.java:211)
	at CucumberTests.Transport.Transport.fillForm(Transport.java:166)
	at CucumberTests.Transport.CreateTransport.fillTransportForm(CreateTransport.java:184)
	at ✽.Fill transport form(file:Features/Atom/Statuses/ConfirmStatuses.feature:263)
Then Check if confirm status modal appeared on confirming next status in transport "details" 000ms
And Check if next status is not possible to confirm in status confirmation modal 000ms
After Hooks.deleteTransportAfterTest() 091ms
After Hooks.rollbackAllCustomFieldsSettings() 427ms
View Feature Status confirmation
Scenario Outline Check if it is possible to confirm status with given confirmation date [A-7159]
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Set token of apiUsername "super-admin-bausch" 092ms
And Get custom field settings for "LOAD_EXPORT" transport type and "bausch" company 027ms
And Mark custom fields as not obligatory 111ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 392ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 1s 277ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 091ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 061ms
When Create advice by JSON file "CREATE_ADVICE_FOR_LOAD_EXPORT" as "super-admin-bausch" 831ms
And Login as "bausch-admin" 1s 735ms
And Go to "TRANSPORT_TABLE" 147ms
And Find transport in table with status "advice-added" 3s 192ms
And Confirm statuses until reach "on-the-way" 825ms
org.openqa.selenium.UnhandledAlertException: unexpected alert open: {Alert text : Status potwierdzony przed czasem}
  (Session info: headless chrome=91.0.4472.164): Status potwierdzony przed czasem
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=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.1YQUm9}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.164, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 075235dd08742315f635b0b165780c15
*** Element info: {Using=xpath, value=//button[@class='btn btn-sm btn-primary btn-wide']}
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:118)
	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.findElements(RemoteWebDriver.java:383)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementsByXPath(RemoteWebDriver.java:462)
	at org.openqa.selenium.By$ByXPath.findElements(By.java:356)
	at org.openqa.selenium.remote.RemoteWebDriver.findElements(RemoteWebDriver.java:344)
	at org.openqa.selenium.support.ui.ExpectedConditions.findElement(ExpectedConditions.java:881)
	at org.openqa.selenium.support.ui.ExpectedConditions.access$000(ExpectedConditions.java:43)
	at org.openqa.selenium.support.ui.ExpectedConditions$20.apply(ExpectedConditions.java:579)
	at org.openqa.selenium.support.ui.ExpectedConditions$20.apply(ExpectedConditions.java:575)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:208)
	at Pages.BasePage.waitUntilElementDisappear(BasePage.java:215)
	at Pages.Transport.TransportsPage.confirmNextStatus(TransportsPage.java:301)
	at Pages.Transport.TransportsPage.confirmStatuses(TransportsPage.java:290)
	at CucumberTests.StatusTests.ConfirmStatuses.confirmStatusesUntilReach(ConfirmStatuses.java:84)
	at ✽.Confirm statuses until reach "on-the-way"(file:Features/Atom/Statuses/ConfirmStatuses.feature:305)
When Open statuses popup 000ms
And Toggle status date confirmation checkbox 000ms
And Confirm statuses until reach "process-ended" 000ms
Then Check if transport has "process-ended" 000ms
After Hooks.deleteTransportAfterTest() 105ms
After Hooks.rollbackAllCustomFieldsSettings() 277ms
After Hooks.deleteModeOfTransportationAfterTest() 061ms
View Feature Status confirmation
Scenario Outline Check if it is not possible to confirm status with invalid confirmation date [A-7159]
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Set token of apiUsername "super-admin-bausch" 093ms
And Get custom field settings for "LOAD_EXPORT" transport type and "bausch" company 024ms
And Mark custom fields as not obligatory 089ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 229ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 1s 223ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 084ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 051ms
When Create advice by JSON file "CREATE_ADVICE_FOR_LOAD_EXPORT" as "super-admin-bausch" 794ms
And Login as "bausch-admin" 1s 639ms
And Go to "TRANSPORT_TABLE" 129ms
And Find transport in table with status "advice-added" 3s 175ms
And Confirm statuses until reach "on-the-way" 306ms
org.openqa.selenium.UnhandledAlertException: unexpected alert open: {Alert text : Status potwierdzony przed czasem}
  (Session info: headless chrome=91.0.4472.164): Status potwierdzony przed czasem
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=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.1YQUm9}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.164, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 075235dd08742315f635b0b165780c15
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:118)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586)
	at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:279)
	at org.openqa.selenium.remote.RemoteWebElement.getAttribute(RemoteWebElement.java:128)
	at Utils.StatusUtil.waitUntilAttributeOfWebElementChangeValue(StatusUtil.java:38)
	at Pages.Transport.TransportsPage.confirmNextStatus(TransportsPage.java:303)
	at Pages.Transport.TransportsPage.confirmStatuses(TransportsPage.java:290)
	at CucumberTests.StatusTests.ConfirmStatuses.confirmStatusesUntilReach(ConfirmStatuses.java:84)
	at ✽.Confirm statuses until reach "on-the-way"(file:Features/Atom/Statuses/ConfirmStatuses.feature:327)
And Open statuses popup 000ms
And Toggle status date confirmation checkbox 000ms
And Change status execution date to "1" days from today 000ms
Then Verify that status cannot be confirmed 000ms
After Hooks.deleteTransportAfterTest() 086ms
After Hooks.rollbackAllCustomFieldsSettings() 333ms
After Hooks.deleteModeOfTransportationAfterTest() 064ms
View Feature Status confirmation
Scenario Outline Check if it is not possible to confirm status with invalid confirmation date [A-7159]
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-bausch" 094ms
And Get custom field settings for "LOAD_EXPORT" transport type and "bausch" company 026ms
And Mark custom fields as not obligatory 119ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 283ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 196ms
org.openqa.selenium.UnhandledAlertException: unexpected alert open: {Alert text : Status potwierdzony przed czasem}
  (Session info: headless chrome=91.0.4472.164): Status potwierdzony przed czasem
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=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.1YQUm9}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.164, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 075235dd08742315f635b0b165780c15
*** Element info: {Using=xpath, value=//span[contains(@class, 'btn-group')]//a[contains(@href, 'transports/ALL')]}
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:118)
	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.findElements(RemoteWebDriver.java:383)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementsByXPath(RemoteWebDriver.java:462)
	at org.openqa.selenium.By$ByXPath.findElements(By.java:356)
	at org.openqa.selenium.remote.RemoteWebDriver.findElements(RemoteWebDriver.java:344)
	at org.openqa.selenium.support.ui.ExpectedConditions.findElement(ExpectedConditions.java:881)
	at org.openqa.selenium.support.ui.ExpectedConditions.access$000(ExpectedConditions.java:43)
	at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
	at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
	at org.openqa.selenium.support.ui.ExpectedConditions$22.apply(ExpectedConditions.java:643)
	at org.openqa.selenium.support.ui.ExpectedConditions$22.apply(ExpectedConditions.java:640)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:208)
	at Pages.BasePage.waitUntilElementClickable(BasePage.java:223)
	at Pages.Transport.TransportsPage.showAllTransportTypes(TransportsPage.java:168)
	at CucumberTests.Transport.CreateTransport.createByJSONFileAs(CreateTransport.java:64)
	at ✽.Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch"(file:Features/Atom/Statuses/ConfirmStatuses.feature:320)
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 000ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 000ms
When Create advice by JSON file "CREATE_ADVICE_FOR_LOAD_EXPORT" as "super-admin-bausch" 000ms
And Login as "bausch-admin" 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Find transport in table with status "advice-added" 000ms
And Confirm statuses until reach "on-the-way" 000ms
And Open statuses popup 000ms
And Toggle status date confirmation checkbox 000ms
And Change status execution date to "-1" days from today 000ms
Then Verify that status cannot be confirmed 000ms
After Hooks.deleteTransportAfterTest() 079ms
After Hooks.rollbackAllCustomFieldsSettings() 328ms
After Hooks.deleteModeOfTransportationAfterTest() 060ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-farmacol" 097ms
And Get custom field settings for "EXTERNAL_DELIVERY" transport type and "farmacol" company 019ms
And Mark custom fields as not obligatory 007ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 1s 219ms
And Create advice by JSON file "CREATE_ADVICE_FOR_EXTERNAL_DELIVERY" as "super-admin-farmacol" 744ms
And Get "START_OF_UNLOADING" data for transport type "EXTERNAL_DELIVERY" and principal "farmacol" 019ms
When Login as "farmacol-admin" 1s 764ms
And Go to "TRANSPORT_TABLE" 159ms
And Confirm statuses until reach "during-unload" 12s 347ms
And Set actual confirmed transport status list 1s 337ms
And Disable task by API 037ms
And Go to transport details "EXTERNAL_DELIVERY" 2s 415ms
And Edit transport hours and recalculate statuses 30s 225ms
Then Verify that all confirmed statuses are still on transport status list 189ms
After Hooks.deleteTransportAfterTest() 118ms
After Hooks.rollbackAllCustomFieldsSettings() 059ms
After Hooks.rollbackTaskChanges() 035ms
View Feature Status rejection
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 378ms
And Prepare user "lantmannen-guard" details with all notifications and "apolloautomattest@gmail.com" by JSON file 250ms
And Prepare user "pla1-carrier" details with all notifications and "apolloautomattest@gmail.com" by JSON file 166ms
And Add access to the warehouse "Magazyn - Nowa Sól" to the user "lantmannen-guard" by JSON file 143ms
And Login as "lantmannen-guard" and set token of apiUsername "super-admin-lantmannen" 1s 116ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 313ms
And Check if reject date is not visible 15s 037ms
When Reject status: Book of disinfection 090ms
And Check if reject date is visible 335ms
Then If user is login then logout 264ms
And Login as "lantmannen-admin" 892ms
And Check if note was added to transport after status rejection 1s 234ms
And Check if history note was added to transport after status rejection - "LOAD" 3s 521ms
And Get mail "apolloautomattest@gmail.com" message from mailgun with "Nieaktualna księga mycia i dezynfekcji" 5s 515ms
And Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 098ms
After Hooks.cleanUserDetailsAfterTest() 180ms
After Hooks.rollbackWarehousesAccess() 099ms
View Feature Status rejection
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-guard-3" and set token of apiUsername "super-admin-lantmannen" 1s 224ms
And Create transport "CREATE_LOAD_NIEPORET_WAREHOUSE" by JSON file as "super-admin-lantmannen" 1s 299ms
And Check if reject date is not visible 15s 018ms
When Reject status: Book of disinfection 081ms
And Check if reject date is visible 153ms
And Get rejection date 029ms
And Wait "60" seconds 1m
And Reject status: Book of disinfection 060ms
Then Check if reject date has changed 1s 082ms
After Hooks.deleteTransportAfterTest() 101ms
View Feature Status rejection
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 094ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 320ms
And Go to transport details "LOAD" 2s 351ms
And Check if reject date is not visible 15s 026ms
When Reject status: Book of disinfection 075ms
Then Check if reject date is visible 154ms
After Hooks.deleteTransportAfterTest() 122ms
View Feature Status rejection
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 037ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 322ms
And Open statuses popup 106ms
And Check if reject date is not visible 15s 048ms
When Reject status: Book of disinfection 071ms
Then Open statuses popup 049ms
And Check if reject date is visible 084ms
After Hooks.deleteTransportAfterTest() 093ms
View Feature Status revocation
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 391ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 355ms
And Confirm to the last status by API 196ms
When Find statuses for transport in table 1s 990ms
And Revoke statuses until reach "advice-added" 6s 736ms
Then Check if transport has "advice-added" 021ms
After Hooks.deleteTransportAfterTest() 122ms
View Feature Status revocation
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 495ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 314ms
And Confirm to the last status by API 195ms
When Find statuses for transport in table 1s 700ms
And Revoke statuses until reach "planned" 6s 670ms
Then Check if transport has "planned" 018ms
After Hooks.deleteTransportAfterTest() 092ms
View Feature Status
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "farmacol-admin" and set token of apiUsername "super-admin-farmacol" 1s 625ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 1s 210ms
When Find transport in table with status "new" 3s 209ms
And Open statuses popup 076ms
Then Check if transport has checkpoints from list "Utworzenie zlecenia,Dodanie awizacji,Potwierdzenie okna czasowego" in "0" 070ms
After Hooks.deleteTransportAfterTest() 069ms
View Feature Status
Before Hooks.showScenarioName(Scenario) 002ms
Given Login as "farmacol-admin" and set token of apiUsername "super-admin-farmacol" 1s 030ms
And Get inputs from database "ADVICE_EXTERNAL_DELIVERY" "super-admin-farmacol" 039ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 1s 181ms
And Click button advice in transport table "EXTERNAL_DELIVERY" 113ms
And Set advice window in schedule 2s 648ms
And Fill advice form 14s 070ms
And Click advice save button and wait for advice form to disappear 30s 691ms
And Go to "TRANSPORT_TABLE" 229ms
When Find transport in table with status "advice-added" 3s 191ms
And Open statuses popup 081ms
Then Check if transport has checkpoints from list "Zgłoszenie kierowcy,Rozpoczęcie rozładunku,Zakończenie rozładunku" in "1" 070ms
After Hooks.deleteTransportAfterTest() 096ms
View Feature Status
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-farmacol" 093ms
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 188ms
And Create advice by JSON file "CREATE_ADVICE_FOR_EXTERNAL_DELIVERY" as "super-admin-farmacol" 716ms
And Get "START_OF_UNLOADING" data for transport type "EXTERNAL_DELIVERY" and principal "farmacol" 019ms
When Login as "farmacol-admin" 1s 075ms
And Go to "TRANSPORT_TABLE" 165ms
And Confirm statuses until reach "registered-katowice-przyjęcia" 9s 166ms
And Disable task by API 038ms
And Find transport pencil button in transports table 1s 252ms
And Click pencil and move transport to next day in schedule 3s 120ms
And Go to "TRANSPORT_TABLE" 270ms
Then Verify that "START_OF_UNLOADING" is not visible 136ms
After Hooks.deleteTransportAfterTest() 119ms
After Hooks.rollbackAllCustomFieldsSettings() 056ms
After Hooks.rollbackTaskChanges() 035ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 378ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 408ms
And Set basic authorities "ROLE_CAN_PLAN_ADVICE_IN_THE_PAST" to user "hochland-admin" 080ms
When Go to "WAREHOUSE_TAB" 744ms
And Select warehouse "Serownia" 1s 373ms
And Set week view 1s 126ms
And Show yesterday 1s 059ms
And Move window into the past 293ms
Then Check if window is "red" 4s 028ms
After Hooks.deleteTransportAfterTest() 130ms
After Hooks.rollbackAddedAuthorities() 050ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 960ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 328ms
And Set basic authorities "ROLE_CAN_PLAN_ADVICE_IN_THE_PAST" to user "lantmannen-admin" 030ms
When Go to "WAREHOUSE_TAB" 809ms
And Select warehouse "Magazyn - Nowa Sól" 2s 194ms
And Set week view 1s 109ms
And Show yesterday 1s 067ms
And Move window into the past 422ms
Then Check if window is "red" 4s 030ms
After Hooks.deleteTransportAfterTest() 112ms
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 041ms
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" 028ms
And Get inputs from database "ADVICE_DELIVERY" "super-admin-piast" 038ms
When Show all transport types 1s 035ms
And Click button advice in transport table "DELIVERY" 107ms
And Set advice window in schedule 2s 551ms
And Fill advice form 10s 513ms
And Click advice save button and wait for advice form to disappear 30s 654ms
And Select warehouse "Magazyn Hala A" 1s 196ms
And Set week view 2s 010ms
And Show yesterday 1s 141ms
And Move window into the past 531ms
Then Check if window is "red" 4s 035ms
After Hooks.deleteTransportAfterTest() 119ms
After Hooks.rollbackAddedAuthorities() 022ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 314ms
And Get inputs from database "EDIT_EXPORT" "super-admin-hochland" 037ms
And Set algorithm setting for "super-admin-hochland" in "Magazyn Zimny Kaźmierz" on "Magazyn Zimny" 327ms
And Create transport "CREATE_EXPORT" by JSON file as "super-admin-hochland" 1s 429ms
When Go to "WAREHOUSE_TAB" 700ms
And Select warehouse "Magazyn Zimny Kaźmierz" 1s 680ms
And Set week view 1s 115ms
And Check if time window length is correct after "CREATE" 025ms
And Change number of pallets in transport 53s 685ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 127ms
And Check if time window length is correct after "EDIT" 021ms
After Hooks.deleteTransportAfterTest() 100ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 115ms
And Get package type settings for transportType "UNLOAD" from "keeeper" 017ms
And Set package type "PALLETS" settings with values: "defaultValue;required", "4;true" 043ms
And Set algorithm setting for "super-admin-keeeper" in "Magazyn Surowców" on "Magazyn Surowców" 073ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 337ms
When Go to "WAREHOUSE_TAB" 315ms
And Select warehouse "Magazyn Surowców" 1s 182ms
And Set week view 1s 091ms
Then Check if time window has proper "60" 017ms
After Hooks.deleteTransportAfterTest() 115ms
After Hooks.rollbackPackageTypeTransportTypeSettings() 025ms
After Hooks.clearAlgorithmSettings() 097ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 091ms
And Get package type settings for transportType "UNLOAD" from "keeeper" 016ms
And Set package type "PALLETS" settings with values: "defaultValue;required", "4;false" 040ms
And Set algorithm setting for "super-admin-keeeper" in "Magazyn Surowców" on "Magazyn Surowców" 065ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 325ms
When Go to "WAREHOUSE_TAB" 317ms
And Select warehouse "Magazyn Surowców" 1s 155ms
And Set week view 1s 084ms
Then Check if time window has proper "60" 016ms
After Hooks.deleteTransportAfterTest() 097ms
After Hooks.rollbackPackageTypeTransportTypeSettings() 022ms
After Hooks.clearAlgorithmSettings() 077ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 048ms
And Get package type settings for transportType "LOAD" from "keeeper" 018ms
And Set package type "PALLETS" settings with values: "defaultValue;required", "4;false" 036ms
And Set algorithm setting for "super-admin-keeeper" in "Magazyn Wyrobów Gotowych" on "Magazyn Wyrobów Gotowych" 084ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 206ms
And Get inputs from database "ADVICE_LOAD" "super-admin-keeeper" 038ms
And Show all transport types 1s 043ms
And Click button advice in transport table "LOAD" 091ms
And Set advice window in schedule 2s 429ms
And Fill advice form 15s 285ms
And Click advice save button and wait for advice form to disappear 30s 709ms
Then Check if time window has proper "30" 023ms
After Hooks.deleteTransportAfterTest() 105ms
After Hooks.rollbackPackageTypeTransportTypeSettings() 021ms
After Hooks.clearAlgorithmSettings() 077ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 123ms
And Get package type settings for transportType "CONTAINER" from "keeeper" 014ms
And Set package type "PALLETS" settings with values: "defaultValue;required", "20;false" 033ms
And Set algorithm setting for "super-admin-keeeper" in "Magazyn Wyrobów Gotowych" on "Magazyn Wyrobów Gotowych" 070ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 204ms
And Get inputs from database "ADVICE_CONTAINER" "super-admin-keeeper" 036ms
And Show all transport types 1s 047ms
And Click button advice in transport table "CONTAINER" 108ms
And Set advice window in schedule 2s 427ms
And Fill advice form 15s 237ms
And Click advice save button and wait for advice form to disappear 30s 664ms
Then Check if time window has proper "60" 023ms
After Hooks.deleteTransportAfterTest() 098ms
After Hooks.rollbackPackageTypeTransportTypeSettings() 022ms
After Hooks.clearAlgorithmSettings() 073ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 096ms
And Set algorithm setting for "super-admin-hochland" in "Serownia" on "Magazyn Sera" 112ms
And Set token of apiUsername "dha1-supplier-2@qa.qa-test" 096ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 15s 365ms
And Login as "dha1-supplier-2@qa.qa-test" and set token of apiUsername "super-admin-hochland" 2s 069ms
When Go to transport details "DELIVERY" 30s 586ms
And Change filled value in details "number-of-pallets-step-0" "number" "25" "0" 1s 320ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 111ms
And Go to "WAREHOUSE_TAB" 774ms
And Select warehouse "Serownia" 1s 371ms
And Set week view 1s 088ms
Then Check if time window has proper "60" 021ms
After Hooks.deleteTransportAfterTest() 111ms
After Hooks.clearAlgorithmSettings() 120ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 105ms
And Set basic authorities "ROLE_ACCESS_TO_NUMBER_OF_WINDOWS" to user "keeeper-admin" 051ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 192ms
When Create advice "ADVICE_LOAD" "LOAD" "super-admin-keeeper" 48s 458ms
And Check if time window counter value equals "1" 066ms
And Select view "DAYS_2" 2s 082ms
And Move advice window "2" 1s 334ms
And Select view "DAY" 2s 067ms
Then Check if time window counter value equals "0" 064ms
And Delete created transport by API 097ms
And Check if time window counter value equals "0" 046ms
And Click in free spot in schedule page to create gray window 178ms
And Check if time window counter value equals "0" 049ms
And Click in free spot in schedule page to create dedicated window 2s 044ms
And Check if time window counter value equals "0" 059ms
After Hooks.deleteTransportAfterTest() 085ms
After Hooks.rollbackAddedAuthorities() 000ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-adama" 037ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 501ms
When Go to new transport "DELIVERY" 272ms
And Fill transport form 11s 343ms
And Click "save-transport" save button and wait for form to disappear 30s 096ms
And Set advice window in schedule 2s 171ms
And Check is transport created in schedule and set transport id 504ms
And Go to "TRANSPORT_TABLE" 225ms
When Click on time window date 1s 291ms
And Open transport form when in schedule 1s 157ms
Then Check are transport values equals 123ms
After Hooks.deleteTransportAfterTest() 073ms
View Feature TransportWindow atom tests
Scenario Outline Check if transport form can be opened in schedule
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Get inputs from database "CREATE_DELIVERY" "super-admin-hochland" 037ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 322ms
When Go to new transport "DELIVERY" 358ms
And Fill transport form 40s 798ms
And Click "save-transport" save button and wait for form to disappear 30s 086ms
And Set advice window in schedule 2s 143ms
And Check is transport created in schedule and set transport id 643ms
And Go to "TRANSPORT_TABLE" 236ms
When Click on time window date 1s 272ms
And Open transport form when in schedule 1s 245ms
Then Check are transport values equals 21s 375ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/TimeWindow/TransportWindow.feature:182)
After Hooks.deleteTransportAfterTest() 141ms
View Feature TransportWindow atom tests
Scenario Outline Check if transport form can be opened in schedule
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Get inputs from database "CREATE_CISTERN_DELIVERY" "super-admin-hochland" 037ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 359ms
When Go to new transport "CISTERN_DELIVERY" 407ms
And Fill transport form 43s 422ms
And Click "save-transport" save button and wait for form to disappear 30s 085ms
And Set advice window in schedule 2s 216ms
And Check is transport created in schedule and set transport id 558ms
And Go to "TRANSPORT_TABLE" 185ms
When Click on time window date 1s 431ms
And Open transport form when in schedule 1s 221ms
Then Check are transport values equals 8s 341ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/TimeWindow/TransportWindow.feature:182)
After Hooks.deleteTransportAfterTest() 132ms
View Feature TransportWindow atom tests
Scenario Outline Check if transport form can be opened in schedule
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Get inputs from database "CREATE_CISTERN_COLLECTION" "super-admin-hochland" 035ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 425ms
When Go to new transport "CISTERN_COLLECTION" 309ms
And Fill transport form 30s 342ms
And Click "save-transport" save button and wait for form to disappear 30s 150ms
And Set advice window in schedule 2s 202ms
And Check is transport created in schedule and set transport id 540ms
And Go to "TRANSPORT_TABLE" 178ms
When Click on time window date 1s 421ms
And Open transport form when in schedule 1s 197ms
Then Check are transport values equals 23s 318ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/TimeWindow/TransportWindow.feature:182)
After Hooks.deleteTransportAfterTest() 111ms
View Feature TransportWindow atom tests
Scenario Outline Check if transport form can be opened in schedule
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Get inputs from database "CREATE_DELIVERY" "super-admin-lantmannen" 037ms
And Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 420ms
When Go to new transport "DELIVERY" 312ms
And Fill transport form 40s 016ms
And Click "save-transport" save button and wait for form to disappear 30s 081ms
And Set advice window in schedule 2s 149ms
And Check is transport created in schedule and set transport id 564ms
And Go to "TRANSPORT_TABLE" 184ms
When Click on time window date 1s 308ms
And Open transport form when in schedule 1s 152ms
Then Check are transport values equals 21s 327ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/TimeWindow/TransportWindow.feature:182)
After Hooks.deleteTransportAfterTest() 120ms
View Feature TransportWindow atom tests
Scenario Outline Check if transport form can be opened in schedule
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Get inputs from database "CREATE_LOAD" "super-admin-lantmannen" 038ms
And Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 068ms
When Go to new transport "LOAD" 296ms
And Fill transport form 39s 984ms
And Click "save-transport" save button and wait for form to disappear 30s 136ms
And Set advice window in schedule 2s 177ms
And Check is transport created in schedule and set transport id 499ms
And Go to "TRANSPORT_TABLE" 235ms
When Click on time window date 1s 336ms
And Open transport form when in schedule 1s 155ms
Then Check are transport values equals 21s 354ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/TimeWindow/TransportWindow.feature:182)
After Hooks.deleteTransportAfterTest() 107ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-farmacol" 095ms
And Add action authority with: "farmacol" "farmacol-admin" "EXTERNAL_DELIVERY" "ADD_UNLOAD_STEP_FROM_UNLOAD" "ACTIVE" 077ms
And Get "EXTERNAL_DELIVERY" settings from "farmacol" 100ms
And Set transportType settings with values: "isUnloadStepInWarehouseByDefault", "true" 078ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 15s 167ms
And Login as "farmacol-admin" 1s 595ms
And Create advice "CREATE_ADVICE_EXTERNAL_DELIVERY" "EXTERNAL_DELIVERY" "super-admin-farmacol" 47s 712ms
And Go to "TRANSPORT_TABLE" 288ms
When Go to transport details "EXTERNAL_DELIVERY" 2s 428ms
And Add step "unload" 090ms
And Change filled value in details "warehouse-select-step-2" "select" "Mory Przyjęcia" "0" 3s 437ms
And Change filled value in details "weight-step-2" "number" "23" "0" 1s 339ms
And Change filled value in details "number-of-pallets-step-2" "number" "23" "0" 1s 354ms
And Change filled value in details "time-range-from-date-2" "date" "" "0" 3s 311ms
Then Click "save-transport" save button 178ms
And Set advice window in schedule in "2" days 4s 918ms
And Click advice save button and wait for advice form to disappear 30s 954ms
And Go to "TRANSPORT_TABLE" 213ms
And Check if transport has "2" time windows 013ms
After Hooks.deleteTransportAfterTest() 162ms
After Hooks.rollbackTransportTypeSettings() 063ms
After Hooks.rollbackAddedActionAuthorities() 061ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-farmacol" 097ms
And Get "EXTERNAL_DELIVERY" settings from "farmacol" 030ms
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 233ms
And Set double window advice 000ms
And Login as "farmacol-admin" 1s 603ms
And Create advice "CREATE_ADVICE_EXTERNAL_DELIVERY" "EXTERNAL_DELIVERY" "super-admin-farmacol" 52s 437ms
And Go to "TRANSPORT_TABLE" 308ms
And Get checkpoint colors for transport 007ms
Then Verify that transport colors change in column "UNLOAD_TIME_WINDOW" properly when windowColorDependsOnWarehouse is "true" 30s 442ms
After Hooks.deleteTransportAfterTest() 125ms
After Hooks.rollbackTransportTypeSettings() 097ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-farmacol" 090ms
And Get "EXTERNAL_DELIVERY" settings from "farmacol" 026ms
And Set transportType settings with values: "windowColorDependsOnWarehouse", "false" 066ms
And Create transport "CREATE_EXTERNAL_DELIVERY_2_WINDOWS" by JSON file as "super-admin-farmacol" 1s 217ms
And Set double window advice 000ms
And Login as "farmacol-admin" 1s 057ms
And Create advice "CREATE_ADVICE_EXTERNAL_DELIVERY" "EXTERNAL_DELIVERY" "super-admin-farmacol" 52s 038ms
And Go to "TRANSPORT_TABLE" 309ms
And Get checkpoint colors for transport 003ms
Then Verify that transport colors change in column "UNLOAD_TIME_WINDOW" properly when windowColorDependsOnWarehouse is "false" 30s 518ms
After Hooks.deleteTransportAfterTest() 124ms
After Hooks.rollbackTransportTypeSettings() 054ms
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" 090ms
And Get "EXTERNAL_DELIVERY" settings from "farmacol" 029ms
And Set transportType settings with values: "windowColorDependsOnWarehouse", "true" 054ms
And Create transport "CREATE_EXTERNAL_DELIVERY_2_WINDOWS" by JSON file as "super-admin-farmacol" 1s 235ms
And Set double window advice 000ms
And Login as "farmacol-admin" 1s 051ms
And Create advice "CREATE_ADVICE_EXTERNAL_DELIVERY" "EXTERNAL_DELIVERY" "super-admin-farmacol" 52s 002ms
And Get checkpoint colors for transport 003ms
And Go to "TRANSPORT_TABLE" 274ms
Then Verify that transport colors of windows "UNLOAD_TIME_WINDOW" change properly in schedule when windowColorDependsOnWarehouse is "true" 5s 665ms
java.lang.AssertionError: Niepoprawna zmiana koloru przy statusie registered-katowice-przyjęcia
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.TimeWindow.TimeWindowTest.verifyThatTransportColorsOfWindowsChangeProperlyInScheduleWhenWindowColorDependsOnWarehouseIs(TimeWindowTest.java:118)
	at ✽.Verify that transport colors of windows "UNLOAD_TIME_WINDOW" change properly in schedule when windowColorDependsOnWarehouse is "true"(file:Features/Atom/TimeWindow/TransportWindow.feature:247)
After Hooks.deleteTransportAfterTest() 118ms
After Hooks.rollbackTransportTypeSettings() 080ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 002ms
Given Set token of apiUsername "super-admin-farmacol" 099ms
And Get "EXTERNAL_DELIVERY" settings from "farmacol" 027ms
And Set transportType settings with values: "windowColorDependsOnWarehouse", "false" 049ms
And Create transport "CREATE_EXTERNAL_DELIVERY_2_WINDOWS" by JSON file as "super-admin-farmacol" 15s 201ms
And Set double window advice 000ms
And Login as "farmacol-admin" 1s 081ms
And Create advice "CREATE_ADVICE_EXTERNAL_DELIVERY" "EXTERNAL_DELIVERY" "super-admin-farmacol" 52s 120ms
And Get checkpoint colors for transport 004ms
And Go to "TRANSPORT_TABLE" 272ms
Then Verify that transport colors of windows "UNLOAD_TIME_WINDOW" change properly in schedule when windowColorDependsOnWarehouse is "false" 33s 267ms
After Hooks.deleteTransportAfterTest() 138ms
After Hooks.rollbackTransportTypeSettings() 061ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-farmacol" 093ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 1s 228ms
When Create advice by JSON file "CREATE_ADVICE_FOR_EXTERNAL_DELIVERY" as "super-admin-farmacol" 678ms
And Login as "super-admin-farmacol" 1s 610ms
And Show all transport types 1s 160ms
And Click on time window date 1s 588ms
Then Open transport form when in schedule 1s 288ms
And Click create similar button 15s 128ms
And Click cancel button in transport form 097ms
And Open transport form when in schedule 1s 168ms
Then Check if transport form modal is visible 045ms
After Hooks.deleteTransportAfterTest() 094ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-farmacol" 101ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 15s 184ms
When Create advice by JSON file "CREATE_ADVICE_FOR_EXTERNAL_DELIVERY" as "super-admin-farmacol" 654ms
And Get min and max advice date of created transport as "super-admin-farmacol" 145ms
And Login as "farmacol-admin" 1s 112ms
And Show all transport types 1s 160ms
And Click on time window date 1s 618ms
And Set week view 2s 030ms
And Move advice window "3" 1s 607ms
Then Check if min and max advice date changed after moving advice window as "super-admin-farmacol" 141ms
After Hooks.deleteTransportAfterTest() 083ms
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 621ms
And Check expected date interval for principal "neuca" in transport type "DELIVERY" and task "ARRIVE" 002ms
And Get setting "DELAY_TIME_TO_MOVE_ORDER_TO_ARCHIVE_AFTER_TASK_TIMEOUT" for "neuca" 022ms
And Set proper delay time to move order to archive after task timeout 019ms
When Create transport with time window start at closest full hour "CREATE_DELIVERY" by API as "super-admin-neuca" 310ms
And Go to "WAREHOUSE_TAB" 546ms
And Change warehouse in schedule to: "Katowice" 1s 063ms
And Wait "60" seconds 1m
And Verify that transport window is grey 022ms
And Verify that transport is in archive 1s 317ms
Then Restore transport from archive 1s 113ms
And Verify that transport has been successfully restored 1s 372ms
After Hooks.deleteTransportAfterTest() 088ms
After Hooks.rollbackSettings() 021ms
View Feature Move transport to archive
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "dayco-admin" and set token of apiUsername "super-admin-dayco" 1s 649ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-dayco" 1s 219ms
When Go to "TRANSPORT_TABLE" 118ms
And Delete transport 19s 960ms
When Go to "ARCHIVE_TAB" 257ms
And Show "OWN_COLLECTION" 070ms
And Verify that created transport is "true" in transport table 15s 083ms
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" 090ms
And Get custom field settings for "OWN_COLLECTION" transport type and "dayco" company 019ms
And Mark custom fields as not obligatory 006ms
And Login as "dayco-admin" 916ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-dayco" 1s 194ms
And Get setting "ARCHIVING_JOB_INTERVAL" for "dayco" 029ms
And Prepare setting: "ARCHIVING_JOB_INTERVAL" with value: "10s" with "super-admin-dayco" 016ms
io.restassured.path.json.exception.JsonPathException: Failed to parse the JSON document
	at io.restassured.path.json.JsonPath$ExceptionCatcher.invoke(JsonPath.java:986)
	at io.restassured.path.json.JsonPath$4.doParseWith(JsonPath.java:951)
	at io.restassured.path.json.JsonPath$JsonParser.parseWith(JsonPath.java:1031)
	at io.restassured.path.json.JsonPath.get(JsonPath.java:202)
	at io.restassured.path.json.JsonPath.getString(JsonPath.java:352)
	at Utils.RestUtils.RestUtil.putObjectToApolloApi(RestUtil.java:128)
	at CucumberTests.Settings.SettingsTest.prepareSettingWithValueWith(SettingsTest.java:65)
	at ✽.Prepare setting: "ARCHIVING_JOB_INTERVAL" with value: "10s" with "super-admin-dayco"(file:Features/Atom/Transport/Archive.feature:43)
Caused by: groovy.json.JsonException: Lexing failed on line: 1, column: 1, while reading 'N', no possible valid JSON value or punctuation could be recognized.
	at groovy.json.JsonLexer.nextToken(JsonLexer.java:87)
	at groovy.json.JsonLexer$nextToken.call(Unknown Source)
	at io.restassured.internal.path.json.ConfigurableJsonSlurper.parse(ConfigurableJsonSlurper.groovy:97)
	at io.restassured.internal.path.json.ConfigurableJsonSlurper$parse.callCurrent(Unknown Source)
	at io.restassured.internal.path.json.ConfigurableJsonSlurper.parseText(ConfigurableJsonSlurper.groovy:83)
	at io.restassured.path.json.JsonPath$4$1.method(JsonPath.java:949)
	at io.restassured.path.json.JsonPath$ExceptionCatcher.invoke(JsonPath.java:984)
	at io.restassured.path.json.JsonPath$4.doParseWith(JsonPath.java:951)
	at io.restassured.path.json.JsonPath$JsonParser.parseWith(JsonPath.java:1031)
	at io.restassured.path.json.JsonPath.get(JsonPath.java:202)
	at io.restassured.path.json.JsonPath.getString(JsonPath.java:352)
	at Utils.RestUtils.RestUtil.putObjectToApolloApi(RestUtil.java:128)
	at CucumberTests.Settings.SettingsTest.prepareSettingWithValueWith(SettingsTest.java:65)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at cucumber.runtime.Utils$1.call(Utils.java:26)
	at cucumber.runtime.Timeout.timeout(Timeout.java:16)
	at cucumber.runtime.Utils.invoke(Utils.java:20)
	at cucumber.runtime.java.JavaStepDefinition.execute(JavaStepDefinition.java:57)
	at cucumber.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:50)
	at cucumber.runner.TestStep.executeStep(TestStep.java:63)
	at cucumber.runner.TestStep.run(TestStep.java:49)
	at cucumber.runner.PickleStepTestStep.run(PickleStepTestStep.java:43)
	at cucumber.runner.TestCase.run(TestCase.java:45)
	at cucumber.runner.Runner.runPickle(Runner.java:40)
	at cucumber.runtime.junit.PickleRunners$WithStepDescriptions.run(PickleRunners.java:97)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:68)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:23)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:73)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:122)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:64)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at cucumber.api.junit.Cucumber$1.evaluate(Cucumber.java:131)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
When Go to "TRANSPORT_TABLE" 000ms
And Click button advice in transport table "OWN_COLLECTION" 000ms
And Create advice "ADVICE_OWN_COLLECTION" "OWN_COLLECTION" "super-admin-dayco" 000ms
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() 057ms
After Hooks.rollbackAllCustomFieldsSettings() 068ms
After Hooks.rollbackSettings() 015ms
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 394ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 248ms
When Fill auction form 15s 442ms
Then Verify that the auction has been added to transport 051ms
After Hooks.deleteTransportAfterTest() 108ms
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 928ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 224ms
When Fill auction form 15s 453ms
Then Verify that the auction has been added to transport 046ms
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" 1s 107ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 226ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-adama" 2s 097ms
When If user is login then logout 087ms
And Login as "paa1-carrier@qa.qa-test" 1s 655ms
And Go to auction offer 1s 285ms
And Accept transport with minimum rate 15s 629ms
Then Check if carrier is assigned to transport 020ms
After Hooks.deleteTransportAfterTest() 084ms
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" 975ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 185ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-adama" 2s 091ms
When If user is login then logout 269ms
And Login as "paa1-carrier@qa.qa-test" 1s 158ms
And Go to auction offer 1s 213ms
And Reject auction offer 15s 574ms
Then Verify that offer has been removed from transport 15s 015ms
After Hooks.deleteTransportAfterTest() 085ms
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 195ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 252ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 096ms
When If user is login then logout 263ms
And Login as "pskza1-carrier@qa.qa-test" 1s 511ms
And Go to auction offer 1s 218ms
And Reject auction offer 15s 606ms
Then Verify that offer has been removed from transport 15s 026ms
After Hooks.deleteTransportAfterTest() 074ms
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 132ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 217ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-adama" 2s 102ms
When If user is login then logout 271ms
And Login as "paa1-carrier@qa.qa-test" 1s 114ms
And Go to auction offer 1s 228ms
And Offer prize above maximum - "20000" 125ms
Then Verify that is not possible to add offer 145ms
After Hooks.deleteTransportAfterTest() 075ms
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 063ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 217ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 113ms
When If user is login then logout 238ms
And Login as "pskza1-carrier@qa.qa-test" 948ms
And Go to auction offer 1s 189ms
And Offer prize above maximum - "20000" 126ms
Then Verify that is not possible to add offer 137ms
After Hooks.deleteTransportAfterTest() 075ms
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" 942ms
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 090ms
And Wait till auction end 1m 58s 020ms
Then Verify that is possible to add auction 045ms
After Hooks.deleteTransportAfterTest() 102ms
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 196ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 237ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 107ms
And Wait till auction end 1m 58s 017ms
Then Verify that is possible to add auction 2s 490ms
After Hooks.deleteTransportAfterTest() 100ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 1s 307ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 242ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-adama" 2s 101ms
And Go to auction offer 1s 184ms
When Offer "1000" 127ms
Then Verify that offer with "1000" has been added to auction 3s 035ms
After Hooks.deleteTransportAfterTest() 099ms
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 018ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 287ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 118ms
And Go to auction offer 1s 181ms
When Offer "1000" 130ms
Then Verify that offer with "1000" has been added to auction 3s 029ms
After Hooks.deleteTransportAfterTest() 071ms
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 002ms
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 104ms
And Go to auction offer 1s 181ms
When Offer "1000" 114ms
And Verify that offer with "1000" has been added to auction 3s 032ms
Then Go to auction offer 1s 166ms
And Revoke current offer 565ms
And Verify that offer has been revoked 30s 596ms
After Hooks.deleteTransportAfterTest() 083ms
View Feature Set transport order on auction
Scenario Outline Check if it is possible to offer more than last price
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 153ms
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 110ms
And Go to auction offer 1s 201ms
When Offer "1000" 132ms
And Verify that offer with "1000" has been added to auction 3s 031ms
Then Go to auction offer 1s 155ms
And Offer "1500" 123ms
And Verify that offer with "1500" has been added to auction 3s 025ms
org.junit.ComparisonFailure: Nie udało się dodać oferty do zlecenia! expected:<1[5]00> but was:<1[0]00>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.Transport.AuctionTransport.verifyThatOfferWithHasBeenAddedToAuction(AuctionTransport.java:182)
	at ✽.Verify that offer with "1500" has been added to auction(file:Features/Atom/Transport/Auction.feature:108)
After Hooks.deleteTransportAfterTest() 092ms
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 028ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 219ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 097ms
And Go to auction offer 1s 175ms
When Offer "1000" 108ms
And Verify that offer with "1000" has been added to auction 3s 032ms
Then Login as "swisskrono-admin" 988ms
And Go to auction details 1s 176ms
And Finish active auction 044ms
And Verify that the transport has no active auction 141ms
After Hooks.deleteTransportAfterTest() 075ms
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 205ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 191ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-adama" 2s 080ms
And Go to auction offer 1s 186ms
When Offer "1000" 132ms
Then Verify that carrier can see current place in auction depending on the "true" role 148ms
After Hooks.deleteTransportAfterTest() 079ms
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 079ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 208ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 086ms
And Go to auction offer 1s 197ms
When Offer "1000" 121ms
Then Verify that carrier can see current place in auction depending on the "false" role 15s 050ms
After Hooks.deleteTransportAfterTest() 086ms
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 115ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 223ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 092ms
And Go to auction offer 1s 188ms
When Offer "300" 130ms
And Verify that carrier can't add offer to auction 036ms
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" 996ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 207ms
And Show all transport "false" 166ms
When Go to auction form 1s 208ms
Then Verify carrier selection value "false" 041ms
After Hooks.deleteTransportAfterTest() 059ms
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" 980ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 268ms
And Show all transport "true" 224ms
When Go to auction form 1s 176ms
Then Verify carrier selection value "true" 036ms
After Hooks.deleteTransportAfterTest() 073ms
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" 981ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 208ms
When Open transport auction form 160ms
And Select all companies checkbox in transport auction form 062ms
And Unselect company "PAA2" in transport auction form 062ms
And Put transport on auction 15s 157ms
And Open transport auction history 108ms
And Open participants section in transport auction history 052ms
Then Check if unselected "PAA2" is in transport auction history as participant 15s 041ms
After Hooks.deleteTransportAfterTest() 081ms
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 204ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 240ms
When Open transport auction form 197ms
And Select all companies checkbox in transport auction form 053ms
And Unselect company "PSKZA2" in transport auction form 069ms
And Put transport on auction 15s 189ms
And Open transport auction history 081ms
And Open participants section in transport auction history 053ms
Then Check if unselected "PSKZA2" is in transport auction history as participant 15s 019ms
After Hooks.deleteTransportAfterTest() 088ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-varrocrychvald" 093ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-varrocrychvald" 1s 291ms
And Set transport on auction with "1000" and "1500" by JSON file as "super-admin-varrocrychvald" 2s 093ms
And Add a bid "1500" to an auction by JSON file as "pvra1-carrier" for "super-admin-varrocrychvald" 179ms
And Add a bid "1000" to an auction by JSON file as "pvra2-carrier-2" for "super-admin-varrocrychvald" 226ms
When Login as "varrocrychvald-admin" and set token of apiUsername "super-admin-varrocrychvald" 1s 378ms
And Show all transport "true" 218ms
And Open transport auction history 779ms
And Pass transport to "2" carrier in auction history 1s 076ms
Then Verify if "REASON" is visible in pass transport modal 034ms
And Confirm pass transport to carrier in pass transport modal 055ms
And Verify that "REASON" in pass transport modal has validation error 1s 025ms
After Hooks.deleteTransportAfterTest() 071ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-varrocrychvald" 092ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-varrocrychvald" 15s 249ms
And Set transport on auction with "100" and "300" by JSON file as "super-admin-varrocrychvald" 2s 096ms
And Add a bid "100" to an auction by JSON file as "pvra1-carrier" for "super-admin-varrocrychvald" 172ms
And Add a bid "200" to an auction by JSON file as "pvra2-carrier" for "super-admin-varrocrychvald" 167ms
And Add a bid "300" to an auction by JSON file as "pvra3-carrier" for "super-admin-varrocrychvald" 174ms
When Login as "pvra1-carrier" 1s 235ms
And Check if current position in auction is "1" 143ms
And If user is login then logout 258ms
And Login as "pvra2-carrier" 1s 119ms
And Check if current position in auction is "2" 158ms
And If user is login then logout 081ms
And Login as "pvra3-carrier" 1s 282ms
And Check if current position in auction is "3" 149ms
After Hooks.deleteTransportAfterTest() 090ms
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" 967ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 210ms
And Open transport auction form 162ms
And Select all companies checkbox in transport auction form 056ms
And Unselect company "PAA2" in transport auction form 053ms
And Put transport on auction 15s 153ms
When If user is login then logout 087ms
And Login as "paa1-carrier@qa.qa-test" 1s 237ms
And Show "TRANSPORT" 124ms
Then Check if transport is "visible" in table of transports 030ms
And If user is login then logout 211ms
And Login as "paa2-carrier@qa.qa-test" 1s 558ms
And Show "TRANSPORT" 042ms
And Check if transport is "not visible" in table of transports 15s 004ms
After Hooks.deleteTransportAfterTest() 088ms
View Feature Crud Transport
Scenario Outline Check if it possible to create new transport with advice
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Get inputs from database "CREATE_UNLOAD" "super-admin-pgf" 038ms
And Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 1s 302ms
When Go to new transport "UNLOAD" 15s 273ms
And Fill transport form 28s 664ms
And Click "save-transport" save button and wait for form to disappear 30s 093ms
And Set advice window in schedule 2s 214ms
And Check is transport created in schedule and set transport id 527ms
And Go to "TRANSPORT_TABLE" 235ms
And Go to transport details "UNLOAD" 30s 410ms
Then Check are transport values equals 23s 372ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:14)
After Hooks.deleteTransportAfterTest() 109ms
View Feature Crud Transport
Scenario Outline Check if it possible to create new transport with advice
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Get inputs from database "CREATE_DELIVERY" "super-admin-adama" 036ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 081ms
When Go to new transport "DELIVERY" 286ms
And Fill transport form 11s 274ms
And Click "save-transport" save button and wait for form to disappear 373ms
java.lang.AssertionError: Nie udało się zapisać zmian! Pojawił się komunikat walidacyjny w polu:
[ Dane wprowadzane do formularza mogą być legalnie przetwarzane przez Logintegra sp. z o.o.]
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at Pages.Transport.TransportFormPage.clickSaveButtonAndWaitForFormToDisappear(TransportFormPage.java:195)
	at CucumberTests.Transport.CreateTransport.clickSaveButtonAndWaitForFormToDisappear(CreateTransport.java:202)
	at ✽.Click "save-transport" save button and wait for form to disappear(file:Features/Atom/Transport/CrudTransport.feature:9)
And Set advice window in schedule 000ms
And Check is transport created in schedule and set transport id 000ms
And Go to "TRANSPORT_TABLE" 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 possible to create new transport with advice
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Get inputs from database "CREATE_OWN_COLLECTION" "super-admin-adama" 037ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 051ms
When Go to new transport "OWN_COLLECTION" 269ms
And Fill transport form 20s 129ms
And Click "save-transport" save button and wait for form to disappear 30s 120ms
And Set advice window in schedule 2s 146ms
And Check is transport created in schedule and set transport id 496ms
And Go to "TRANSPORT_TABLE" 178ms
And Go to transport details "OWN_COLLECTION" 2s 303ms
Then Check are transport values equals 2s 150ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:14)
After Hooks.deleteTransportAfterTest() 097ms
View Feature Crud Transport
Scenario Outline Check if it possible to create new transport with advice
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Get inputs from database "CREATE_DELIVERY" "super-admin-hochland" 037ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 374ms
When Go to new transport "DELIVERY" 340ms
And Fill transport form 40s 788ms
And Click "save-transport" save button and wait for form to disappear 30s 124ms
And Set advice window in schedule 2s 163ms
And Check is transport created in schedule and set transport id 652ms
And Go to "TRANSPORT_TABLE" 269ms
And Go to transport details "DELIVERY" 2s 620ms
Then Check are transport values equals 21s 326ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:14)
After Hooks.deleteTransportAfterTest() 130ms
View Feature Crud Transport
Scenario Outline Check if it possible to create new transport with advice
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Get inputs from database "CREATE_CISTERN_DELIVERY" "super-admin-hochland" 036ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 342ms
When Go to new transport "CISTERN_DELIVERY" 396ms
And Fill transport form 43s 389ms
And Click "save-transport" save button and wait for form to disappear 30s 120ms
And Set advice window in schedule 2s 222ms
And Check is transport created in schedule and set transport id 614ms
And Go to "TRANSPORT_TABLE" 188ms
And Go to transport details "CISTERN_DELIVERY" 2s 395ms
Then Check are transport values equals 8s 339ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:14)
After Hooks.deleteTransportAfterTest() 120ms
View Feature Crud Transport
Scenario Outline Check if it possible to create new transport with advice
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Get inputs from database "CREATE_CISTERN_COLLECTION" "super-admin-hochland" 036ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 321ms
When Go to new transport "CISTERN_COLLECTION" 335ms
And Fill transport form 30s 386ms
And Click "save-transport" save button and wait for form to disappear 30s 094ms
And Set advice window in schedule 2s 196ms
And Check is transport created in schedule and set transport id 539ms
And Go to "TRANSPORT_TABLE" 202ms
And Go to transport details "CISTERN_COLLECTION" 2s 363ms
Then Check are transport values equals 23s 353ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:14)
After Hooks.deleteTransportAfterTest() 108ms
View Feature Crud Transport
Scenario Outline Check if it possible to create new transport with advice
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Get inputs from database "CREATE_OWN_COLLECTION" "super-admin-hochland" 036ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 401ms
When Go to new transport "OWN_COLLECTION" 335ms
And Fill transport form 34s 909ms
And Click "save-transport" save button and wait for form to disappear 30s 132ms
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" 182ms
And Go to transport details "OWN_COLLECTION" 2s 502ms
Then Check are transport values equals 21s 329ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:14)
After Hooks.deleteTransportAfterTest() 107ms
View Feature Crud Transport
Scenario Outline Check if it possible to create new transport with advice
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Get inputs from database "CREATE_OWN_COLLECTION_POWDER_FACTORY" "super-admin-hochland" 038ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 371ms
When Go to new transport "OWN_COLLECTION_POWDER_FACTORY" 355ms
And Fill transport form 34s 826ms
And Click "save-transport" save button and wait for form to disappear 30s 148ms
And Set advice window in schedule 2s 180ms
And Check is transport created in schedule and set transport id 579ms
And Go to "TRANSPORT_TABLE" 186ms
And Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 2s 435ms
Then Check are transport values equals 6s 292ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:14)
After Hooks.deleteTransportAfterTest() 131ms
View Feature Crud Transport
Scenario Outline Check if it possible to create new transport with advice
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Get inputs from database "CREATE_EXPORT" "super-admin-hochland" 035ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 348ms
When Go to new transport "EXPORT" 384ms
And Fill transport form 42s 720ms
And Click "save-transport" save button and wait for form to disappear 30s 139ms
And Set advice window in schedule 2s 163ms
And Check is transport created in schedule and set transport id 642ms
And Go to "TRANSPORT_TABLE" 175ms
And Go to transport details "EXPORT" 3s 435ms
Then Check are transport values equals 6s 360ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:14)
After Hooks.deleteTransportAfterTest() 110ms
View Feature Crud Transport
Scenario Outline Check if it possible to create new transport with advice
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Get inputs from database "CREATE_DELIVERY" "super-admin-skd" 037ms
And Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 1s 378ms
When Go to new transport "DELIVERY" 15s 212ms
And Fill transport form 30s 398ms
And Click "save-transport" save button and wait for form to disappear 30s 100ms
And Set advice window in schedule 2s 146ms
And Check is transport created in schedule and set transport id 690ms
And Go to "TRANSPORT_TABLE" 217ms
And Go to transport details "DELIVERY" 30s 364ms
Then Check are transport values equals 38s 348ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:14)
After Hooks.deleteTransportAfterTest() 129ms
View Feature Crud Transport
Scenario Outline Check if it possible to create new transport with advice
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Get inputs from database "CREATE_DELIVERY" "super-admin-lantmannen" 037ms
And Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 403ms
When Go to new transport "DELIVERY" 307ms
And Fill transport form 39s 999ms
And Click "save-transport" save button and wait for form to disappear 30s 101ms
And Set advice window in schedule 2s 179ms
And Check is transport created in schedule and set transport id 632ms
And Go to "TRANSPORT_TABLE" 189ms
And Go to transport details "DELIVERY" 2s 303ms
Then Check are transport values equals 21s 317ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:14)
After Hooks.deleteTransportAfterTest() 094ms
View Feature Crud Transport
Scenario Outline Check if it possible to create new transport with advice
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Get inputs from database "CREATE_LOAD" "super-admin-lantmannen" 036ms
And Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 085ms
When Go to new transport "LOAD" 299ms
And Fill transport form 39s 969ms
And Click "save-transport" save button and wait for form to disappear 30s 118ms
And Set advice window in schedule 2s 171ms
And Check is transport created in schedule and set transport id 528ms
And Go to "TRANSPORT_TABLE" 228ms
And Go to transport details "LOAD" 2s 314ms
Then Check are transport values equals 21s 277ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:14)
After Hooks.deleteTransportAfterTest() 137ms
View Feature Crud Transport
Scenario Outline Check if it possible to create new transport with advice
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Get inputs from database "CREATE_DELIVERY" "super-admin-keeeper" 037ms
And Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 556ms
When Go to new transport "UNLOAD" 298ms
And Fill transport form 39s 683ms
And Click "save-transport" save button and wait for form to disappear 30s 110ms
And Set advice window in schedule 2s 141ms
And Check is transport created in schedule and set transport id 511ms
And Go to "TRANSPORT_TABLE" 161ms
And Go to transport details "UNLOAD" 2s 321ms
Then Check are transport values equals 23s 418ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:14)
After Hooks.deleteTransportAfterTest() 107ms
View Feature Crud Transport
Scenario Outline Check if it possible to create new transport with advice
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Get inputs from database "CREATE_TANKER_GRANULATE_DELIVERY" "super-admin-keeeper" 036ms
And Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 078ms
When Go to new transport "TANKER_GRANULATE_DELIVERY" 308ms
And Fill transport form 39s 587ms
And Click "save-transport" save button and wait for form to disappear 30s 054ms
And Set advice window in schedule 2s 149ms
And Check is transport created in schedule and set transport id 593ms
And Go to "TRANSPORT_TABLE" 192ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 330ms
Then Check are transport values equals 23s 390ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:14)
After Hooks.deleteTransportAfterTest() 116ms
View Feature Crud Transport
Scenario Outline Check if it possible to create new transport with advice
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Get inputs from database "CREATE_DELIVERY" "super-admin-alrec" 037ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 063ms
When Go to new transport "DELIVERY" 303ms
And Fill transport form 24s 920ms
And Click "save-transport" save button and wait for form to disappear 30s 124ms
And Set advice window in schedule 2s 144ms
And Check is transport created in schedule and set transport id 460ms
And Go to "TRANSPORT_TABLE" 189ms
And Go to transport details "DELIVERY" 2s 296ms
Then Check are transport values equals 19s 269ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:14)
After Hooks.deleteTransportAfterTest() 112ms
View Feature Crud Transport
Scenario Outline Check if it possible to create new transport without advice
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Get inputs from database "CREATE_WEIGHING" "super-admin-hochland" 036ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 310ms
When Go to new transport "WEIGHING" 311ms
And Fill transport form 15s 667ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 088ms
And Show all transport "false" 165ms
And Go to "TRANSPORT_TABLE" 144ms
And Go to transport details "WEIGHING" 2s 362ms
And Check are transport values equals 4s 174ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:43)
After Hooks.deleteTransportAfterTest() 088ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Get inputs from database "CREATE_TRANSPORT" "super-admin-adama" 037ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 075ms
When Go to new transport "TRANSPORT" 390ms
And Fill transport form 26s 672ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 113ms
And Show all transport "false" 162ms
And Go to "TRANSPORT_TABLE" 145ms
And Go to transport details "TRANSPORT" 2s 422ms
And Check are transport values equals 6s 208ms
After Hooks.deleteTransportAfterTest() 083ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Get inputs from database "CREATE_CONTAINER" "super-admin-adama" 037ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 095ms
When Go to new transport "CONTAINER" 314ms
And Fill transport form 11s 123ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 129ms
And Show all transport "false" 159ms
And Go to "TRANSPORT_TABLE" 140ms
And Go to transport details "CONTAINER" 2s 357ms
And Check are transport values equals 067ms
After Hooks.deleteTransportAfterTest() 082ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Get inputs from database "CREATE_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 039ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 298ms
When Go to new transport "TRANSFER_BETWEEN_WAREHOUSES" 335ms
And Fill transport form 12s 893ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 141ms
And Show all transport "false" 165ms
And Go to "TRANSPORT_TABLE" 172ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 546ms
And Check are transport values equals 4s 177ms
After Hooks.deleteTransportAfterTest() 072ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-piast" 036ms
And Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 542ms
When Go to new transport "DELIVERY" 313ms
And Fill transport form 22s 453ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 098ms
And Show all transport "false" 163ms
And Go to "TRANSPORT_TABLE" 152ms
And Go to transport details "DELIVERY" 2s 507ms
And Check are transport values equals 17s 186ms
After Hooks.deleteTransportAfterTest() 065ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Get inputs from database "CREATE_LOAD" "super-admin-piast" 036ms
And Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 102ms
When Go to new transport "LOAD" 346ms
And Fill transport form 26s 282ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 137ms
And Show all transport "false" 168ms
And Go to "TRANSPORT_TABLE" 144ms
And Go to transport details "LOAD" 2s 658ms
And Check are transport values equals 2s 125ms
After Hooks.deleteTransportAfterTest() 088ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 000ms
Given Get inputs from database "CREATE_LOAD" "super-admin-keeeper" 036ms
And Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 079ms
When Go to new transport "LOAD" 287ms
And Fill transport form 24s 576ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 144ms
And Show all transport "false" 164ms
And Go to "TRANSPORT_TABLE" 159ms
And Go to transport details "LOAD" 2s 384ms
And Check are transport values equals 19s 183ms
After Hooks.deleteTransportAfterTest() 057ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Get inputs from database "CREATE_CONTAINER" "super-admin-keeeper" 036ms
And Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 087ms
When Go to new transport "CONTAINER" 274ms
And Fill transport form 24s 577ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 144ms
And Show all transport "false" 162ms
And Go to "TRANSPORT_TABLE" 146ms
And Go to transport details "CONTAINER" 2s 368ms
And Check are transport values equals 19s 185ms
After Hooks.deleteTransportAfterTest() 080ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Get inputs from database "CREATE_SMALLS_IMPORT" "super-admin-skz" 037ms
And Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 191ms
When Go to new transport "SMALLS_IMPORT" 393ms
And Fill transport form 36s 240ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 083ms
And Show all transport "false" 160ms
And Go to "TRANSPORT_TABLE" 152ms
And Go to transport details "SMALLS_IMPORT" 2s 392ms
And Check are transport values equals 10s 365ms
After Hooks.deleteTransportAfterTest() 104ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Get inputs from database "CREATE_SMALLS_EXPORT" "super-admin-skz" 035ms
And Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 172ms
When Go to new transport "SMALLS_EXPORT" 403ms
And Fill transport form 36s 211ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 081ms
And Show all transport "false" 163ms
And Go to "TRANSPORT_TABLE" 158ms
And Go to transport details "SMALLS_EXPORT" 2s 394ms
And Check are transport values equals 10s 378ms
After Hooks.deleteTransportAfterTest() 100ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Get inputs from database "CREATE_TRANSPORT_ORDER" "super-admin-alrec" 036ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 058ms
When Go to new transport "TRANSPORT_ORDER" 392ms
And Fill transport form 29s 922ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 105ms
And Show all transport "true" 254ms
And Go to "TRANSPORT_TABLE" 134ms
And Go to transport details "TRANSPORT_ORDER" 2s 429ms
And Check are transport values equals 19s 291ms
After Hooks.deleteTransportAfterTest() 085ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 000ms
Given Get inputs from database "CREATE_TRANSPORT_ORDER_WITHOUT_WAREHOUSES" "super-admin-adama" 037ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 088ms
When Go to new transport "TRANSPORT" 350ms
And Fill transport form 37s 597ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 099ms
And Show all transport "false" 167ms
And Go to "TRANSPORT_TABLE" 135ms
And Go to transport details "TRANSPORT" 2s 412ms
And Check are transport values equals 4s 200ms
After Hooks.deleteTransportAfterTest() 095ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 000ms
Given Get inputs from database "CREATE_INBOUND_WITHOUT_WAREHOUSES" "super-admin-alrec" 036ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 099ms
When Go to new transport "INBOUND" 372ms
And Fill transport form 40s 848ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 128ms
And Show all transport "true" 237ms
And Go to "TRANSPORT_TABLE" 147ms
And Go to transport details "INBOUND" 2s 418ms
And Check are transport values equals 2s 277ms
After Hooks.deleteTransportAfterTest() 091ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Get inputs from database "CREATE_EXTERNAL_DELIVERY_WITH_TWO_UNLOAD" "super-admin-farmacol" 036ms
And Login as "farmacol-admin" and set token of apiUsername "super-admin-farmacol" 1s 755ms
When Go to new transport "EXTERNAL_DELIVERY" 337ms
And Fill transport form 53s 392ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 081ms
And Show all transport "false" 162ms
And Go to "TRANSPORT_TABLE" 153ms
And Go to transport details "EXTERNAL_DELIVERY" 2s 398ms
And Check are transport values equals 4s 467ms
After Hooks.deleteTransportAfterTest() 086ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Get inputs from database "CREATE_EXTERNAL_DELIVERY_WITH_TWO_UNLOAD" "dfa1-supplier" 035ms
And Login as "dfa1-supplier" and set token of apiUsername "dfa1-supplier" 1s 762ms
When Go to new transport "EXTERNAL_DELIVERY" 15s 270ms
And Fill transport form 46s 946ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 077ms
And Show all transport "false" 163ms
And Go to "TRANSPORT_TABLE" 138ms
And Go to transport details "EXTERNAL_DELIVERY" 2s 404ms
And Check are transport values equals 4s 422ms
After Hooks.deleteTransportAfterTest() 089ms
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 026ms
And Get inputs from database "EDIT_UNLOAD" "super-admin-pgf" 036ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" 15s 916ms
And Show all transport "false" 166ms
When Go to transport details "UNLOAD" 30s 431ms
And Fill transport form 32s 526ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 091ms
And Go to transport details "UNLOAD" 30s 420ms
Then Check are transport values equals 6s 239ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:76)
After Hooks.deleteTransportAfterTest() 136ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 072ms
And Get inputs from database "EDIT_TRANSPORT" "super-admin-adama" 035ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 229ms
And Show all transport "false" 167ms
When Go to transport details "TRANSPORT" 2s 455ms
And Fill transport form 10s 259ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 129ms
And Go to transport details "TRANSPORT" 2s 386ms
Then Check are transport values equals 4s 119ms
After Hooks.deleteTransportAfterTest() 072ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 076ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-adama" 036ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 170ms
And Show all transport "false" 162ms
When Go to transport details "CONTAINER" 2s 351ms
And Fill transport form 4s 693ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 105ms
And Go to transport details "CONTAINER" 2s 358ms
Then Check are transport values equals 042ms
After Hooks.deleteTransportAfterTest() 060ms
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 058ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-adama" 036ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 1s 280ms
And Show all transport "false" 162ms
When Go to transport details "DELIVERY" 2s 351ms
And Fill transport form 13s 652ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 085ms
And Go to transport details "DELIVERY" 2s 382ms
Then Check are transport values equals 2s 143ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:76)
After Hooks.deleteTransportAfterTest() 117ms
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 077ms
And Get inputs from database "EDIT_OWN_COLLECTION" "super-admin-adama" 036ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-adama" 1s 337ms
And Show all transport "false" 165ms
When Go to transport details "OWN_COLLECTION" 2s 333ms
And Fill transport form 23s 649ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 124ms
And Go to transport details "OWN_COLLECTION" 2s 310ms
Then Check are transport values equals 4s 192ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:76)
After Hooks.deleteTransportAfterTest() 093ms
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 313ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 037ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 451ms
And Show all transport "false" 162ms
When Go to transport details "DELIVERY" 2s 701ms
And Fill transport form 37s 836ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 116ms
And Go to transport details "DELIVERY" 2s 392ms
Then Check are transport values equals 12s 509ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:76)
After Hooks.deleteTransportAfterTest() 114ms
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 324ms
And Get inputs from database "EDIT_OWN_COLLECTION" "super-admin-hochland" 035ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-hochland" 1s 359ms
And Show all transport "false" 161ms
When Go to transport details "OWN_COLLECTION" 2s 629ms
And Fill transport form 38s 568ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 103ms
And Go to transport details "OWN_COLLECTION" 2s 419ms
Then Check are transport values equals 8s 348ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:76)
After Hooks.deleteTransportAfterTest() 115ms
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 346ms
And Get inputs from database "EDIT_EXPORT" "super-admin-hochland" 036ms
And Create transport "CREATE_EXPORT" by JSON file as "super-admin-hochland" 1s 373ms
And Show all transport "false" 171ms
When Go to transport details "EXPORT" 3s 613ms
And Fill transport form 49s 906ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 076ms
And Go to transport details "EXPORT" 2s 489ms
Then Check are transport values equals 10s 454ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:76)
After Hooks.deleteTransportAfterTest() 116ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 327ms
And Get inputs from database "EDIT_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 035ms
And Create transport "CREATE_TRANSFER_BETWEEN_WAREHOUSES" by JSON file as "super-admin-hochland" 1s 200ms
And Show all transport "false" 162ms
When Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 677ms
And Fill transport form 35s 918ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 127ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 431ms
Then Check are transport values equals 12s 422ms
After Hooks.deleteTransportAfterTest() 093ms
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 335ms
And Get inputs from database "EDIT_CISTERN_DELIVERY" "super-admin-hochland" 036ms
And Create transport "CREATE_CISTERN_DELIVERY" by JSON file as "super-admin-hochland" 1s 365ms
And Show all transport "false" 160ms
When Go to transport details "CISTERN_DELIVERY" 2s 500ms
And Fill transport form 29s 243ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 049ms
And Go to transport details "CISTERN_DELIVERY" 2s 379ms
Then Check are transport values equals 8s 267ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:76)
After Hooks.deleteTransportAfterTest() 117ms
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 325ms
And Get inputs from database "EDIT_CISTERN_COLLECTION" "super-admin-hochland" 036ms
And Create transport "CREATE_CISTERN_COLLECTION" by JSON file as "super-admin-hochland" 1s 295ms
And Show all transport "false" 162ms
When Go to transport details "CISTERN_COLLECTION" 2s 433ms
And Fill transport form 27s 870ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 061ms
And Go to transport details "CISTERN_COLLECTION" 2s 338ms
Then Check are transport values equals 8s 253ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:76)
After Hooks.deleteTransportAfterTest() 114ms
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 307ms
And Get inputs from database "EDIT_WEIGHING" "super-admin-hochland" 036ms
And Create transport "CREATE_WEIGHING" by JSON file as "super-admin-hochland" 1s 230ms
And Show all transport "false" 163ms
When Go to transport details "WEIGHING" 2s 353ms
And Fill transport form 14s 427ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 077ms
And Go to transport details "WEIGHING" 2s 338ms
Then Check are transport values equals 4s 135ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:76)
After Hooks.deleteTransportAfterTest() 075ms
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 324ms
And Get inputs from database "EDIT_OWN_COLLECTION_POWDER_FACTORY" "super-admin-hochland" 036ms
And Create transport "CREATE_OWN_COLLECTION_POWDER_FACTORY" by JSON file as "super-admin-hochland" 1s 409ms
And Show all transport "false" 159ms
When Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 2s 514ms
And Fill transport form 37s 151ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 079ms
And Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 2s 399ms
Then Check are transport values equals 8s 329ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:76)
After Hooks.deleteTransportAfterTest() 105ms
View Feature Crud Transport
Scenario Outline Check if it is possible to edit transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 1s 008ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-skd" 036ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 15s 305ms
And Show all transport "false" 162ms
When Go to transport details "DELIVERY" 30s 417ms
And Fill transport form 27s 634ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 077ms
And Go to transport details "DELIVERY" 30s 370ms
Then Check are transport values equals 4s 186ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:76)
After Hooks.deleteTransportAfterTest() 085ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 127ms
And Get inputs from database "EDIT_LOAD" "super-admin-piast" 037ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 186ms
And Show all transport "false" 162ms
When Go to transport details "LOAD" 2s 686ms
And Fill transport form 56s 951ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 120ms
And Go to transport details "LOAD" 2s 522ms
Then Check are transport values equals 24s 711ms
After Hooks.deleteTransportAfterTest() 089ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 043ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-lantmannen" 035ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 1s 355ms
And Show all transport "false" 162ms
When Go to transport details "DELIVERY" 2s 362ms
And Fill transport form 16s 398ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 149ms
And Go to transport details "DELIVERY" 2s 317ms
Then Check are transport values equals 067ms
After Hooks.deleteTransportAfterTest() 101ms
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" 1s 031ms
And Get inputs from database "EDIT_LOAD" "super-admin-lantmannen" 035ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 334ms
And Show all transport "false" 159ms
When Go to transport details "LOAD" 2s 354ms
And Fill transport form 30s 090ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 146ms
And Go to transport details "LOAD" 2s 307ms
Then Check are transport values equals 4s 213ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:76)
After Hooks.deleteTransportAfterTest() 099ms
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 057ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-keeeper" 036ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 326ms
And Show all transport "false" 163ms
When Go to transport details "UNLOAD" 2s 366ms
And Fill transport form 39s 762ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 100ms
And Go to transport details "UNLOAD" 2s 327ms
Then Check are transport values equals 8s 378ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:76)
After Hooks.deleteTransportAfterTest() 119ms
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 046ms
And Get inputs from database "EDIT_TANKER_GRANULATE_DELIVERY" "super-admin-keeeper" 037ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 374ms
And Show all transport "false" 160ms
When Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 377ms
And Fill transport form 38s 468ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 140ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 341ms
Then Check are transport values equals 8s 331ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:76)
After Hooks.deleteTransportAfterTest() 117ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 098ms
And Get inputs from database "EDIT_LOAD" "super-admin-keeeper" 037ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 210ms
And Show all transport "false" 162ms
When Go to transport details "LOAD" 2s 352ms
And Fill transport form 25s 945ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 092ms
And Go to transport details "LOAD" 2s 347ms
Then Check are transport values equals 4s 200ms
After Hooks.deleteTransportAfterTest() 070ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 094ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-keeeper" 036ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 199ms
And Show all transport "false" 162ms
When Go to transport details "CONTAINER" 2s 365ms
And Fill transport form 25s 956ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 164ms
And Go to transport details "CONTAINER" 2s 348ms
Then Check are transport values equals 4s 212ms
After Hooks.deleteTransportAfterTest() 075ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 151ms
And Get inputs from database "EDIT_SMALLS_EXPORT" "super-admin-skz" 036ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 224ms
And Show all transport "false" 160ms
When Go to transport details "SMALLS_EXPORT" 2s 451ms
And Fill transport form 32s 827ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 121ms
And Go to transport details "SMALLS_EXPORT" 2s 404ms
Then Check are transport values equals 8s 316ms
After Hooks.deleteTransportAfterTest() 081ms
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" 1s 117ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-alrec" 034ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 1s 314ms
And Show all transport "true" 243ms
When Go to transport details "DELIVERY" 2s 329ms
And Fill transport form 21s 679ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 105ms
And Go to transport details "DELIVERY" 2s 301ms
Then Check are transport values equals 2s 181ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:76)
After Hooks.deleteTransportAfterTest() 097ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 093ms
And Get inputs from database "EDIT_TRANSPORT_ORDER" "super-admin-alrec" 039ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 275ms
And Show all transport "true" 238ms
When Go to transport details "TRANSPORT_ORDER" 2s 436ms
And Fill transport form 26s 553ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 141ms
And Go to transport details "TRANSPORT_ORDER" 2s 371ms
Then Check are transport values equals 2s 211ms
After Hooks.deleteTransportAfterTest() 104ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-warehouseman" and set token of apiUsername "super-admin-keeeper" 1s 677ms
And Get inputs from database "EDIT_CONTAINER_WAREHOUSEMAN_CUSTOMFIELDS" "super-admin-keeeper" 041ms
And Create transport "CREATE_CONTAINER_KEEEPER_WAIMEA" by JSON file as "super-admin-keeeper" 1s 206ms
And Show all transport "false" 165ms
When Go to transport details "CONTAINER" 2s 367ms
And Fill transport form 10s 226ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 099ms
And Go to transport details "CONTAINER" 2s 347ms
Then Check are transport values equals 4s 124ms
After Hooks.deleteTransportAfterTest() 069ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 269ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 432ms
And Show all transport "false" 161ms
When Delete transport 17s 903ms
Then Transport not displayed in table of transports 15s 046ms
After Hooks.deleteTransportAfterTest() 096ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 160ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 224ms
And Show all transport "false" 163ms
When Delete transport 17s 177ms
Then Transport not displayed in table of transports 15s 025ms
After Hooks.deleteTransportAfterTest() 061ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 057ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 1s 317ms
And Show all transport "false" 170ms
When Delete transport 17s 030ms
Then Transport not displayed in table of transports 15s 018ms
After Hooks.deleteTransportAfterTest() 10s 233ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 108ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 213ms
And Show all transport "false" 163ms
When Delete transport 17s 046ms
Then Transport not displayed in table of transports 15s 051ms
After Hooks.deleteTransportAfterTest() 058ms
View Feature Crud Transport
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_IMPORT" by JSON file as "super-admin-skz" 1s 223ms
And Show all transport "false" 170ms
When Delete transport 17s 653ms
Then Transport not displayed in table of transports 15s 027ms
After Hooks.deleteTransportAfterTest() 061ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 201ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 269ms
And Show all transport "false" 162ms
When Delete transport 17s 674ms
Then Transport not displayed in table of transports 15s 048ms
After Hooks.deleteTransportAfterTest() 067ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 092ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 1s 329ms
And Show all transport "true" 220ms
When Delete transport 19s 108ms
Then Transport not displayed in table of transports 15s 045ms
After Hooks.deleteTransportAfterTest() 092ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 118ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 236ms
And Show all transport "true" 232ms
When Delete transport 17s 071ms
Then Transport not displayed in table of transports 15s 067ms
After Hooks.deleteTransportAfterTest() 084ms
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 023ms
And Get inputs from database "EDIT_UNLOAD" "super-admin-pgf" 036ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" 15s 859ms
And Show all transport "false" 162ms
When Go to transport details "UNLOAD" 30s 485ms
And Fill transport form 32s 406ms
And Click "save-transport" save button 1s 237ms
And Click cancel button in transport form 079ms
And Go to transport details "UNLOAD" 30s 416ms
Then Check are transport values equals 6s 259ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:138)
After Hooks.deleteTransportAfterTest() 083ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 176ms
And Get inputs from database "EDIT_TRANSPORT" "super-admin-adama" 035ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 212ms
And Show all transport "false" 169ms
When Go to transport details "TRANSPORT" 2s 459ms
And Fill transport form 10s 237ms
And Click "save-transport" save button 730ms
And Click cancel button in transport form 079ms
And Go to transport details "TRANSPORT" 2s 306ms
Then Check are transport values equals 4s 119ms
After Hooks.deleteTransportAfterTest() 077ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 075ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-adama" 036ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 180ms
And Show all transport "false" 161ms
When Go to transport details "CONTAINER" 2s 352ms
And Fill transport form 4s 689ms
And Click "save-transport" save button 700ms
And Click cancel button in transport form 059ms
And Go to transport details "CONTAINER" 2s 240ms
Then Check are transport values equals 031ms
After Hooks.deleteTransportAfterTest() 062ms
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" 976ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-adama" 035ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 1s 291ms
And Show all transport "false" 160ms
When Go to transport details "DELIVERY" 2s 342ms
And Fill transport form 13s 712ms
And Click "save-transport" save button 691ms
And Click cancel button in transport form 078ms
And Go to transport details "DELIVERY" 2s 292ms
Then Check are transport values equals 2s 134ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:138)
After Hooks.deleteTransportAfterTest() 094ms
View Feature Crud Transport
Scenario Outline Check if it is possible use save and cancel combination after editing transport
Before Hooks.showScenarioName(Scenario) 002ms
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 072ms
And Get inputs from database "EDIT_OWN_COLLECTION" "super-admin-adama" 035ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-adama" 1s 323ms
And Show all transport "false" 167ms
When Go to transport details "OWN_COLLECTION" 2s 332ms
And Fill transport form 23s 607ms
And Click "save-transport" save button 697ms
And Click cancel button in transport form 075ms
And Go to transport details "OWN_COLLECTION" 2s 250ms
Then Check are transport values equals 4s 190ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:138)
After Hooks.deleteTransportAfterTest() 095ms
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 314ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 037ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 445ms
And Show all transport "false" 168ms
When Go to transport details "DELIVERY" 2s 706ms
And Fill transport form 37s 852ms
And Click "save-transport" save button 1s 228ms
And Click cancel button in transport form 068ms
And Go to transport details "DELIVERY" 2s 352ms
Then Check are transport values equals 12s 522ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:138)
After Hooks.deleteTransportAfterTest() 121ms
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 368ms
And Get inputs from database "EDIT_OWN_COLLECTION" "super-admin-hochland" 037ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-hochland" 1s 399ms
And Show all transport "false" 160ms
When Go to transport details "OWN_COLLECTION" 2s 620ms
And Fill transport form 38s 579ms
And Click "save-transport" save button 1s 234ms
And Click cancel button in transport form 074ms
And Go to transport details "OWN_COLLECTION" 2s 347ms
Then Check are transport values equals 8s 336ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:138)
After Hooks.deleteTransportAfterTest() 095ms
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 304ms
And Get inputs from database "EDIT_EXPORT" "super-admin-hochland" 036ms
And Create transport "CREATE_EXPORT" by JSON file as "super-admin-hochland" 1s 401ms
And Show all transport "false" 163ms
When Go to transport details "EXPORT" 3s 523ms
And Fill transport form 49s 888ms
And Click "save-transport" save button 1s 235ms
And Click cancel button in transport form 070ms
And Go to transport details "EXPORT" 2s 375ms
Then Check are transport values equals 10s 460ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:138)
After Hooks.deleteTransportAfterTest() 131ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 325ms
And Get inputs from database "EDIT_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 036ms
And Create transport "CREATE_TRANSFER_BETWEEN_WAREHOUSES" by JSON file as "super-admin-hochland" 1s 189ms
And Show all transport "false" 162ms
When Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 615ms
And Fill transport form 35s 980ms
And Click "save-transport" save button 940ms
And Click cancel button in transport form 080ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 354ms
Then Check are transport values equals 12s 415ms
After Hooks.deleteTransportAfterTest() 090ms
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 361ms
And Get inputs from database "EDIT_CISTERN_DELIVERY" "super-admin-hochland" 035ms
And Create transport "CREATE_CISTERN_DELIVERY" by JSON file as "super-admin-hochland" 1s 355ms
And Show all transport "false" 163ms
When Go to transport details "CISTERN_DELIVERY" 2s 510ms
And Fill transport form 29s 283ms
And Click "save-transport" save button 802ms
And Click cancel button in transport form 084ms
And Go to transport details "CISTERN_DELIVERY" 2s 341ms
Then Check are transport values equals 8s 275ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:138)
After Hooks.deleteTransportAfterTest() 119ms
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 285ms
And Get inputs from database "EDIT_CISTERN_COLLECTION" "super-admin-hochland" 035ms
And Create transport "CREATE_CISTERN_COLLECTION" by JSON file as "super-admin-hochland" 1s 317ms
And Show all transport "false" 162ms
When Go to transport details "CISTERN_COLLECTION" 2s 452ms
And Fill transport form 27s 837ms
And Click "save-transport" save button 751ms
And Click cancel button in transport form 094ms
And Go to transport details "CISTERN_COLLECTION" 2s 304ms
Then Check are transport values equals 8s 292ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:138)
After Hooks.deleteTransportAfterTest() 092ms
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 345ms
And Get inputs from database "EDIT_WEIGHING" "super-admin-hochland" 042ms
And Create transport "CREATE_WEIGHING" by JSON file as "super-admin-hochland" 1s 199ms
And Show all transport "false" 162ms
When Go to transport details "WEIGHING" 2s 360ms
And Fill transport form 14s 406ms
And Click "save-transport" save button 690ms
And Click cancel button in transport form 058ms
And Go to transport details "WEIGHING" 2s 224ms
Then Check are transport values equals 4s 120ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:138)
After Hooks.deleteTransportAfterTest() 074ms
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 294ms
And Get inputs from database "EDIT_OWN_COLLECTION_POWDER_FACTORY" "super-admin-hochland" 035ms
And Create transport "CREATE_OWN_COLLECTION_POWDER_FACTORY" by JSON file as "super-admin-hochland" 1s 353ms
And Show all transport "false" 162ms
When Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 2s 514ms
And Fill transport form 37s 100ms
And Click "save-transport" save button 876ms
And Click cancel button in transport form 085ms
And Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 2s 354ms
Then Check are transport values equals 8s 329ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:138)
After Hooks.deleteTransportAfterTest() 113ms
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" 996ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-skd" 036ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 15s 249ms
And Show all transport "false" 161ms
When Go to transport details "DELIVERY" 30s 404ms
And Fill transport form 27s 654ms
And Click "save-transport" save button 701ms
And Click cancel button in transport form 070ms
And Go to transport details "DELIVERY" 30s 318ms
Then Check are transport values equals 4s 187ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:138)
After Hooks.deleteTransportAfterTest() 102ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 194ms
And Get inputs from database "EDIT_LOAD" "super-admin-piast" 040ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 195ms
And Show all transport "false" 162ms
When Go to transport details "LOAD" 2s 653ms
And Fill transport form 56s 936ms
And Click "save-transport" save button 1s 247ms
And Click cancel button in transport form 076ms
And Go to transport details "LOAD" 2s 390ms
Then Check are transport values equals 24s 731ms
After Hooks.deleteTransportAfterTest() 070ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 052ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-lantmannen" 036ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 1s 332ms
And Show all transport "false" 161ms
When Go to transport details "DELIVERY" 2s 357ms
And Fill transport form 16s 413ms
And Click "save-transport" save button 719ms
And Click cancel button in transport form 070ms
And Go to transport details "DELIVERY" 2s 298ms
Then Check are transport values equals 061ms
After Hooks.deleteTransportAfterTest() 125ms
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" 1s 029ms
And Get inputs from database "EDIT_LOAD" "super-admin-lantmannen" 035ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 363ms
And Show all transport "false" 162ms
When Go to transport details "LOAD" 2s 325ms
And Fill transport form 30s 102ms
And Click "save-transport" save button 1s 216ms
And Click cancel button in transport form 078ms
And Go to transport details "LOAD" 2s 264ms
Then Check are transport values equals 4s 201ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:138)
After Hooks.deleteTransportAfterTest() 100ms
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 065ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-keeeper" 036ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 304ms
And Show all transport "false" 158ms
When Go to transport details "UNLOAD" 2s 414ms
And Fill transport form 39s 715ms
And Click "save-transport" save button 769ms
And Click cancel button in transport form 076ms
And Go to transport details "UNLOAD" 2s 301ms
Then Check are transport values equals 8s 341ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:138)
After Hooks.deleteTransportAfterTest() 085ms
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 089ms
And Get inputs from database "EDIT_TANKER_GRANULATE_DELIVERY" "super-admin-keeeper" 036ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 327ms
And Show all transport "false" 167ms
When Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 387ms
And Fill transport form 38s 355ms
And Click "save-transport" save button 696ms
And Click cancel button in transport form 079ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 321ms
Then Check are transport values equals 8s 328ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:138)
After Hooks.deleteTransportAfterTest() 090ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 110ms
And Get inputs from database "EDIT_LOAD" "super-admin-keeeper" 038ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 202ms
And Show all transport "false" 163ms
When Go to transport details "LOAD" 2s 356ms
And Fill transport form 25s 991ms
And Click "save-transport" save button 702ms
And Click cancel button in transport form 068ms
And Go to transport details "LOAD" 2s 318ms
Then Check are transport values equals 4s 194ms
After Hooks.deleteTransportAfterTest() 073ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 078ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-keeeper" 036ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 186ms
And Show all transport "false" 161ms
When Go to transport details "CONTAINER" 2s 357ms
And Fill transport form 26s 002ms
And Click "save-transport" save button 725ms
And Click cancel button in transport form 068ms
And Go to transport details "CONTAINER" 2s 300ms
Then Check are transport values equals 4s 196ms
After Hooks.deleteTransportAfterTest() 079ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 140ms
And Get inputs from database "EDIT_SMALLS_IMPORT" "super-admin-skz" 036ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 226ms
And Show all transport "false" 205ms
When Go to transport details "SMALLS_IMPORT" 2s 449ms
And Fill transport form 32s 814ms
And Click "save-transport" save button 746ms
And Click cancel button in transport form 072ms
And Go to transport details "SMALLS_IMPORT" 2s 344ms
Then Check are transport values equals 8s 294ms
After Hooks.deleteTransportAfterTest() 081ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 182ms
And Get inputs from database "EDIT_SMALLS_EXPORT" "super-admin-skz" 036ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 224ms
And Show all transport "false" 164ms
When Go to transport details "SMALLS_EXPORT" 2s 468ms
And Fill transport form 32s 809ms
And Click "save-transport" save button 741ms
And Click cancel button in transport form 067ms
And Go to transport details "SMALLS_EXPORT" 2s 312ms
Then Check are transport values equals 8s 285ms
After Hooks.deleteTransportAfterTest() 087ms
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 121ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-alrec" 037ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 1s 324ms
And Show all transport "true" 228ms
When Go to transport details "DELIVERY" 2s 314ms
And Fill transport form 21s 664ms
And Click "save-transport" save button 697ms
And Click cancel button in transport form 084ms
And Go to transport details "DELIVERY" 2s 277ms
Then Check are transport values equals 2s 182ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:138)
After Hooks.deleteTransportAfterTest() 111ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 074ms
And Get inputs from database "EDIT_TRANSPORT_ORDER" "super-admin-alrec" 038ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 238ms
And Show all transport "true" 222ms
When Go to transport details "TRANSPORT_ORDER" 2s 434ms
And Fill transport form 26s 545ms
And Click "save-transport" save button 701ms
And Click cancel button in transport form 072ms
And Go to transport details "TRANSPORT_ORDER" 2s 326ms
Then Check are transport values equals 2s 227ms
After Hooks.deleteTransportAfterTest() 073ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 063ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 202ms
And Create gray windows "CREATE_GRAY_WINDOW_MWG" on "PRZESYŁKI DROBNICOWE" in "Magazyn Wyrobów Gotowych" as "super-admin-keeeper" 237ms
And If user is login then logout 097ms
Then Login as "dka1-supplier" 1s 704ms
And Click button advice in transport table "LOAD" 144ms
And Check if moved to first possible start date in schedule 394ms
After Hooks.deleteTransportAfterTest() 069ms
After Hooks.deleteAllGrayWindowsAfterTest() 1m 30s 370ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-piast" 094ms
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 155ms
Then Go to new transport "LOAD" 373ms
And Fill transport form 23s 255ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 107ms
And Go to "COMPANIES_TAB" 423ms
And Go to company "Dostawca Piast Automat 1" details 183ms
And Check if new address with "Adresat" is visible in company details 113ms
And Go to "TRANSPORT_TABLE" 227ms
And Go to transport details "LOAD" 2s 634ms
After Hooks.deleteTransportAfterTest() 064ms
After Hooks.deleteAddressAfterTest() 029ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 117ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 173ms
When Go to "TRANSPORT_TABLE" 110ms
And Show all transport types 1s 037ms
And Verify that transport has "0" files 027ms
Then Add file to transport by API 434ms
And Verify that transport has "1" files 620ms
After Hooks.deleteTransportAfterTest() 082ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 022ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 191ms
When Go to "TRANSPORT_TABLE" 099ms
And Show all transport types 1s 029ms
And Verify that transport has "0" files 032ms
Then Add file to transport by API 266ms
And Verify that transport has "1" files 547ms
After Hooks.deleteTransportAfterTest() 047ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 219ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 404ms
When Go to "TRANSPORT_TABLE" 106ms
And Show all transport types 1s 034ms
And Verify that transport has "0" files 036ms
Then Add file to transport by API 238ms
And Verify that transport has "1" files 368ms
After Hooks.deleteTransportAfterTest() 107ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 976ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 199ms
When Go to "TRANSPORT_TABLE" 112ms
And Show all transport types 1s 037ms
And Verify that transport has "0" files 036ms
Then Add file to transport by API 212ms
And Verify that transport has "1" files 964ms
After Hooks.deleteTransportAfterTest() 068ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 010ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 189ms
And Delete transport 17s 169ms
When Go to "ARCHIVE_TAB" 243ms
And Show "DELIVERY" 054ms
And Verify that transport has "0" files 1s 222ms
Then Add file to transport 170ms
And Verify that transport has "1" files 401ms
After Hooks.deleteTransportAfterTest() 068ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 141ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 202ms
And Delete transport 17s 251ms
When Go to "ARCHIVE_TAB" 232ms
And Show "LOAD" 079ms
And Verify that transport has "0" files 1s 463ms
Then Add file to transport 155ms
And Verify that transport has "1" files 378ms
After Hooks.deleteTransportAfterTest() 057ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 271ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 428ms
And Delete transport 17s 874ms
When Go to "ARCHIVE_TAB" 237ms
And Show "DELIVERY" 059ms
And Verify that transport has "0" files 1s 226ms
Then Add file to transport 173ms
And Verify that transport has "1" files 421ms
After Hooks.deleteTransportAfterTest() 079ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 071ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 218ms
And Delete transport 17s 503ms
When Go to "ARCHIVE_TAB" 237ms
And Show "CONTAINER" 077ms
And Verify that transport has "0" files 1s 213ms
Then Add file to transport 149ms
And Verify that transport has "1" files 330ms
After Hooks.deleteTransportAfterTest() 054ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-adama" 098ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 15s 175ms
And Transfer transport to carrier by JSON file "super-admin-adama" "true" confirmation 111ms
And Accept transferred transport by Api 083ms
And Login as "paa1-carrier@qa.qa-test" 1s 261ms
Then Verify that "large_entrepreneur_declaration" document can be downloaded 16s 089ms
After Hooks.deleteTransportAfterTest() 065ms
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 284ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 211ms
And Transfer transport to carrier by JSON file "super-admin-adama" "false" confirmation 139ms
Then Verify that "large_entrepreneur_declaration" document can be downloaded 17s 780ms
After Hooks.deleteTransportAfterTest() 079ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-adama" 093ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 182ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" 2s 099ms
And Add a bid "500" to an auction by JSON file as "paa1-carrier@qa.qa-test" for "super-admin-adama" 243ms
And Login as "paa1-carrier@qa.qa-test" 1s 172ms
Then Verify that "large_entrepreneur_declaration" document can be downloaded 15s 487ms
After Hooks.deleteTransportAfterTest() 093ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 033ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 249ms
When Go to "TRANSPORT_TABLE" 129ms
And Show all transport "true" 243ms
Then Verify that transport has "1" CMR file 1s 176ms
After Hooks.deleteTransportAfterTest() 082ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 978ms
And Create transport "CREATE_TRANSPORT_TWO_UNLOAD_STEPS" by JSON file as "super-admin-alrec" 1s 283ms
When Go to "TRANSPORT_TABLE" 125ms
And Show all transport "true" 215ms
Then Verify that transport has "2" CMR file 1s 169ms
After Hooks.deleteTransportAfterTest() 069ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 969ms
And Create transport "CREATE_TRANSPORT_TWO_UNLOAD_STEPS" by JSON file as "super-admin-alrec" 1s 261ms
When Go to "TRANSPORT_TABLE" 117ms
And Show all transport "true" 224ms
Then Verify that "CMR" document can be downloaded 17s 381ms
After Hooks.deleteTransportAfterTest() 072ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 076ms
And Create transport "CREATE_TRANSPORT_TWO_UNLOAD_STEPS" by JSON file as "super-admin-alrec" 1s 265ms
And Show all transport "true" 221ms
And Delete transport 17s 200ms
When Go to "ARCHIVE_TAB" 254ms
And Show "TRANSPORT_ORDER" 060ms
Then Verify that "CMR" document can be downloaded 16s 389ms
After Hooks.deleteTransportAfterTest() 062ms
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 334ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 415ms
And Show all transport "false" 163ms
When Find transport pencil button in transports table 1s 259ms
And Click pencil and move transport to next day in schedule 16s 312ms
Then Check if transport is in new location in schedule 2s 105ms
And Check if dates in transport form are correct 3s 417ms
After Hooks.deleteTransportAfterTest() 104ms
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 116ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 1s 271ms
And Show all transport "false" 158ms
When Find transport pencil button in transports table 1s 229ms
And Click pencil and move transport to next day in schedule 16s 679ms
Then Check if transport is in new location in schedule 2s 114ms
And Check if dates in transport form are correct 3s 333ms
After Hooks.deleteTransportAfterTest() 071ms
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 040ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 299ms
And Show all transport "false" 178ms
When Find transport pencil button in transports table 1s 250ms
And Click pencil and move transport to next day in schedule 17s 009ms
Then Check if transport is in new location in schedule 2s 120ms
And Check if dates in transport form are correct 3s 348ms
After Hooks.deleteTransportAfterTest() 127ms
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 036ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 350ms
And Show all transport "false" 161ms
When Find transport pencil button in transports table 1s 248ms
And Click pencil and move transport to next day in schedule 16s 252ms
Then Check if transport is in new location in schedule 2s 105ms
And Check if dates in transport form are correct 3s 369ms
After Hooks.deleteTransportAfterTest() 118ms
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 087ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 337ms
And Show all transport "false" 162ms
When Find transport pencil button in transports table 1s 249ms
And Click pencil and move transport to next day in schedule 16s 320ms
Then Check if transport is in new location in schedule 2s 103ms
And Check if dates in transport form are correct 3s 331ms
After Hooks.deleteTransportAfterTest() 112ms
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 099ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-alrec" 1s 388ms
And Show all transport "true" 236ms
When Find transport pencil button in transports table 1s 218ms
And Click pencil and move transport to next day in schedule 16s 597ms
Then Check if transport is in new location in schedule 2s 103ms
And Check if dates in transport form are correct 3s 370ms
After Hooks.deleteTransportAfterTest() 098ms
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 148ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 177ms
And Get inputs from database "ADVICE_DELIVERY" "super-admin-piast" 035ms
When Show all transport types 1s 041ms
And Click button advice in transport table "DELIVERY" 109ms
And Set advice window in schedule 2s 543ms
And Fill advice form 10s 416ms
And Click advice save button and wait for advice form to disappear 30s 684ms
And Go to "TRANSPORT_TABLE" 233ms
And Find transport pencil button in transports table 1s 221ms
And Click pencil and move transport to next day in schedule 17s 320ms
Then Check if transport is in new location in schedule 2s 111ms
And Check if dates in transport form are correct 3s 430ms
After Hooks.deleteTransportAfterTest() 094ms
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 386ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 405ms
And Show all transport "false" 162ms
When Find transport pencil button in transports table 1s 242ms
And Click pencil and move transport to next day in schedule 16s 322ms
And Move advice window "3" 1s 313ms
Then Check if advice window is in new location 023ms
After Hooks.deleteTransportAfterTest() 111ms
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 096ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 1s 295ms
And Show all transport "false" 160ms
When Find transport pencil button in transports table 1s 225ms
And Click pencil and move transport to next day in schedule 16s 648ms
And Move advice window "3" 1s 366ms
Then Check if advice window is in new location 025ms
After Hooks.deleteTransportAfterTest() 088ms
View Feature Edit transport using pencil
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 057ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 258ms
And Show all transport "false" 166ms
When Find transport pencil button in transports table 1s 243ms
And Click pencil and move transport to next day in schedule 17s 049ms
And Move advice window "3" 1s 426ms
Then Check if advice window is in new location 023ms
After Hooks.deleteTransportAfterTest() 092ms
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 088ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 319ms
And Show all transport "false" 159ms
When Find transport pencil button in transports table 1s 249ms
And Click pencil and move transport to next day in schedule 16s 257ms
And Move advice window "3" 1s 320ms
Then Check if advice window is in new location 021ms
After Hooks.deleteTransportAfterTest() 094ms
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 093ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 327ms
And Show all transport "false" 159ms
When Find transport pencil button in transports table 1s 254ms
And Click pencil and move transport to next day in schedule 16s 290ms
And Move advice window "3" 1s 316ms
Then Check if advice window is in new location 023ms
After Hooks.deleteTransportAfterTest() 098ms
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 047ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 1s 306ms
And Show all transport "true" 231ms
When Find transport pencil button in transports table 1s 246ms
And Click pencil and move transport to next day in schedule 16s 533ms
And Move advice window "3" 1s 357ms
Then Check if advice window is in new location 020ms
After Hooks.deleteTransportAfterTest() 079ms
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_DELIVERY" by JSON file as "super-admin-hochland" 1s 413ms
And Go to transport details "DELIVERY" 2s 735ms
When Open section: "discrepancy-report-panel" 1s 059ms
Then Verify that no discrepancies found label is visible in discrepancy report section 061ms
And Select "NIE" in the "insp.-accord.-with-ins." 2s 419ms
And Verify that discrepancy report custom fields are visible in discrepancy report section 087ms
After Hooks.deleteTransportAfterTest() 082ms
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 212ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 036ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 418ms
And Go to transport details "DELIVERY" 2s 685ms
And Fill transport form 37s 795ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 054ms
When Go to transport details "DELIVERY" 2s 400ms
Then Select "NIE" in the "insp.-accord.-with-ins." 2s 415ms
And Click "save-transport" save button 718ms
And Wait "2" seconds 2s
And Verify that discrepancy report section is open 028ms
And Verify that discrepancy report section "not contains" validation errors 016ms
After Hooks.deleteTransportAfterTest() 110ms
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 314ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 387ms
When Go to transport details "DELIVERY" 2s 714ms
Then Verify that discrepancy report section is available 033ms
And Open section: "discrepancy-report-panel" 1s 070ms
And Verify that generate new discrepancy report button is visible 034ms
After Hooks.deleteTransportAfterTest() 104ms
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 248ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-hochland" 1s 346ms
When Go to transport details "OWN_COLLECTION" 2s 631ms
Then Verify that discrepancy report section is available 030ms
And Open section: "discrepancy-report-panel" 1s 053ms
And Verify that generate new discrepancy report button is visible 030ms
After Hooks.deleteTransportAfterTest() 095ms
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 209ms
And Create transport "CREATE_OWN_COLLECTION_POWDER_FACTORY" by JSON file as "super-admin-hochland" 1s 314ms
When Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 2s 487ms
Then Verify that discrepancy report section is available 022ms
And Open section: "discrepancy-report-panel" 1s 052ms
And Verify that generate new discrepancy report button is visible 029ms
After Hooks.deleteTransportAfterTest() 101ms
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 227ms
And Create transport "CREATE_EXPORT" by JSON file as "super-admin-hochland" 1s 351ms
When Go to transport details "EXPORT" 3s 549ms
Then Verify that discrepancy report section is available 028ms
And Open section: "discrepancy-report-panel" 1s 070ms
And Verify that generate new discrepancy report button is visible 030ms
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 241ms
And Create transport "CREATE_TRANSFER_BETWEEN_WAREHOUSES" by JSON file as "super-admin-hochland" 1s 189ms
When Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 619ms
Then Verify that discrepancy report section is available 019ms
And Open section: "discrepancy-report-panel" 1s 048ms
And Verify that generate new discrepancy report button is visible 029ms
After Hooks.deleteTransportAfterTest() 081ms
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 221ms
And Create transport "CREATE_CISTERN_DELIVERY" by JSON file as "super-admin-hochland" 1s 299ms
When Go to transport details "CISTERN_DELIVERY" 2s 464ms
Then Verify that discrepancy report section is not available 15s 032ms
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 350ms
And Create transport "CREATE_CISTERN_COLLECTION" by JSON file as "super-admin-hochland" 1s 298ms
When Go to transport details "CISTERN_COLLECTION" 2s 444ms
Then Verify that discrepancy report section is not available 15s 027ms
After Hooks.deleteTransportAfterTest() 141ms
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 282ms
And Create transport "CREATE_WEIGHING" by JSON file as "super-admin-hochland" 1s 262ms
When Go to transport details "WEIGHING" 2s 352ms
Then Verify that discrepancy report section is not available 15s 019ms
After Hooks.deleteTransportAfterTest() 074ms
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 285ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 408ms
When Go to "TRANSPORT_TABLE" 133ms
And Go to transport details "DELIVERY" 2s 708ms
And Change filled value in details "warehouseman" "select" "Dorosz Mieczysław" "0" 3s 486ms
And Change filled value in details "unloaded-stere" "text" "3" "0" 1s 317ms
And Open section: "discrepancy-report-panel" 1s 055ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 036ms
And Fill transport form 37s 806ms
And Fill discrepancy report section without closing the form 19s 391ms
And Generate discrepancy report 16s 812ms
And Download discrepancy report 143ms
Then Verify that discrepancy report file has correct values 15s 144ms
java.nio.file.NoSuchFileException: /home/teamcity/Downloads/72_2021_1.pdf
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
	at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
	at java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:434)
	at java.nio.file.Files.newOutputStream(Files.java:216)
	at java.nio.file.Files.copy(Files.java:3016)
	at Utils.FileUtil.checkIfFileExist(FileUtil.java:45)
	at Utils.FileUtil.getPdfFileText(FileUtil.java:28)
	at CucumberTests.Transport.TransportFormTest.verifyThatDiscrepancyReportFileHasCorrectValues(TransportFormTest.java:260)
	at ✽.Verify that discrepancy report file has correct values(file:Features/Atom/Transport/TransportForm/DiscrepancyReport.feature:76)
After Hooks.deleteTransportAfterTest() 127ms
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 363ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 383ms
When Go to "TRANSPORT_TABLE" 136ms
And Go to transport details "DELIVERY" 2s 696ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 036ms
And Fill transport form 37s 859ms
And Open section: "discrepancy-report-panel" 1s 070ms
And Fill discrepancy report section without closing the form 19s 413ms
And Generate discrepancy report 16s 228ms
And Download discrepancy report 159ms
And Verify that discrepancy report file has correct values 15s 155ms
java.nio.file.NoSuchFileException: /home/teamcity/Downloads/73_2021_1.pdf
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
	at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
	at java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:434)
	at java.nio.file.Files.newOutputStream(Files.java:216)
	at java.nio.file.Files.copy(Files.java:3016)
	at Utils.FileUtil.checkIfFileExist(FileUtil.java:45)
	at Utils.FileUtil.getPdfFileText(FileUtil.java:28)
	at CucumberTests.Transport.TransportFormTest.verifyThatDiscrepancyReportFileHasCorrectValues(TransportFormTest.java:260)
	at ✽.Verify that discrepancy report file has correct values(file:Features/Atom/Transport/TransportForm/DiscrepancyReport.feature:93)
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() 099ms
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 357ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 430ms
When Go to "TRANSPORT_TABLE" 144ms
And Confirm statuses until reach "during-unload" 8s 569ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 431ms
And Change filled value in details "insp.-accord.-with-ins." "select" "NIE" "0" 3s 451ms
And Check if next status is not possible to confirm in status confirmation modal 074ms
After Hooks.deleteTransportAfterTest() 118ms
View Feature Transport Form - Steps section scenarios
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-piast" 095ms
And Add action authority with: "piast" "piast-admin" "LOAD" "ADD_UNLOAD_STEP_FROM_UNLOAD" "ACTIVE" 041ms
And Get "LOAD" settings from "piast" 033ms
And Set transportType settings with values: "isUnloadStepInWarehouseByDefault", "false" 075ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-piast" 1s 214ms
And Login as "piast-admin" 1s 330ms
And Go to "TRANSPORT_TABLE" 211ms
When Go to transport details "LOAD" 2s 667ms
And Add step "unload" 093ms
And Change filled value in details "company-step-2" "autocomplete" "DPA2" "0" 6s 462ms
And Change filled value in details "recipient-step-2" "autocomplete" "Testowy" "0" 6s 487ms
Then Click "save-transport-and-close" save button and wait for form to disappear 30s 125ms
And Go to transport details "LOAD" 2s 564ms
And Verify that transport has "3" steps 014ms
After Hooks.deleteTransportAfterTest() 062ms
After Hooks.rollbackTransportTypeSettings() 050ms
After Hooks.rollbackAddedActionAuthorities() 028ms
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" 1s 930ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 234ms
When Go to "TRANSPORT_TABLE" 142ms
And Go to transport details "SMALLS_IMPORT" 17s 087ms
Then Verify that user can't edit time range for load and unload 15s 054ms
After Hooks.deleteTransportAfterTest() 084ms
View Feature Transport Form - Steps section scenarios
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-neuca" 097ms
And Create transport "CREATE_DELIVERY_TWO_LOADS" by JSON file as "super-admin-neuca" 1s 398ms
And Login as "neuca-admin" 840ms
And Go to "TRANSPORT_TABLE" 202ms
And Show all transport types 1s 144ms
When Go to transport details "DELIVERY" 2s 371ms
Then Check if sum of number of pallets in transport form in "load" steps is correct 056ms
After Hooks.deleteTransportAfterTest() 120ms
View Feature Transport Form - Steps section scenarios
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 097ms
And Create transport "CREATE_EXPORT" by JSON file as "super-admin-hochland" 1s 362ms
And Login as "hochland-admin" 1s 207ms
And Go to "TRANSPORT_TABLE" 130ms
And Show all transport types 1s 056ms
When Go to transport details "EXPORT" 3s 572ms
Then Check if sum of number of pallets in transport form in "unload" steps is correct 059ms
After Hooks.deleteTransportAfterTest() 106ms
View Feature Transport Form - Steps section scenarios
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-neuca" 095ms
And Get "DELIVERY" settings from "neuca" 036ms
And Set transportType settings with values: "quantitySumCheckValue", "33" 105ms
And Login as "neuca-admin" 873ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" 15s 346ms
When Go to "TRANSPORT_TABLE" 241ms
And Go to transport details "DELIVERY" 2s 484ms
And Set number of pallets in "load" step in transport - "32" 097ms
And Check if number of pallets check message is not visible in transport form 15s 012ms
And Set number of pallets in "load" step in transport - "34" 089ms
Then Check if number of pallets check message is visible in transport form 022ms
After Hooks.deleteTransportAfterTest() 084ms
After Hooks.rollbackTransportTypeSettings() 097ms
View Feature Transport Form - Steps section scenarios
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-farmacol" 104ms
And Add action authority with: "farmacol" "farmacol-admin" "EXTERNAL_DELIVERY" "ADD_UNLOAD_STEP_FROM_UNLOAD" "ACTIVE" 038ms
And Get "EXTERNAL_DELIVERY" settings from "farmacol" 068ms
And Set transportType settings with values: "isUnloadStepInWarehouseByDefault", "true" 054ms
And Login as "farmacol-admin" 1s 459ms
And Go to new transport "EXTERNAL_DELIVERY" 299ms
And Add step "unload" 100ms
And Click "save-transport-and-close" save button 687ms
Then Verify that "time-range-from-date-2" has validation error 1s 028ms
Then Verify that "time-range-to-date-2" has validation error 1s 026ms
And Change filled value in details "time-range-from-date-2" "date" "" "0" 3s 270ms
And Click "save-transport-and-close" save button 688ms
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 017ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.rollbackTransportTypeSettings() 059ms
After Hooks.rollbackAddedActionAuthorities() 034ms
View Feature Transport Form - Steps section scenarios
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-piast" 096ms
And Add action authority with: "piast" "piast-admin" "LOAD" "ADD_LOAD_STEP_FROM_UNLOAD" "ACTIVE" 037ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 204ms
When Login as "piast-admin" 1s 402ms
And Go to transport details "LOAD" 2s 762ms
And Get inputs from database "PIAST_LOAD_ADD_UNLOAD_STEP" "super-admin-piast" 037ms
And Add step "unload" 108ms
And Fill step data 14s 975ms
And Get inputs from database "PIAST_LOAD_ADD_LOAD_STEP" "super-admin-piast" 039ms
And Add step "load" 123ms
And Fill step data 5s 445ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 100ms
Then Go to transport details "LOAD" 2s 538ms
And Check if "unload" step is added as "3" step in transport form 029ms
And Check if "load" step is added as "4" step in transport form 025ms
After Hooks.deleteTransportAfterTest() 057ms
After Hooks.rollbackAddedActionAuthorities() 029ms
View Feature Transport Form - Steps section scenarios
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-skz" 098ms
And Add action authority with: "swisskrono" "super-admin-skz" "SMALLS_EXPORT" "MOVE_LOAD_STEPS" "UNLIMITED" 038ms
And Remove action authority with: "swisskrono" "super-admin-skz" "SMALLS_EXPORT" "MOVE_UNLOAD_STEPS" "UNLIMITED" 008ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 204ms
When Login as "super-admin-skz" 1s 849ms
And Go to transport details "SMALLS_EXPORT" 2s 466ms
And Check if step is draggable "LOAD" 019ms
And Check if step is not draggable "UNLOAD" 020ms
After Hooks.deleteTransportAfterTest() 083ms
After Hooks.rollbackAddedActionAuthorities() 032ms
After Hooks.rollbackRemovedActionAuthorities() 000ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 000ms
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 039ms
When Go to new transport "SMALLS_IMPORT" 354ms
And Fill transport form 19s 731ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 118ms
And Show all transport "false" 160ms
And Go to transport details "SMALLS_IMPORT" 2s 450ms
And Click create similar button 15s 157ms
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 088ms
And Open similar transport details 304ms
Then Check are transport values equals 2s 113ms
After Hooks.deleteTransportAfterTest() 066ms
After Hooks.deleteSimilarTransportAfterTest() 061ms
View Feature Transport form
Scenario Outline Check if transport created with advice by similar button has correct values
Before Hooks.showScenarioName(Scenario) 000ms
Steps
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 633ms
When Go to new transport "DELIVERY" 15s 334ms
And Fill transport form 37s 806ms
And Click "save-transport" save button and wait for form to disappear 30s 060ms
And Set advice window in schedule 2s 169ms
And Check is transport created in schedule and set transport id 727ms
And Go to "TRANSPORT_TABLE" 255ms
And Go to transport details "DELIVERY" 30s 381ms
And Click create similar button 15s 132ms
And Fill "transport" form "CREATE_SIMILAR_DELIVERY" by "pna1-carrier" 4s 836ms
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element 
...
is not clickable at point (905, 295). Other element would receive the click:

...

(Session info: headless chrome=91.0.4472.164) 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=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.1YQUm9}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.164, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}] Session ID: 075235dd08742315f635b0b165780c15 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49) at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164) at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586) at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:279) at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:83) at CucumberTests.Transport.Transport.selectValue(Transport.java:222) at CucumberTests.Transport.Transport.fillSelectInput(Transport.java:211) at CucumberTests.Transport.Transport.fillForm(Transport.java:166) at CucumberTests.Transport.TransportFormTest.fillFormBy(TransportFormTest.java:510) at ✽.Fill "transport" form "CREATE_SIMILAR_DELIVERY" by "pna1-carrier"(file:Features/Atom/Transport/TransportForm/TransportForm.feature:37)
And Click "save-transport" save button and wait for form to disappear 000ms
And Set advice window in schedule in "2" days 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Open similar transport details 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 116ms
After Hooks.deleteSimilarTransportAfterTest() 000ms
View Feature Transport form
Scenario Outline Check if transport created with advice by similar button has correct carrier
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set "transport" inputs from JSON file "CREATE_DELIVERY" "pna1-carrier" 001ms
And Login as "pna1-carrier" and set token of apiUsername "pna1-carrier" 975ms
When Go to new transport "DELIVERY" 15s 285ms
And Fill transport form 4s 842ms
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element 
...
is not clickable at point (905, 295). Other element would receive the click:

...

(Session info: headless chrome=91.0.4472.164) 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=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.1YQUm9}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.164, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}] Session ID: 075235dd08742315f635b0b165780c15 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49) at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164) at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586) at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:279) at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:83) at CucumberTests.Transport.Transport.selectValue(Transport.java:222) at CucumberTests.Transport.Transport.fillSelectInput(Transport.java:211) at CucumberTests.Transport.Transport.fillForm(Transport.java:166) at CucumberTests.Transport.CreateTransport.fillTransportForm(CreateTransport.java:184) at ✽.Fill transport form(file:Features/Atom/Transport/TransportForm/TransportForm.feature:54)
And Click "save-transport" save button and wait for form to disappear 000ms
And Set advice window in schedule 000ms
And Check is transport created in schedule and set transport id 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "DELIVERY" 000ms
And Click create similar button 000ms
And Fill "transport" form "CREATE_SIMILAR_DELIVERY" by "pna1-carrier" 000ms
And Click "save-transport" save button and wait for form to disappear 000ms
And Set advice window in schedule in "2" days 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Open similar transport details 000ms
Then Check is field "CARRIER" of type "autocomplete" equals "Przewoźnik Neuca Automat 1" 000ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteSimilarTransportAfterTest() 000ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Get inputs from database "CREATE_SMALLS_IMPORT_FOR_PRINT" "super-admin-skz" 034ms
And Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 184ms
When Go to new transport "SMALLS_IMPORT" 389ms
And Fill transport form 32s 828ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 163ms
And Go to transport details "SMALLS_IMPORT" 2s 408ms
And Go to transport print details form 3s 081ms
Then Check are transport values equals 8s 310ms
After Hooks.deleteTransportAfterTest() 082ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 194ms
And Get inputs from database "CREATE_SMALLS_IMPORT" "super-admin-skz" 036ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 263ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 115ms
And Go to transport details "SMALLS_IMPORT" 2s 456ms
Then Verify that the transport can be edited 1s 285ms
And Close transport details 15s 118ms
And If user is login then logout 119ms
And Login as "pskza1-carrier@qa.qa-test" 1s 264ms
And Go to transport details "SMALLS_IMPORT" 2s 465ms
And Verify that the transport cannot be edited 46s 280ms
After Hooks.deleteTransportAfterTest() 123ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 256ms
And Get inputs from database "CREATE_SMALLS_EXPORT" "super-admin-skz" 036ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 222ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 102ms
And Go to transport details "SMALLS_EXPORT" 2s 446ms
Then Verify that the transport can be edited 1s 247ms
And Close transport details 15s 083ms
And If user is login then logout 381ms
And Login as "pskza1-carrier@qa.qa-test" 995ms
And Go to transport details "SMALLS_EXPORT" 2s 420ms
And Verify that the transport cannot be edited 46s 366ms
After Hooks.deleteTransportAfterTest() 116ms
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 127ms
And Get inputs from database "HIDDEN_DATA_SMALLS_IMPORT" "super-admin-skz" 036ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 354ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 118ms
And Go to transport details "SMALLS_IMPORT" 2s 411ms
Then Verify that the hidden data in transport are not visible 1s 037ms
And Close transport details 15s 114ms
And If user is login then logout 311ms
And Login as "swisskrono-admin" 1s 122ms
And Go to transport details "SMALLS_IMPORT" 2s 478ms
And Verify that the hidden data in transport are visible 1s 209ms
After Hooks.deleteTransportAfterTest() 091ms
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 028ms
And Get inputs from database "HIDDEN_DATA_SMALLS_EXPORT" "super-admin-skz" 037ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 253ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 109ms
And Go to transport details "SMALLS_EXPORT" 2s 387ms
Then Verify that the hidden data in transport are not visible 1s 036ms
And Close transport details 15s 105ms
And If user is login then logout 347ms
And Login as "swisskrono-admin" 1s 057ms
And Go to transport details "SMALLS_EXPORT" 2s 478ms
And Verify that the hidden data in transport are visible 1s 215ms
After Hooks.deleteTransportAfterTest() 105ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 320ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 378ms
When Go to transport details "DELIVERY" 2s 726ms
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 472ms
And Change filled value in details "insp.-accord.-with-ins." "select" "NIE" "1" 3s 459ms
And Fill discrepancy report section without closing the form 19s 422ms
And Click "save-transport" save button 1s 242ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 105ms
And Check if transport details form is disappeared 15s 025ms
After Hooks.deleteTransportAfterTest() 119ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 096ms
And Add action authority with: "hochland" "hochland-warehouseman" "DELIVERY" "EDIT_DESCRIPTION_FIELD" "UNLIMITED" 041ms
And Add access to the warehouse "Magazyn Ciepły Kaźmierz" to the user "hochland-warehouseman" by JSON file 279ms
And Create transport "CREATE_DELIVERY_WARM_KAZMIERZ" by JSON file as "super-admin-hochland" 1s 426ms
And Login as "hochland-warehouseman" and set token of apiUsername "super-admin-hochland" 2s 696ms
When Go to "TRANSPORT_TABLE" 197ms
And Go to transport details "DELIVERY" 2s 682ms
And Change filled value in details "transport-description" "text" "opis" "0" 1s 308ms
Then Verify that "transport-description" in transport has value "opis" 024ms
After Hooks.deleteTransportAfterTest() 129ms
After Hooks.rollbackAddedActionAuthorities() 030ms
After Hooks.rollbackWarehousesAccess() 160ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 093ms
And Create transport "CREATE_DELIVERY_WARM_KAZMIERZ" by JSON file as "super-admin-hochland" 1s 375ms
And Remove 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 137ms
And Login as "hochland-warehouseman" and set token of apiUsername "super-admin-hochland" 2s 253ms
When Go to "TRANSPORT_TABLE" 183ms
And Go to transport details "DELIVERY" 2s 621ms
Then Verify that "transport-description" in transport form is disabled 018ms
After Hooks.deleteTransportAfterTest() 091ms
After Hooks.rollbackRemovedActionAuthorities() 038ms
After Hooks.rollbackWarehousesAccess() 163ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 093ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 038ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 350ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 320ms
And Show all transport "false" 161ms
When Go to "TRANSPORT_TABLE" 114ms
And Go to transport details "DELIVERY" 2s 662ms
Then Verify that "CARRIER" in transport form is visible 026ms
After Hooks.deleteTransportAfterTest() 108ms
After Hooks.rollbackAddedActionAuthorities() 032ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-adama" 102ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 041ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 211ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 410ms
And Show all transport "false" 161ms
When Go to "TRANSPORT_TABLE" 124ms
And Go to transport details "TRANSPORT" 2s 418ms
Then Verify that "CARRIER" in transport form is visible 022ms
After Hooks.deleteTransportAfterTest() 076ms
After Hooks.rollbackAddedActionAuthorities() 029ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 002ms
Given Set token of apiUsername "super-admin-alrec" 091ms
And Add 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 228ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 402ms
And Show all transport "true" 220ms
When Go to "TRANSPORT_TABLE" 113ms
And Go to transport details "TRANSPORT_ORDER" 2s 429ms
Then Verify that "CARRIER" in transport form is visible 021ms
After Hooks.deleteTransportAfterTest() 071ms
After Hooks.rollbackAddedActionAuthorities() 033ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 099ms
And Remove action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 038ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 379ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 227ms
And Show all transport "false" 161ms
When Go to "TRANSPORT_TABLE" 114ms
And Go to transport details "DELIVERY" 2s 649ms
Then Verify that "CARRIER" in transport form is not visible 15s 039ms
After Hooks.deleteTransportAfterTest() 108ms
After Hooks.rollbackRemovedActionAuthorities() 048ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-adama" 093ms
And Remove action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 036ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 171ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 398ms
And Show all transport "false" 161ms
When Go to "TRANSPORT_TABLE" 133ms
And Go to transport details "TRANSPORT" 2s 481ms
Then Verify that "CARRIER" in transport form is not visible 15s 037ms
After Hooks.deleteTransportAfterTest() 065ms
After Hooks.rollbackRemovedActionAuthorities() 031ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-alrec" 093ms
And Remove action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 036ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 203ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 428ms
And Show all transport "true" 236ms
When Go to "TRANSPORT_TABLE" 136ms
And Go to transport details "TRANSPORT_ORDER" 2s 430ms
Then Verify that "CARRIER" in transport form is not visible 15s 009ms
After Hooks.deleteTransportAfterTest() 064ms
After Hooks.rollbackRemovedActionAuthorities() 036ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-hochland" 094ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 036ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 045ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 389ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 228ms
And Show all transport "false" 162ms
When Go to "TRANSPORT_TABLE" 106ms
And Go to transport details "DELIVERY" 2s 680ms
Then Verify that "CARRIER" in transport form is not disabled 020ms
After Hooks.deleteTransportAfterTest() 082ms
After Hooks.rollbackAddedActionAuthorities() 054ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-adama" 095ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 031ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 034ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 186ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 363ms
And Show all transport "false" 159ms
When Go to "TRANSPORT_TABLE" 122ms
And Go to transport details "TRANSPORT" 2s 448ms
Then Verify that "CARRIER" in transport form is not disabled 018ms
After Hooks.deleteTransportAfterTest() 062ms
After Hooks.rollbackAddedActionAuthorities() 065ms
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" 042ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 038ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 212ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 321ms
And Show all transport "true" 233ms
When Go to "TRANSPORT_TABLE" 118ms
And Go to transport details "TRANSPORT_ORDER" 2s 443ms
Then Verify that "CARRIER" in transport form is not disabled 021ms
After Hooks.deleteTransportAfterTest() 062ms
After Hooks.rollbackAddedActionAuthorities() 061ms
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" 038ms
And Remove action authority with: "hochland" "hochland-admin" "DELIVERY" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 035ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 394ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 286ms
And Show all transport "false" 164ms
When Go to "TRANSPORT_TABLE" 115ms
And Go to transport details "DELIVERY" 2s 673ms
Then Verify that "CARRIER" in transport form is disabled 018ms
After Hooks.deleteTransportAfterTest() 105ms
After Hooks.rollbackAddedActionAuthorities() 028ms
After Hooks.rollbackRemovedActionAuthorities() 039ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-adama" 093ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 033ms
And Remove action authority with: "adama" "adama-admin" "TRANSPORT" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 008ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 188ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 369ms
And Show all transport "false" 166ms
When Go to "TRANSPORT_TABLE" 122ms
And Go to transport details "TRANSPORT" 2s 430ms
Then Verify that "CARRIER" in transport form is disabled 016ms
After Hooks.deleteTransportAfterTest() 059ms
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" 092ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 033ms
And Remove action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 006ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 199ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 285ms
And Show all transport "true" 233ms
When Go to "TRANSPORT_TABLE" 111ms
And Go to transport details "TRANSPORT_ORDER" 2s 433ms
Then Verify that "CARRIER" in transport form is disabled 020ms
After Hooks.deleteTransportAfterTest() 070ms
After Hooks.rollbackAddedActionAuthorities() 030ms
After Hooks.rollbackRemovedActionAuthorities() 000ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-adama" 093ms
And Get custom field settings for "DELIVERY" transport type and "" company 012ms
And Mark custom fields as not obligatory 004ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 1s 265ms
And Remove action authority with: "adama" "adama-admin" "DELIVERY" "UPDATE_MAIN_DATA_SECTION" "UNLIMITED" 046ms
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" 041ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 280ms
When Find transport in table with status "planned" 3s 271ms
And Confirm statuses until reach "process-ended" 23s 568ms
And Wait "90" seconds 1m 30s
And Go to "ARCHIVE_TAB" 261ms
And Show "DELIVERY" 082ms
And Go to transport details "DELIVERY" 30s 412ms
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 059ms
And Wait "7" seconds 7s
And Go to transport details "DELIVERY" 30s 365ms
Then Verify that "transport-description" in transport has value "opis" 019ms
After Hooks.deleteTransportAfterTest() 111ms
After Hooks.rollbackAllCustomFieldsSettings() 005ms
After Hooks.rollbackAddedActionAuthorities() 034ms
After Hooks.rollbackRemovedActionAuthorities() 079ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 818ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 035ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 419ms
When Go to transport details "DELIVERY" 2s 689ms
And Fill transport form 37s 807ms
And Change filled value in details "driver-name" "text" "XXX ZZZ" "0" 1s 361ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 096ms
And Go to new transport "DELIVERY" 291ms
Then Verify that driver "XXX ZZZ" is in list 672ms
After Hooks.deleteTransportAfterTest() 100ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 210ms
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" 19s 164ms
And If user is login then logout 101ms
And Login as "pskza1-carrier@qa.qa-test" 1s 226ms
Then Verify that the transport has been transferred 1s 142ms
And Accept or reject "accept" transferred transport 15s 770ms
And Go to transport details "SMALLS_IMPORT" 2s 495ms
And Verify that "transaction-price" in transport form is visible 026ms
And Verify that transaction price field has correct value 021ms
And Verify that transaction currency field has correct value: "swisskrono" "SMALLS_IMPORT" 024ms
After Hooks.deleteTransportAfterTest() 093ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 156ms
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" 19s 104ms
And If user is login then logout 104ms
And Login as "pskza1-carrier@qa.qa-test" 1s 173ms
Then Verify that the transport has been transferred 1s 140ms
And Accept or reject "accept" transferred transport 15s 776ms
And Go to transport details "SMALLS_EXPORT" 2s 527ms
And Verify that "transaction-price" in transport form is visible 021ms
And Verify that transaction price field has correct value 020ms
And Verify that transaction currency field has correct value: "swisskrono" "SMALLS_EXPORT" 021ms
After Hooks.deleteTransportAfterTest() 072ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-dayco" 089ms
And Get custom field settings for "OWN_COLLECTION" transport type and "dayco" company 018ms
And Mark custom fields as not obligatory 004ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-dayco" 1s 214ms
And Set "advice" inputs from JSON file "ADVICE_OWN_COLLECTION" "super-admin-dayco" 001ms
When Login as "dayco-admin" 1s 220ms
And Click button advice in transport table "OWN_COLLECTION" 275ms
And Set advice window in schedule 2s 484ms
And Fill advice form 9s 096ms
And Click advice save button and wait for advice form to disappear 30s 696ms
And Go to "TRANSPORT_TABLE" 187ms
And Find transport in table with status "planned" 3s 259ms
And Confirm statuses until reach "on-the-area" 4s 807ms
And Go to transport details "OWN_COLLECTION" 2s 414ms
And Click create similar button 15s 098ms
And Fill "transport" form "CREATE_SIMILAR_OWN_COLLECTION" by "super-admin-dayco" 6s 486ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 057ms
And Open similar transport details 249ms
Then Check if transport form modal is visible 049ms
After Hooks.deleteTransportAfterTest() 095ms
After Hooks.deleteSimilarTransportAfterTest() 064ms
After Hooks.rollbackAllCustomFieldsSettings() 076ms
View Feature Transport form
Scenario Outline Check if similar transport can be created based on transport with confirmed statuses [A-7322]
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-dayco" 094ms
And Get custom field settings for "OWN_COLLECTION" transport type and "dayco" company 020ms
And Mark custom fields as not obligatory 005ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-dayco" 1s 206ms
And Set "advice" inputs from JSON file "ADVICE_OWN_COLLECTION" "super-admin-dayco" 001ms
When Login as "dayco-admin" 1s 393ms
And Click button advice in transport table "OWN_COLLECTION" 289ms
And Set advice window in schedule 2s 498ms
And Fill advice form 5s 038ms
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element 
...
is not clickable at point (962, 347). Other element would receive the click:

...

(Session info: headless chrome=91.0.4472.164) 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=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.1YQUm9}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.164, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}] Session ID: 075235dd08742315f635b0b165780c15 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49) at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164) at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586) at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:279) at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:83) at CucumberTests.Transport.Transport.selectValue(Transport.java:222) at CucumberTests.Transport.Transport.fillSelectInput(Transport.java:211) at CucumberTests.Transport.Transport.fillForm(Transport.java:166) at CucumberTests.Transport.AdviceTransport.fillAdviceForm(AdviceTransport.java:121) at ✽.Fill advice form(file:Features/Atom/Transport/TransportForm/TransportForm.feature:365)
And Click advice save button and wait for advice form to disappear 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Find transport in table with status "planned" 000ms
And Confirm statuses until reach "during-load" 000ms
And Go to transport details "OWN_COLLECTION" 000ms
And Click create similar button 000ms
And Fill "transport" form "CREATE_SIMILAR_OWN_COLLECTION" by "super-admin-dayco" 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Open similar transport details 000ms
Then Check if transport form modal is visible 000ms
After Hooks.deleteTransportAfterTest() 075ms
After Hooks.deleteSimilarTransportAfterTest() 000ms
After Hooks.rollbackAllCustomFieldsSettings() 077ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-lisner" 094ms
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" 303ms
When Login as "lisner-admin-2" and set token of apiUsername "super-admin-lisner" 1s 780ms
And Go to new transport "DELIVERY" 303ms
And Fill transport form 29s 961ms
And Click "save-transport" save button and wait for form to disappear 30s 115ms
And Set advice window in schedule 2s 130ms
And Go to "TRANSPORT_TABLE" 200ms
And Show all transport types 1s 058ms
And Go to transport details "DELIVERY" 2s 310ms
Then Verify that "date-and-time" in transport form is visible 025ms
After Hooks.deleteTransportAfterTest() 110ms
After Hooks.deleteCustomFieldAfterTest() 315ms
View Feature Invoice
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 186ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 217ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 085ms
When Click invoice button 2s 445ms
And Set default invoice currency value 058ms
Then Check that default currency value in invoice form is "EUR" 045ms
When Change invoice default currency value in database for "USD" transport type alias "SMALLS_IMPORT" and principal alias "swisskrono" 053ms
And Clear all cache 857ms
And Login as "swisskrono-admin" 2s 030ms
And Go to "TRANSPORT_TABLE" 142ms
And Show all transport types 1s 062ms
And Click invoice button 111ms
Then Check that default currency value in invoice form is "USD" 048ms
After Hooks.deleteTransportAfterTest() 080ms
After Hooks.rollbackInvoiceCurrency() 760ms
View Feature Invoice
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 002ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 240ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 082ms
When Click invoice button 2s 494ms
And Set default invoice currency value 059ms
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" 020ms
And Clear all cache 811ms
And Login as "swisskrono-admin" 1s 929ms
And Go to "TRANSPORT_TABLE" 130ms
And Show all transport types 1s 054ms
And Click invoice button 113ms
Then Check that default currency value in invoice form is "USD" 057ms
After Hooks.deleteTransportAfterTest() 091ms
After Hooks.rollbackInvoiceCurrency() 774ms
View Feature Transport table
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "lantmannen-guard-3" and set token of apiUsername "super-admin-lantmannen" 1s 707ms
And Create transport "CREATE_DELIVERY_NIEPORET_WAREHOUSE" by JSON file as "super-admin-lantmannen" 1s 324ms
And Show all transport types 1s 035ms
Then Check if transport number is visible "DELIVERY" 15s 051ms
And Check if transport details is not visible 15s 037ms
After Hooks.deleteTransportAfterTest() 117ms
View Feature Transport table
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 364ms
And Show all transport "false" 163ms
And Go to "TRANSPORT_TABLE" 126ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 407ms
When Click on transport row 068ms
Then Verify if transport row is selected 027ms
After Hooks.deleteTransportAfterTest() 111ms
View Feature Transport table
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 549ms
And Show all transport "false" 167ms
And Go to "TRANSPORT_TABLE" 117ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 1s 297ms
When Click on transport row 058ms
Then Verify if transport row is selected 021ms
After Hooks.deleteTransportAfterTest() 096ms
View Feature Transport table
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 1s 290ms
And Show all transport "false" 157ms
And Go to "TRANSPORT_TABLE" 125ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 15s 262ms
When Click on transport row 043ms
Then Verify if transport row is selected 028ms
After Hooks.deleteTransportAfterTest() 090ms
View Feature Transport table
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 291ms
And Show all transport "false" 177ms
And Go to "TRANSPORT_TABLE" 115ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 1s 348ms
When Click on transport row 056ms
Then Verify if transport row is selected 025ms
After Hooks.deleteTransportAfterTest() 095ms
View Feature Transport table
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 683ms
And Show all transport "false" 164ms
And Go to "TRANSPORT_TABLE" 119ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 339ms
When Click on transport row 062ms
Then Verify if transport row is selected 022ms
After Hooks.deleteTransportAfterTest() 110ms
View Feature Transport table
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 706ms
And Show all transport "true" 216ms
And Go to "TRANSPORT_TABLE" 100ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 1s 310ms
When Click on transport row 055ms
Then Verify if transport row is selected 022ms
After Hooks.deleteTransportAfterTest() 104ms
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 759ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 231ms
And Transfer transport to carrier by JSON file "super-admin-adama" "true" confirmation 077ms
When Accept or reject "accept" transferred transport 17s 801ms
Then Verify that transport is accept or reject "accept" 019ms
After Hooks.deleteTransportAfterTest() 073ms
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 354ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 206ms
And Transfer transport to carrier by JSON file "super-admin-adama" "true" confirmation 059ms
When Accept or reject "reject" transferred transport 2s 166ms
Then Verify that transport is accept or reject "reject" 15s 024ms
After Hooks.deleteTransportAfterTest() 072ms
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 223ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 282ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 083ms
When Accept or reject "accept" transferred transport 18s 017ms
Then Verify that transport is accept or reject "accept" 021ms
After Hooks.deleteTransportAfterTest() 074ms
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 179ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 312ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 065ms
When Accept or reject "reject" transferred transport 18s 558ms
Then Verify that transport is accept or reject "reject" 15s 011ms
After Hooks.deleteTransportAfterTest() 075ms
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 237ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 274ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 080ms
When Accept or reject "accept" transferred transport 18s 058ms
Then Verify that transport is accept or reject "accept" 019ms
After Hooks.deleteTransportAfterTest() 066ms
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 117ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 280ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 098ms
When Accept or reject "reject" transferred transport 18s 561ms
Then Verify that transport is accept or reject "reject" 15s 060ms
After Hooks.deleteTransportAfterTest() 097ms
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 090ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 204ms
When Transfer transport to carrier "Przewoźnik Adama Automat 1" with "true" 19s 171ms
And If user is login then logout 113ms
And Login as "paa1-carrier@qa.qa-test" 1s 482ms
Then Verify that the transport has been transferred with "true" 1s 208ms
After Hooks.deleteTransportAfterTest() 101ms
View Feature Transfer transport to carrier
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 987ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 217ms
When Transfer transport to carrier "Przewoźnik Adama Automat 1" with "false" 19s 181ms
And If user is login then logout 105ms
And Login as "paa1-carrier@qa.qa-test" 1s 446ms
Then Verify that the transport has been transferred with "false" 1s 113ms
After Hooks.deleteTransportAfterTest() 071ms
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 166ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 215ms
When Transfer transport to carrier "Przewoźnik SKZ Automat 1" 19s 140ms
And If user is login then logout 118ms
And Login as "pskza1-carrier@qa.qa-test" 1s 217ms
Then Verify that the transport has been transferred 1s 136ms
After Hooks.deleteTransportAfterTest() 091ms
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 092ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 217ms
When Transfer transport to carrier "Przewoźnik SKZ Automat 1" 19s 127ms
And If user is login then logout 117ms
And Login as "pskza1-carrier@qa.qa-test" 1s 179ms
Then Verify that the transport has been transferred 1s 122ms
After Hooks.deleteTransportAfterTest() 119ms
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 066ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 282ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 098ms
And Go to auction offer 1s 186ms
When Offer "1000" 122ms
And Verify that offer with "1000" has been added to auction 3s 039ms
And If user is login then logout 080ms
And Login as "swisskrono-admin" 1s 243ms
Then Go to auction details 1s 203ms
And Pass transport to carrier from auction details 1s 231ms
And If user is login then logout 575ms
And Login as "pskza1-carrier@qa.qa-test" 1s 012ms
And Verify that the transport has been transferred 1s 142ms
After Hooks.deleteTransportAfterTest() 103ms
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 028ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 304ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 107ms
And Go to auction offer 1s 189ms
When Offer "1000" 117ms
And Verify that offer with "1000" has been added to auction 3s 037ms
And Wait till auction end 1m 54s 017ms
And If user is login then logout 312ms
Then Login as "swisskrono-admin" 1s 080ms
And Go to auction details 1s 200ms
And Pass transport to carrier from auction details 1s 350ms
And If user is login then logout 571ms
And Login as "pskza1-carrier@qa.qa-test" 952ms
And Verify that the transport has been transferred 1s 115ms
After Hooks.deleteTransportAfterTest() 107ms
View Feature Transfer transport to carrier
Scenario Outline Check if enabled carriers are shown in transport transfer select
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 096ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 202ms
And Go to "TRANSPORT_TABLE" 124ms
When Open transport transfer modal 1s 220ms
Then Verify that all enabled companies from "swisskrono" are shown in select 146ms
java.lang.AssertionError: Dostępne firmy w polu wyboru nie zgadzają się z oczekiwanymi! expected:<[Przewoźnik SKZ Automat 1, Przewoźnik SKZ Automat 2, Przewoźnik SKZ Automat 3, Firma automaty nowaXXX]> but was:<[Firma automaty nowaXXX, Przewoźnik SKZ Automat 1, Przewoźnik SKZ Automat 2, Przewoźnik SKZ Automat 3]>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at Pages.Transport.TransferFormPage.checkIfCompaniesAreAvailableInSelect(TransferFormPage.java:35)
	at CucumberTests.Transport.TransferTransportTest.verifyThatAllEnabledCompaniesFromAreShownInSelect(TransferTransportTest.java:86)
	at ✽.Verify that all enabled companies from "swisskrono" are shown in select(file:Features/Atom/Transport/TransportTransfer/TransportTransfer.feature:80)
After Hooks.deleteTransportAfterTest() 101ms
View Feature Transfer transport to carrier
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-adama" 096ms
And Reject main section of a "Przewoźnik Adama Automat 1" in "adama" by API 220ms
And Login as "adama-admin" 878ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 209ms
And Go to "TRANSPORT_TABLE" 108ms
When Open transport transfer modal 1s 217ms
Then Verify that "Przewoźnik Adama Automat 1" is blocked in select 089ms
After Hooks.deleteTransportAfterTest() 061ms
After Hooks.rollbackRejectedSections() 114ms
View Feature Transfer transport to carrier
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 963ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 225ms
And Transfer transport to carrier "Przewoźnik Adama Automat 1" with "true" with "120" seconds to accept transport 19s 154ms
And If user is login then logout 121ms
When Login as "paa1-carrier@qa.qa-test" 1s 959ms
And Verify that the transport has been transferred with "true" 1s 256ms
And Wait "120" seconds 2m
Then Verify if transport is not visible to carrier after expiring time to accept transport 15s 053ms
After Hooks.deleteTransportAfterTest() 105ms
View Feature Assortment Group
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 008ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 404ms
When Go to "TRANSPORT_TABLE" 137ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 378ms
Then Check if new assortment group is disabled in transport form 026ms
After Hooks.deleteTransportAfterTest() 097ms
View Feature Advice transport
Scenario Outline Check if possible to advice transport after double cancellation.
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 973ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 182ms
And Get inputs from database "CREATE_ADVICE_CONTAINER" "super-admin-adama" 035ms
When Show all transport types 1s 035ms
And Click button advice in transport table "CONTAINER" 098ms
And Set advice window in schedule 2s 412ms
And Click button cancel in advice form 15s 279ms
And Set advice window in schedule 2s 178ms
And Click button cancel in advice form 15s 287ms
And Set advice window in schedule 2s 121ms
And Fill advice form 17s 822ms
And Click advice save button and wait for advice form to disappear 30s 733ms
And Go to "TRANSPORT_TABLE" 170ms
And Go to transport details "CONTAINER" 2s 365ms
Then Check are advice values equals 4s 332ms
java.lang.AssertionError: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: + wartość poprawna: 48
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.AdviceTransport.checkAdviceValues(AdviceTransport.java:145)
	at ✽.Check are advice values equals(file:Features/Scenario/Transport/AdviceTransport.feature:19)
After Hooks.deleteTransportAfterTest() 123ms
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 098ms
And Get inputs from database "CREATE_TRANSPOSRT_ORDER" "super-admin-adama" 036ms
When Go to new transport "TRANSPORT" 338ms
And Fill transport form 26s 712ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 152ms
And Transfer transport to carrier "Przewoźnik Adama Automat 1" with "true" 19s 188ms
And Check is transport "TRANSPORT" created in transport table and set transport id 1s 098ms
And Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 1s 393ms
And Accept or reject "reject" transferred transport 15s 812ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 081ms
And Transfer transport to carrier "Przewoźnik Adama Automat 1" with "true" 19s 154ms
And Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 1s 281ms
And Accept or reject "accept" transferred transport 15s 858ms
Then Verify that transport is accept or reject "accept" 021ms
After Hooks.deleteTransportAfterTest() 081ms
View Feature Transport transfer full scenario
Scenario Outline Check if possible to edit transport after advice cancellation.
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 140ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-piast" 037ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 221ms
When Show all transport types 1s 044ms
And Click button advice in transport table "DELIVERY" 108ms
And Set advice window in schedule 2s 560ms
And Click button cancel in advice form 15s 374ms
And Go to "TRANSPORT_TABLE" 225ms
When Go to transport details "DELIVERY" 2s 510ms
And Fill transport form 1m 2s 101ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 141ms
And Go to transport details "DELIVERY" 2s 458ms
Then Check are transport values equals 079ms
org.junit.ComparisonFailure: Wartości w formularzu w polu CARRIER są niepoprawne, wartość na stronie: Przewoźnik Piast Automat 1 wartość poprawna: Przewoźnik Piast Automat 2 expected:<...oźnik Piast Automat [2]> but was:<...oźnik Piast Automat [1]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:122)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Scenario/TransportTransfer.feature:39)
After Hooks.deleteTransportAfterTest() 110ms