Project Number Date
ApolloFullRunnerReport 2021.AT1.42 04 sie 2021, 17:13

Tag Report

Steps Scenarios Features
Tag Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
@deleteTransportAfterTest 3767 123 235 0 0 4125 298 124 422 5h 35m 46s 870ms Failed
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 580ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 255ms
And Get inputs from database "CREATE_ADVICE_CONTAINER" "super-admin-adama" 056ms
And Check is transport "CONTAINER" created in transport table and set transport id 1s 117ms
When Click button advice in transport table "CONTAINER" 094ms
And Set advice window in schedule in the past 2s 452ms
And Fill advice form 17s 967ms
And Click advice save button to check error message 077ms
Then Check if possible advice alert is displayed 021ms
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 215ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 276ms
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 118ms
When Click button advice in transport table "DELIVERY" 086ms
And Set advice window in schedule in the past 2s 613ms
And Fill advice form 10s 545ms
And Click advice save button to check error message 084ms
Then Check if possible advice alert is displayed 30s 083ms
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() 127ms
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 195ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 221ms
And Get inputs from database "ADVICE_LOAD" "super-admin-piast" 041ms
And Check is transport "LOAD" created in transport table and set transport id 1s 125ms
When Click button advice in transport table "LOAD" 094ms
And Set advice window in schedule in the past 2s 591ms
And Fill advice form 10s 485ms
And Click advice save button to check error message 085ms
Then Check if possible advice alert is displayed 30s 061ms
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() 108ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 475ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 247ms
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 107ms
When Click button advice in transport table "LOAD" 082ms
And Set advice window in schedule in the past 2s 444ms
And Fill advice form 15s 364ms
And Click advice save button to check error message 092ms
Then Check if possible advice alert is displayed 019ms
After Hooks.deleteTransportAfterTest() 075ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 101ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 222ms
And Get inputs from database "ADVICE_CONTAINER" "super-admin-keeeper" 040ms
And Check is transport "CONTAINER" created in transport table and set transport id 1s 123ms
When Click button advice in transport table "CONTAINER" 084ms
And Set advice window in schedule in the past 2s 434ms
And Fill advice form 15s 232ms
And Click advice save button to check error message 078ms
Then Check if possible advice alert is displayed 020ms
After Hooks.deleteTransportAfterTest() 090ms
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 066ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 201ms
And Show all transport types 1s 041ms
And Create advice "CREATE_ADVICE_CONTAINER" "CONTAINER" "super-admin-adama" 51s 253ms
And Go to "TRANSPORT_TABLE" 180ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-adama" 037ms
When Go to transport details "CONTAINER" 2s 382ms
And Fill transport form 4s 722ms
And Get inputs from database "EDIT_ADVICE_CONTAINER" "super-admin-adama" 042ms
And Expand advice panel 109ms
And Edit advice in transport details 14s 537ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 113ms
And Go to transport details "CONTAINER" 2s 403ms
And Expand advice panel 089ms
Then Check are advice values equals after edition 2s 249ms
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() 097ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 141ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 230ms
And Show all transport types 1s 039ms
And Create advice "ADVICE_DELIVERY" "DELIVERY" "super-admin-piast" 43s 802ms
And Go to "TRANSPORT_TABLE" 211ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-piast" 042ms
When Go to transport details "DELIVERY" 2s 417ms
And Fill transport form 1m 2s 201ms
And Get inputs from database "EDIT_ADVICE_DELIVERY" "super-admin-piast" 040ms
And Expand advice panel 108ms
And Edit advice in transport details 6s 532ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 075ms
And Go to transport details "DELIVERY" 2s 440ms
And Expand advice panel 085ms
Then Check are advice values equals after edition 096ms
After Hooks.deleteTransportAfterTest() 148ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 117ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 200ms
And Show all transport types 1s 043ms
And Create advice "ADVICE_LOAD" "LOAD" "super-admin-piast" 43s 914ms
And Go to "TRANSPORT_TABLE" 179ms
And Get inputs from database "EDIT_LOAD" "super-admin-piast" 042ms
When Go to transport details "LOAD" 2s 706ms
And Fill transport form 57s 137ms
And Get inputs from database "EDIT_ADVICE_DELIVERY" "super-admin-piast" 038ms
And Expand advice panel 096ms
And Edit advice in transport details 6s 539ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 081ms
And Go to transport details "LOAD" 2s 627ms
And Expand advice panel 100ms
Then Check are advice values equals after edition 110ms
After Hooks.deleteTransportAfterTest() 180ms
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 076ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 219ms
And Show all transport types 1s 042ms
And Create advice "ADVICE_LOAD" "LOAD" "super-admin-keeeper" 48s 565ms
And Go to "TRANSPORT_TABLE" 200ms
And Get inputs from database "EDIT_LOAD" "super-admin-keeeper" 039ms
When Go to transport details "LOAD" 2s 471ms
And Fill transport form 25s 993ms
And Get inputs from database "EDIT_ADVICE_LOAD" "super-admin-keeeper" 039ms
And Expand advice panel 114ms
And Edit advice in transport details 20s 606ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 112ms
And Go to transport details "LOAD" 2s 409ms
And Expand advice panel 079ms
Then Check are advice values equals after edition 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.AdviceTransport.checkAreAdviceValuesEqualsAfterEdition(AdviceTransport.java:151)
	at ✽.Check are advice values equals after edition(file:Features/Atom/Advice/AdviceTransport.feature:39)
After Hooks.deleteTransportAfterTest() 108ms
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 123ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 196ms
And Show all transport types 1s 045ms
And Create advice "ADVICE_CONTAINER" "CONTAINER" "super-admin-keeeper" 48s 457ms
And Go to "TRANSPORT_TABLE" 168ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-keeeper" 042ms
When Go to transport details "CONTAINER" 2s 401ms
And Fill transport form 25s 990ms
And Get inputs from database "EDIT_ADVICE_CONTAINER" "super-admin-keeeper" 040ms
And Expand advice panel 120ms
And Edit advice in transport details 20s 658ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 062ms
And Go to transport details "CONTAINER" 2s 360ms
And Expand advice panel 087ms
Then Check are advice values equals after edition 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.AdviceTransport.checkAreAdviceValuesEqualsAfterEdition(AdviceTransport.java:151)
	at ✽.Check are advice values equals after edition(file:Features/Atom/Advice/AdviceTransport.feature:39)
After Hooks.deleteTransportAfterTest() 117ms
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" 1s 663ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-skz" 1s 488ms
And Show all transport types 1s 043ms
And Create advice "CREATE_ADVICE" "CONTAINER" "super-admin-skz" 49s 954ms
And Go to "TRANSPORT_TABLE" 183ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-skz" 040ms
When Go to transport details "CONTAINER" 2s 512ms
And Fill transport form 7s 441ms
And Get inputs from database "EDIT_ADVICE" "super-admin-skz" 039ms
And Expand advice panel 104ms
And Edit advice in transport details 16s 337ms
And Click "save-transport-and-close" save button and wait for form to disappear 341ms
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() 132ms
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 092ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 203ms
And Get inputs from database "EDIT_ADVICE_CONTAINER" "super-admin-adama" 040ms
When Show all transport types 1s 042ms
And Click button advice in transport table "CONTAINER" 092ms
And Set advice window in schedule 2s 429ms
And Fill advice form 14s 558ms
And Click advice save button and wait for advice form to disappear 30s 691ms
And Go to "TRANSPORT_TABLE" 202ms
And Go to transport details "CONTAINER" 2s 419ms
Then Check are advice values equals 2s 333ms
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
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 089ms
And Create transport "CREATE_TRANSFER_BETWEEN_WAREHOUSES" by JSON file as "super-admin-hochland" 1s 182ms
And Get inputs from database "ADVICE_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 038ms
When Show all transport types 1s 052ms
And Click button advice in transport table "TRANSFER_BETWEEN_WAREHOUSES" 088ms
And Set advice window in schedule 6s 468ms
And Fill advice form 13s 914ms
And Click advice save button and wait for advice form to disappear 30s 752ms
And Go to "TRANSPORT_TABLE" 177ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 657ms
Then Check are advice values equals 4s 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.AdviceTransport.checkAdviceValues(AdviceTransport.java:145)
	at ✽.Check are advice values equals(file:Features/Atom/Advice/AdviceTransport.feature:61)
After Hooks.deleteTransportAfterTest() 125ms
View Feature Advice transport
Scenario Outline Check if it is possible to advice by advice button in transport table
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 116ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 220ms
And Get inputs from database "ADVICE_DELIVERY" "super-admin-piast" 039ms
When Show all transport types 1s 043ms
And Click button advice in transport table "DELIVERY" 093ms
And Set advice window in schedule 2s 585ms
And Fill advice form 10s 477ms
And Click advice save button and wait for advice form to disappear 30s 743ms
And Go to "TRANSPORT_TABLE" 233ms
And Go to transport details "DELIVERY" 2s 501ms
Then Check are advice values equals 2s 232ms
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() 141ms
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 123ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 209ms
And Get inputs from database "ADVICE_LOAD" "super-admin-piast" 037ms
When Show all transport types 1s 043ms
And Click button advice in transport table "LOAD" 099ms
And Set advice window in schedule 2s 577ms
And Fill advice form 10s 443ms
And Click advice save button and wait for advice form to disappear 30s 708ms
And Go to "TRANSPORT_TABLE" 197ms
And Go to transport details "LOAD" 2s 653ms
Then Check are advice values equals 2s 236ms
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() 153ms
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 103ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 224ms
And Get inputs from database "ADVICE_LOAD" "super-admin-keeeper" 039ms
When Show all transport types 1s 042ms
And Click button advice in transport table "LOAD" 094ms
And Set advice window in schedule 2s 436ms
And Fill advice form 15s 290ms
And Click advice save button and wait for advice form to disappear 30s 695ms
And Go to "TRANSPORT_TABLE" 179ms
And Go to transport details "LOAD" 2s 353ms
Then Check are advice values equals 4s 321ms
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
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 073ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 206ms
And Get inputs from database "ADVICE_CONTAINER" "super-admin-keeeper" 038ms
When Show all transport types 1s 042ms
And Click button advice in transport table "CONTAINER" 100ms
And Set advice window in schedule 2s 439ms
And Fill advice form 15s 195ms
And Click advice save button and wait for advice form to disappear 30s 681ms
And Go to "TRANSPORT_TABLE" 190ms
And Go to transport details "CONTAINER" 2s 377ms
Then Check are advice values equals 4s 334ms
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() 122ms
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" 099ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 268ms
And Transfer transport to carrier by JSON file "super-admin-adama" "true" confirmation 166ms
And Set token of apiUsername "paa1-carrier@qa.qa-test" 088ms
And Accept transferred transport by Api 152ms
And Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 1s 665ms
And Get inputs from database "ADVICE_TRANSPORT" "super-admin-adama" 038ms
When Show all transport types 1s 255ms
And Click button advice in transport table "TRANSPORT" 098ms
And Set advice window in schedule 2s 426ms
And Fill advice form 13s 922ms
And Click advice save button and wait for advice form to disappear 30s 701ms
And Go to "TRANSPORT_TABLE" 198ms
And Go to transport details "TRANSPORT" 2s 429ms
Then Check are advice values equals 4s 293ms
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() 125ms
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" 103ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 212ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 088ms
And Set token of apiUsername "pskza1-carrier@qa.qa-test" 099ms
And Accept transferred transport by Api 146ms
And Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 519ms
And Get inputs from database "ADVICE_SMALLS" "super-admin-skz" 038ms
When Show all transport types 1s 051ms
And Click button advice in transport table "SMALLS_IMPORT" 099ms
And Set advice window in schedule 2s 604ms
And Fill advice form 16s 583ms
And Click advice save button and wait for advice form to disappear 30s 687ms
And Go to "TRANSPORT_TABLE" 183ms
And Go to transport details "SMALLS_IMPORT" 2s 454ms
Then Check are advice values equals 4s 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.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" 094ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 215ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 082ms
And Set token of apiUsername "pskza1-carrier@qa.qa-test" 093ms
And Accept transferred transport by Api 096ms
And Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 178ms
And Get inputs from database "ADVICE_SMALLS" "super-admin-skz" 040ms
When Show all transport types 1s 051ms
And Click button advice in transport table "SMALLS_EXPORT" 101ms
And Set advice window in schedule 2s 587ms
And Fill advice form 16s 675ms
And Click advice save button and wait for advice form to disappear 30s 710ms
And Go to "TRANSPORT_TABLE" 171ms
And Go to transport details "SMALLS_EXPORT" 2s 491ms
Then Check are advice values equals 4s 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.AdviceTransport.checkAdviceValues(AdviceTransport.java:145)
	at ✽.Check are advice values equals(file:Features/Atom/Advice/AdviceTransport.feature:106)
After Hooks.deleteTransportAfterTest() 113ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-adama" 094ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 200ms
And Transfer transport to carrier by JSON file "super-admin-adama" "true" confirmation 078ms
And Accept transferred transport by Api 087ms
And Login as "paa1-carrier@qa.qa-test" 1s 291ms
When Show all transport types 1s 079ms
And Click button advice in transport table "TRANSPORT" 094ms
And Set week view 1s 499ms
And Show yesterday 1s 078ms
Then Check if advice restriction blockade windows are visible 022ms
After Hooks.deleteTransportAfterTest() 080ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-skz" 098ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 15s 181ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 095ms
And Accept transferred transport by Api 086ms
And Login as "pskza1-carrier@qa.qa-test" 1s 148ms
When Show all transport types 1s 058ms
And Click button advice in transport table "SMALLS_IMPORT" 087ms
And Set week view 1s 905ms
And Show yesterday 1s 106ms
Then Check if advice restriction blockade windows are visible 035ms
After Hooks.deleteTransportAfterTest() 082ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-skz" 098ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 15s 183ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 090ms
And Accept transferred transport by Api 094ms
And Login as "pskza1-carrier@qa.qa-test" 1s 392ms
When Show all transport types 1s 058ms
And Click button advice in transport table "SMALLS_EXPORT" 082ms
And Set week view 1s 904ms
And Show yesterday 1s 106ms
Then Check if advice restriction blockade windows are visible 034ms
After Hooks.deleteTransportAfterTest() 079ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 417ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 437ms
And Show all transport "false" 172ms
And Click on time window date 1s 286ms
And Select view "DAYS_4" 2s 062ms
And Move advice window "3" 1s 298ms
Then Check if advice window is in new location 021ms
After Hooks.deleteTransportAfterTest() 088ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 1s 395ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" 15s 803ms
And Show all transport "false" 167ms
And Click on time window date 15s 672ms
And Select view "DAYS_4" 2s 062ms
And Move advice window "3" 1s 449ms
Then Check if advice window is in new location 089ms
After Hooks.deleteTransportAfterTest() 089ms
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 303ms
And Show all transport "false" 164ms
And Click on time window date 15s 554ms
And Select view "DAYS_4" 2s 067ms
And Move advice window "3" 1s 364ms
Then Check if advice window is in new location 026ms
After Hooks.deleteTransportAfterTest() 107ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 249ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 1s 315ms
And Show all transport "false" 167ms
And Click on time window date 1s 433ms
And Select view "DAYS_4" 2s 065ms
And Move advice window "3" 1s 356ms
Then Check if advice window is in new location 025ms
After Hooks.deleteTransportAfterTest() 091ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 035ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 339ms
And Show all transport "false" 166ms
And Click on time window date 1s 305ms
And Select view "DAYS_4" 2s 057ms
And Move advice window "3" 1s 295ms
Then Check if advice window is in new location 021ms
After Hooks.deleteTransportAfterTest() 092ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 285ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 1s 320ms
And Show all transport "true" 231ms
And Click on time window date 1s 337ms
And Select view "DAYS_4" 2s 062ms
And Move advice window "3" 1s 325ms
Then Check if advice window is in new location 024ms
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 111ms
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" 014ms
When Show all transport types 1s 040ms
And Click button advice in transport table "DELIVERY" 087ms
And Set advice window in schedule 2s 545ms
And Fill advice form 6s 309ms
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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f 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() 071ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 366ms
And Create transport "CREATE_LATE_DELIVERY" by JSON file as "super-admin-hochland" in "0" days 1s 336ms
Then Check if transport row is "red" 3s 068ms
After Hooks.deleteTransportAfterTest() 099ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 331ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 374ms
And Go to "TRANSPORT_TABLE" 129ms
And Show all transport types 1s 038ms
And Click on time window date 1s 276ms
And Scroll to time window "adviceWindow" 031ms
And Set time window height "2" "adviceWindow" 5s 414ms
Then Check height of the time window after expanding by "2" in "adviceWindow" 023ms
After Hooks.deleteTransportAfterTest() 114ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 906ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 1s 314ms
And Go to "TRANSPORT_TABLE" 115ms
And Show all transport types 1s 037ms
And Click on time window date 1s 423ms
And Scroll to time window "adviceWindow" 029ms
And Set time window height "4" "adviceWindow" 5s 402ms
Then Check height of the time window after expanding by "4" in "adviceWindow" 021ms
After Hooks.deleteTransportAfterTest() 090ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 013ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 331ms
And Go to "TRANSPORT_TABLE" 133ms
And Show all transport types 1s 038ms
And Click on time window date 1s 293ms
And Scroll to time window "adviceWindow" 035ms
And Set time window height "3" "adviceWindow" 5s 389ms
Then Check height of the time window after expanding by "3" in "adviceWindow" 019ms
After Hooks.deleteTransportAfterTest() 091ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 1s 458ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" 15s 375ms
And Go to "TRANSPORT_TABLE" 259ms
And Show all transport types 1s 176ms
And Click on time window date 1s 806ms
And Scroll to time window "adviceWindow" 035ms
And Set time window height "1" "adviceWindow" 5s 421ms
Then Check height of the time window after expanding by "1" in "adviceWindow" 024ms
After Hooks.deleteTransportAfterTest() 140ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 144ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 226ms
And Get inputs from database "ADVICE_DELIVERY" "super-admin-piast" 038ms
When Show all transport types 1s 039ms
And Click button advice in transport table "DELIVERY" 098ms
And Set advice window in schedule 2s 579ms
And Fill advice form 10s 468ms
And Click advice save button and wait for advice form to disappear 30s 719ms
And Go to "TRANSPORT_TABLE" 207ms
And Click on time window date 1s 436ms
And Set time window height "2" "adviceWindow" 5s 427ms
Then Check height of the time window after expanding by "2" in "adviceWindow" 025ms
After Hooks.deleteTransportAfterTest() 143ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-hochland" 038ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 384ms
And Go to "WAREHOUSE_TAB" 679ms
And Select warehouse "Twarożkarnia wyrób gotowy" 1s 823ms
When Go to new transport "DELIVERY" 326ms
And Fill transport form 41s 769ms
And Click "save-transport" save button and wait for form to disappear 30s 070ms
And Click previous page button in browser 034ms
Then Check if advice window can't be created 2s 610ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
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 372ms
And Go to "WAREHOUSE_TAB" 703ms
And Select warehouse "Twarożkarnia wyrób gotowy" 1s 801ms
When Go to new transport "DELIVERY" 325ms
And Fill transport form 41s 819ms
And Click "save-transport" save button and wait for form to disappear 30s 068ms
And Replace warehouse id in browser url with "Twarożkarnia wyrób gotowy" id 053ms
Then Check if advice window can't be created 2s 271ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature Advice transport
Scenario Outline Check if transport without warehouse after carrier add advice has checkpoint steps
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 1s 414ms
And Create transport "CREATE_TRANSPORT_WITHOUT_WAREHOUSES" by JSON file as "super-admin-adama" 1s 260ms
And Transfer transport to carrier by JSON file "super-admin-adama" "false" confirmation 178ms
And Get inputs from database "ADVICE_TRANSPORT" "super-admin-adama" 038ms
When Show all transport types 1s 034ms
And Click button advice in transport table "TRANSPORT" 731ms
And Fill advice form 11s 004ms
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element 
...
is not clickable at point (970, 271). 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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f 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:250)
And Click advice save button and wait for advice form to disappear 000ms
When Find transport in table with status "no-advice-undefined" 000ms
And Open statuses popup 000ms
And Wait "2" seconds 000ms
Then Check if transport has checkpoints from list "Zgłoszenie się kierowcy,Zakończenie załadunku,Dostarczenie do klienta" in "1" 000ms
After Hooks.deleteTransportAfterTest() 062ms
View Feature Advice transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-farmacol" 096ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 15s 201ms
When Create advice by JSON file "CREATE_ADVICE_FOR_EXTERNAL_DELIVERY" as "super-admin-farmacol" 733ms
And Login as "farmacol-admin" 1s 479ms
And Go to "WAREHOUSE_TAB" 634ms
And Select warehouse "Katowice Przyjęcia" 1s 179ms
And Set week view 2s 181ms
And Move cursor over time window element 419ms
Then Check if "Zaawizowany" "31415" "06:00" "GDA12345" are visible on time window popup details 128ms
After Hooks.deleteTransportAfterTest() 130ms
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) 000ms
Steps
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 1s 652ms
And Create default accepted mode of transportation by API with "pba1-carrier" 295ms
And Create transport "CREATE_EXW_DELIVERY" by JSON file as "super-admin-bausch" 1s 275ms
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 140ms
When Go to "TRANSPORT_TABLE" 127ms
And Show all transport types 1s 035ms
And Click button advice in transport table "EXW_DELIVERY" 1s 011ms
And Fill advice form 11s 053ms
And Click advice save button and wait for advice form to disappear 30s 732ms
And Click button advice in transport table "EXW_DELIVERY" 109ms
And Set advice window in schedule 2s 512ms
And Change filled value in details "rodo-acceptance" "checkbox" "true" "0" 1s 521ms
And Click advice save button and wait for advice form to disappear 30s 799ms
And Go to "TRANSPORT_TABLE" 186ms
And Show all transport types 1s 078ms
And Go to transport details "EXW_DELIVERY" 2s 392ms
Then Check are advice values equals 4s 226ms
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() 120ms
After Hooks.deleteModeOfTransportationAfterTest() 068ms
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" 003ms
And Login as "pna1-carrier" and set token of apiUsername "super-admin-neuca" 1s 009ms
And Go to new transport "DELIVERY" 15s 315ms
And Fill transport form 24s 267ms
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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f 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 663ms
And Set "custom-field" inputs from JSON file "CREATE_CUSTOM_FIELD" "super-admin-skz" 001ms
And Go to "SETTINGS_TAB" 430ms
When Go to "CONTAINER" transport type settings 405ms
And Go to custom fields settings 157ms
And Click add new custom field 157ms
And Fill custom field form 6s 037ms
And Click save button 074ms
And Click back to custom field settings button 120ms
And Set custom field id 440ms
And Refresh page 2s 115ms
Then Go to new transport "CONTAINER" 375ms
And Verify if created custom field appeared in transport form 027ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteCustomFieldAfterTest() 284ms
View Feature Custom fields
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-piast" and set token of apiUsername "super-admin-piast" 1s 699ms
And Set "custom-field" inputs from JSON file "CREATE_CUSTOM_FIELD" "super-admin-piast" 001ms
And Go to "SETTINGS_TAB" 285ms
When Go to "LOAD" transport type settings 397ms
And Go to custom fields settings 160ms
And Click add new custom field 155ms
And Fill custom field form 5s 970ms
And Click save button 048ms
And Click back to custom field settings button 141ms
And Set custom field id 265ms
And Refresh page 2s 114ms
Then Go to new transport "LOAD" 347ms
And Verify if created custom field appeared in transport form 023ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteCustomFieldAfterTest() 263ms
View Feature Custom fields
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "super-admin-hochland" and set token of apiUsername "super-admin-hochland" 3s 044ms
And Set "custom-field" inputs from JSON file "CREATE_CUSTOM_FIELD" "super-admin-hochland" 001ms
And Go to "SETTINGS_TAB" 313ms
When Go to "DELIVERY" transport type settings 289ms
And Go to custom fields settings 135ms
And Click add new custom field 162ms
And Fill custom field form 5s 959ms
And Click save button 045ms
And Click back to custom field settings button 123ms
And Set custom field id 442ms
And Refresh page 2s 118ms
Then Go to new transport "DELIVERY" 625ms
And Verify if created custom field appeared in transport form 026ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteCustomFieldAfterTest() 490ms
View Feature Custom fields
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 909ms
And Create custom field with "CREATE_CONTAINER_TEXT_CFD" by "super-admin-skz" 265ms
And Go to "SETTINGS_TAB" 305ms
When Go to "CONTAINER" transport type settings 369ms
And Go to custom fields settings 142ms
And Click edit button of "Testowy CFD" custom field 176ms
And Change filled value in details "definition-name" "text" "Edytowany CFD" "0" 1s 337ms
And Click save button 054ms
And Refresh page 2s 112ms
Then Go to new transport "CONTAINER" 336ms
And Verify that edited "Edytowany CFD" is visible in transport form 027ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteCustomFieldAfterTest() 223ms
View Feature Custom fields
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 449ms
And Create custom field with "CREATE_LOAD_TEXT_CFD" by "super-admin-piast" 285ms
And Go to "SETTINGS_TAB" 260ms
When Go to "LOAD" transport type settings 377ms
And Go to custom fields settings 179ms
And Click edit button of "Testowy CFD" custom field 178ms
And Change filled value in details "definition-name" "text" "Edytowany CFD" "0" 1s 333ms
And Click save button 046ms
And Refresh page 2s 122ms
Then Go to new transport "LOAD" 360ms
And Verify that edited "Edytowany CFD" is visible in transport form 024ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteCustomFieldAfterTest() 262ms
View Feature Custom fields
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 398ms
And Create custom field with "CREATE_DELIVERY_TEXT_CFD" by "super-admin-hochland" 487ms
And Go to "SETTINGS_TAB" 337ms
When Go to "DELIVERY" transport type settings 298ms
And Go to custom fields settings 127ms
And Click edit button of "Testowy CFD" custom field 170ms
And Change filled value in details "definition-name" "text" "Edytowany CFD" "0" 1s 363ms
And Click save button 064ms
And Refresh page 2s 112ms
Then Go to new transport "DELIVERY" 743ms
And Verify that edited "Edytowany CFD" is visible in transport form 031ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteCustomFieldAfterTest() 521ms
View Feature Filters
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "swisskrono-purchasing-department" 092ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "swisskrono-purchasing-department" 1s 267ms
And Login as "swisskrono-purchasing-department" and set token of apiUsername "super-admin-skz" 2s 014ms
When Go to "TRANSPORT_TABLE" 205ms
And Sort transports by "show-mine" 1s 065ms
And Show all transport types 1s 085ms
Then Verify that created transport is "true" in transport table 1s 068ms
After Hooks.deleteTransportAfterTest() 082ms
View Feature Filters
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "swisskrono-purchasing-department" 100ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "swisskrono-purchasing-department" 1s 218ms
And Login as "swisskrono-purchasing-department" and set token of apiUsername "super-admin-skz" 1s 074ms
When Go to "TRANSPORT_TABLE" 190ms
And Sort transports by "show-all" 1s 062ms
And Show all transport types 1s 069ms
Then Verify that created transport is "true" in transport table 1s 079ms
After Hooks.deleteTransportAfterTest() 089ms
View Feature Filters
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "swisskrono-admin" 098ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "swisskrono-admin" 1s 231ms
And Login as "swisskrono-purchasing-department" and set token of apiUsername "super-admin-skz" 1s 050ms
When Go to "TRANSPORT_TABLE" 113ms
And Sort transports by "show-mine" 1s 068ms
And Show all transport types 1s 062ms
Then Verify that created transport is "false" in transport table 31s 627ms
After Hooks.deleteTransportAfterTest() 087ms
View Feature Filters
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "swisskrono-admin" 098ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "swisskrono-admin" 1s 254ms
And Login as "swisskrono-purchasing-department" and set token of apiUsername "super-admin-skz" 1s 125ms
When Go to "TRANSPORT_TABLE" 125ms
And Sort transports by "show-all" 1s 053ms
And Show all transport types 1s 079ms
Then Verify that created transport is "true" in transport table 1s 070ms
After Hooks.deleteTransportAfterTest() 084ms
View Feature Filters
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "swisskrono-purchasing-department" 096ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "swisskrono-purchasing-department" 1s 213ms
And Delete created transport by API 089ms
And Login as "swisskrono-purchasing-department" and set token of apiUsername "super-admin-skz" 1s 037ms
When Go to "ARCHIVE_TAB" 210ms
And Sort transports by "show-mine" 1s 063ms
And Show "SMALLS_IMPORT" 080ms
Then Verify that created transport is "true" in transport table 15s 060ms
After Hooks.deleteTransportAfterTest() 083ms
View Feature Filters
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "swisskrono-purchasing-department" 098ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "swisskrono-purchasing-department" 15s 217ms
And Delete created transport by API 081ms
And Login as "swisskrono-purchasing-department" and set token of apiUsername "super-admin-skz" 1s 198ms
When Go to "ARCHIVE_TAB" 197ms
And Sort transports by "show-all" 1s 059ms
And Show "SMALLS_IMPORT" 066ms
Then Verify that created transport is "true" in transport table 15s 072ms
After Hooks.deleteTransportAfterTest() 102ms
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 231ms
And Delete created transport by API 080ms
And Login as "swisskrono-purchasing-department" and set token of apiUsername "super-admin-skz" 1s 196ms
When Go to "ARCHIVE_TAB" 201ms
And Sort transports by "show-mine" 1s 060ms
And Show "SMALLS_IMPORT" 077ms
Then Verify that created transport is "false" in transport table 45s 587ms
After Hooks.deleteTransportAfterTest() 082ms
View Feature Filters
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "swisskrono-admin" 099ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "swisskrono-admin" 15s 202ms
And Delete created transport by API 098ms
And Login as "swisskrono-purchasing-department" and set token of apiUsername "super-admin-skz" 1s 180ms
When Go to "ARCHIVE_TAB" 203ms
And Sort transports by "show-all" 1s 064ms
And Show "SMALLS_IMPORT" 081ms
Then Verify that created transport is "true" in transport table 15s 085ms
After Hooks.deleteTransportAfterTest() 083ms
View Feature Filters
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-alrec" 104ms
And Create transport "CREATE_TRANSPORT_FIRST_SUPPLIER" by JSON file as "super-admin-alrec" 1s 265ms
When Login as "alrec-admin" 983ms
And Go to "TRANSPORT_TABLE" 114ms
And Show all transport "true" 233ms
And Select transportType "TRANSPORT_ORDER" 1s 142ms
Then Check if load and unload time filters work properly "LOAD_TIME_WINDOW" 36s 592ms
After Hooks.deleteTransportAfterTest() 066ms
View Feature Filters
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 921ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 235ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 071ms
And Accept transferred transport by Api 080ms
And Create advice "ADVICE_SMALLS" "SMALLS_IMPORT" "super-admin-skz" 52s 152ms
And Delete created transport by API 123ms
When Go to "ARCHIVE_TAB" 287ms
And Show "SMALLS_IMPORT" 072ms
Then Check if it is possible to search with different date property selects 1m 18s 698ms
After Hooks.deleteTransportAfterTest() 124ms
View Feature Filters
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 167ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 255ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 100ms
And Accept transferred transport by Api 097ms
And Create advice "ADVICE_SMALLS" "SMALLS_EXPORT" "super-admin-skz" 52s 133ms
And Delete created transport by API 098ms
When Go to "ARCHIVE_TAB" 237ms
And Show "SMALLS_EXPORT" 083ms
Then Check if it is possible to search with different date property selects 1m 18s 259ms
After Hooks.deleteTransportAfterTest() 093ms
View Feature Filters
Scenario Outline Check if transport table days limit filter displays correct transport
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Set token of apiUsername "super-admin-neuca" 110ms
And Prepare setting: "TRANSPORT_TABLE_DAYS_LIMIT" with value: "7d" with "super-admin-neuca" 021ms
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 099ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 254ms
And Add carrier "Przewoźnik SKZ Automat 1" to carriers group "Kraj" by Api as "super-admin-skz" 449ms
When Go to "TRANSPORT_TABLE" 107ms
And Go to auction form 1s 260ms
And Select contractors group "Kraj" 091ms
Then Verify that carrier "PSKZA1" is selected 021ms
After Hooks.deleteTransportAfterTest() 078ms
After Hooks.removeContractorsGroup() 053ms
View Feature Grouping of carriers
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 030ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 256ms
When Go to "TRANSPORT_TABLE" 106ms
And Go to auction form 1s 209ms
And Select contractors group "Wybierz grupę firm transportowych" 091ms
Then Verify that all companies are selected after choose "data-group-name" 123ms
After Hooks.deleteTransportAfterTest() 092ms
View Feature Grouping of carriers
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 064ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 221ms
When Go to "TRANSPORT_TABLE" 110ms
And Go to auction form 1s 197ms
And Select contractors group "Wybierz uczestników zapytania" 093ms
Then Verify that all companies are selected after choose "data-carrier-name" 091ms
After Hooks.deleteTransportAfterTest() 100ms
View Feature Crud index
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 329ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 224ms
And Show all transport "false" 164ms
And Get inputs from database "ADD_INDEX" "super-admin-adama" 034ms
And Create product if needed "false" by api for principal "adama" 205ms
When Go to transport details "TRANSPORT" 2s 412ms
And Expand index panel 094ms
And Click add index button 122ms
And Fill index form 10s 494ms
And Click ok button in index form 15s 138ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 101ms
And Go to transport details "TRANSPORT" 2s 394ms
And Expand index panel 114ms
Then Check are transport values equals 092ms
After Hooks.deleteTransportAfterTest() 082ms
After Hooks.deleteProductAfterTest() 084ms
View Feature Crud index
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 513ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 240ms
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 461ms
And Expand index panel 081ms
And Click add index button 127ms
And Fill index form 7s 419ms
And Click ok button in index form 15s 092ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 153ms
And Go to transport details "TRANSPORT_ORDER" 2s 383ms
And Expand index panel 104ms
Then Check are transport values equals 2s 127ms
After Hooks.deleteTransportAfterTest() 070ms
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 037ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 218ms
And Show all transport "false" 160ms
And Get inputs from database "ADD_INDEX" "super-admin-adama" 034ms
And Create product if needed "false" by api for principal "adama" 025ms
When Go to transport details "TRANSPORT" 2s 429ms
And Add index to transport 25s 809ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 153ms
When Go to transport details "TRANSPORT" 2s 399ms
And Expand index panel 104ms
And Click delete index button 055ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 101ms
And Go to transport details "TRANSPORT" 2s 386ms
And Expand index panel 082ms
Then Verify that transport has no indexes 15s 005ms
After Hooks.deleteTransportAfterTest() 078ms
After Hooks.deleteProductAfterTest() 025ms
View Feature Crud index
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 095ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 280ms
And Show all transport "true" 227ms
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 446ms
And Add index to transport 22s 761ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 100ms
When Go to transport details "TRANSPORT_ORDER" 2s 439ms
And Expand index panel 098ms
And Click delete index button 058ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 092ms
And Go to transport details "TRANSPORT_ORDER" 2s 360ms
And Expand index panel 093ms
Then Verify that transport has no indexes 15s 020ms
After Hooks.deleteTransportAfterTest() 082ms
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 652ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-dayco" 1s 236ms
And Get inputs from database "ADD_INDEX" "super-admin-dayco" 037ms
And Create product if needed "false" by api for principal "dayco" 028ms
And Go to transport details "OWN_COLLECTION" 2s 451ms
And Add index to transport 24s 493ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 122ms
And Create advice "ADVICE_OWN_COLLECTION" "OWN_COLLECTION" "super-admin-dayco" 42s 361ms
When Click on index details icon 114ms
Then Verify that indexes display in window "product-index;quantity-of-Planned quantity;quantity-of-Quantity sent" 000ms
After Hooks.deleteTransportAfterTest() 101ms
After Hooks.deleteProductAfterTest() 027ms
View Feature Advice Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 982ms
And Prepare user "adama-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 183ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 222ms
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" 083ms
And Set advice window in schedule 2s 443ms
And Fill advice form 13s 894ms
And Click advice save button and wait for advice form to disappear 30s 695ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Zapisano awizację! | Advice has been saved!" 5s 624ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 136ms
After Hooks.cleanUserDetailsAfterTest() 192ms
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 147ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 223ms
And Get inputs from database "ADVICE_DELIVERY" "super-admin-piast" 037ms
And Show all transport types 1s 044ms
And Click button advice in transport table "DELIVERY" 102ms
And Set advice window in schedule 2s 601ms
And Fill advice form 10s 482ms
And Click advice save button and wait for advice form to disappear 30s 680ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Zapisano awizację! | Advice has been saved!" 5s 820ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 108ms
After Hooks.cleanUserDetailsAfterTest() 167ms
View Feature Advice Mail
Scenario Outline Check if mail was sent to creator after creating advice
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 128ms
And Prepare user "keeeper-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 326ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 194ms
And Get inputs from database "ADVICE_LOAD" "super-admin-keeeper" 038ms
And Show all transport types 1s 042ms
And Click button advice in transport table "LOAD" 089ms
And Set advice window in schedule 2s 433ms
And Fill advice form 12s 543ms
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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f 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/Mail/AdviceMail.feature:12)
And Click advice save button and wait for advice form to disappear 000ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Zapisano awizację! | Time window has been saved!" 000ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 066ms
After Hooks.cleanUserDetailsAfterTest() 205ms
View Feature Advice Mail
Scenario Outline Check if mail was sent to creator after editing advice
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 443ms
And Prepare user "adama-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 199ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 199ms
And Show all transport types 1s 043ms
And Create advice "ADVICE_CONTAINER" "CONTAINER" "super-admin-adama" 13s 699ms
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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f 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 CucumberTests.Transport.AdviceTransport.createAdvice(AdviceTransport.java:67) at ✽.Create advice "ADVICE_CONTAINER" "CONTAINER" "super-admin-adama"(file:Features/Atom/Mail/AdviceMail.feature:28)
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "CONTAINER" 000ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-adama" 000ms
When Go to transport details "CONTAINER" 000ms
And Fill transport form 000ms
And Get inputs from database "EDIT_ADVICE_CONTAINER" "super-admin-adama" 000ms
And Expand advice panel 000ms
And Edit advice in transport details 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Zmiana w awizacji numer" 000ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 072ms
After Hooks.cleanUserDetailsAfterTest() 193ms
View Feature Advice Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 470ms
And Prepare user "piast-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 173ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 197ms
And Show all transport types 1s 041ms
And Create advice "ADVICE_DELIVERY" "DELIVERY" "super-admin-piast" 43s 801ms
And Go to "TRANSPORT_TABLE" 239ms
And Go to transport details "DELIVERY" 2s 517ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-piast" 037ms
When Go to transport details "DELIVERY" 3s 171ms
And Fill transport form 1m 2s 077ms
And Get inputs from database "EDIT_ADVICE_DELIVERY" "super-admin-piast" 036ms
And Expand advice panel 095ms
And Edit advice in transport details 6s 546ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 081ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Zmiana w awizacji numer" 11s 100ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 149ms
After Hooks.cleanUserDetailsAfterTest() 171ms
View Feature Advice Mail
Scenario Outline Check if mail was sent to creator after editing advice
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 554ms
And Prepare user "keeeper-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 248ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 219ms
And Show all transport types 1s 037ms
And Create advice "ADVICE_LOAD" "LOAD" "super-admin-keeeper" 15s 041ms
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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f 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 CucumberTests.Transport.AdviceTransport.createAdvice(AdviceTransport.java:67) at ✽.Create advice "ADVICE_LOAD" "LOAD" "super-admin-keeeper"(file:Features/Atom/Mail/AdviceMail.feature:28)
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "LOAD" 000ms
And Get inputs from database "EDIT_LOAD" "super-admin-keeeper" 000ms
When Go to transport details "LOAD" 000ms
And Fill transport form 000ms
And Get inputs from database "EDIT_ADVICE_LOAD" "super-admin-keeeper" 000ms
And Expand advice panel 000ms
And Edit advice in transport details 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Zmiana w awizacji numer" 000ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 091ms
After Hooks.cleanUserDetailsAfterTest() 216ms
View Feature Advice Mail
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-skd" 090ms
And Prepare user "swiss-krono-delivery-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 155ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 15s 265ms
And Confirm status "ARRIVAL" by Public API "v1" 343ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Potwierdzono status Wjazd na teren zakładu" 10s 637ms
Then Check if user got a mail 000ms
And Confirm status "DEPARTURE" by Public API "v1" 270ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Potwierdzono status Wyjazd" 10s 343ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 119ms
After Hooks.cleanUserDetailsAfterTest() 172ms
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" 100ms
And Prepare company "Dostawca Hochland Automat 1" verification email setting "48h" 034ms
And Prepare user "dha1-supplier-2@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 198ms
And Login as "dha1-supplier-2@qa.qa-test" and set token of apiUsername "dha1-supplier-2@qa.qa-test" 2s 288ms
And Create transport "CREATE_DELIVERY" by JSON file as "dha1-supplier-2@qa.qa-test" 15s 341ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Weryfikacja danych awizacji" 57s 185ms
Then Check if user got a mail 000ms
Hooks
After Hooks.deleteTransportAfterTest() 100ms
After Hooks.cleanUserDetailsAfterTest() 232ms
After Hooks.rollbackVerificationEmailSettingAfterTest() 120ms
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:1628069165916, 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 579ms
And Prepare user "paa1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 232ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 211ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-adama" 2s 545ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Nowa aukcja" 10s 440ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 147ms
After Hooks.cleanUserDetailsAfterTest() 285ms
View Feature Auctions Mail
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 999ms
And Prepare user "paa1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 340ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 234ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" 2s 142ms
And Add a bid "1500" to an auction by JSON file as "paa1-carrier@qa.qa-test" for "super-admin-adama" 457ms
And Add a bid "500" to an auction by JSON file as "paa2-carrier@qa.qa-test" for "super-admin-adama" 410ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Nie otrzymano zlecenia" 10s 378ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 074ms
After Hooks.cleanUserDetailsAfterTest() 286ms
View Feature Auctions Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-producer" and set token of apiUsername "super-admin-skz" 2s 511ms
And Prepare user "swisskrono-producer" details with all notifications and "apolloautomattest@gmail.com" by JSON file 413ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 236ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-skz" 2s 105ms
And Add a bid "1500" to an auction by JSON file as "pskza1-carrier@qa.qa-test" for "pskza1-carrier@qa.qa-test" 183ms
And Wait till auction end 1m 58s 018ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Dodano nową ofertę" 2m 47s 677ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 097ms
After Hooks.cleanUserDetailsAfterTest() 317ms
View Feature Auctions Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 114ms
And Prepare user "adama-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 188ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 212ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" 2s 133ms
And Wait till auction end 1m 58s 018ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Aukcja zakończona bez ofert" 5s 802ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 079ms
After Hooks.cleanUserDetailsAfterTest() 183ms
View Feature Auctions Mail
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 461ms
And Prepare user "paa1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 340ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 245ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" 2s 142ms
And Add a bid "1500" to an auction by JSON file as "paa1-carrier@qa.qa-test" for "super-admin-adama" 190ms
And Add a bid "500" to an auction by JSON file as "paa2-carrier@qa.qa-test" for "super-admin-adama" 310ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Oferta przelicytowana" 26s 785ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 074ms
After Hooks.cleanUserDetailsAfterTest() 272ms
View Feature Auctions Mail
Before Hooks.showScenarioName(Scenario) 001ms
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 334ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 233ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" 2s 132ms
And Add a bid "1500" to an auction by JSON file as "paa1-carrier@qa.qa-test" for "super-admin-adama" 181ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Otrzymano zlecenie" 2m 13s 139ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 067ms
After Hooks.cleanUserDetailsAfterTest() 292ms
View Feature Auctions Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 095ms
And Prepare user "paa1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 322ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 222ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" 2s 119ms
And Add a bid "500" to an auction by JSON file as "paa1-carrier@qa.qa-test" for "super-admin-adama" 289ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Otrzymano zlecenie" 5s 314ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 096ms
After Hooks.cleanUserDetailsAfterTest() 288ms
View Feature Auctions Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 1s 650ms
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 249ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" and finish of auction in "121" minutes 2s 193ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Zakończenie aukcji" 21s 255ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 094ms
After Hooks.cleanUserDetailsAfterTest() 270ms
View Feature Discrepancy Report Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 401ms
And Prepare user "hochland-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 570ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 410ms
And Go to "TRANSPORT_TABLE" 130ms
And Go to transport details "DELIVERY" 2s 695ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 037ms
And Fill transport form 37s 786ms
And Open section: "discrepancy-report-panel" 1s 065ms
And Fill discrepancy report section 49s 467ms
And Go to transport details "DELIVERY" 2s 479ms
And Change filled value in details "rodo-acceptance" "checkbox" "true" "0" 1s 305ms
And Generate discrepancy report 18s 815ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Utworzono protokół niezgodności" 5s 851ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 147ms
After Hooks.cleanUserDetailsAfterTest() 469ms
View Feature Transport Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 407ms
And Prepare user "pha2-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 388ms
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 431ms
And Go to "WAREHOUSE_TAB" 732ms
And Select warehouse "Serownia" 1s 398ms
And Set week view 1s 106ms
And Show yesterday 1s 059ms
And Move window into the past 292ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "spóźnił się na" 58s 536ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 107ms
After Hooks.cleanUserDetailsAfterTest() 334ms
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 171ms
And Prepare user "swisskrono-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 335ms
And Wait "60" seconds 1m
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 280ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Drobnica import" 32s 653ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 104ms
After Hooks.cleanUserDetailsAfterTest() 323ms
View Feature Transport Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 748ms
And Prepare user "swisskrono-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 336ms
And Wait "60" seconds 1m
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 252ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Drobnica eksport" 54s 154ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 088ms
After Hooks.cleanUserDetailsAfterTest() 268ms
View Feature Transport Transfer Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 105ms
And Prepare user "paa1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 350ms
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" 19s 172ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Zlecenie czeka na akceptację" 5s 320ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 110ms
After Hooks.cleanUserDetailsAfterTest() 269ms
View Feature Transport Transfer Mail
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 044ms
And Prepare user "paa1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 322ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 237ms
And Transfer transport to carrier "Przewoźnik Adama Automat 1" with "false" 19s 164ms
When Get mail "apolloautomattest@gmail.com" message from mailgun with "Zostało przekazane nowe zlecenie" 5s 375ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 089ms
After Hooks.cleanUserDetailsAfterTest() 291ms
View Feature Transport Transfer Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 746ms
And Prepare user "pskza1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 453ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 235ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-skz" 2s 199ms
And Add a bid "1500" to an auction by JSON file as "pskza1-carrier@qa.qa-test" for "pskza1-carrier@qa.qa-test" 204ms
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" 199ms
Then If user is login then logout 236ms
And Login as "swisskrono-admin" 973ms
And Go to auction details 1s 193ms
And Pass transport to carrier from auction details 1s 262ms
And Get mail "apolloautomattest@gmail.com" message from mailgun with "Nie otrzymano zlecenia" 32s 222ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 111ms
After Hooks.cleanUserDetailsAfterTest() 384ms
View Feature Transport Transfer Mail
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 236ms
And Prepare user "pskza1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 440ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 233ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-skz" 2s 133ms
And Get mail "apolloautomattest@gmail.com" message from mailgun with "Nowe zapytanie ofertowe" 5s 323ms
Then Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 074ms
After Hooks.cleanUserDetailsAfterTest() 341ms
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" 1s 024ms
When Go to new transport "DELIVERY" 351ms
And Fill transport form 35s 480ms
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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f 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 010ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" 15s 404ms
And Go to "TRANSPORT_TABLE" 238ms
And Show all transport "false" 162ms
And Go to transport details "DELIVERY" 2s 426ms
And Change filled value in details "number-of-pallets-step-0" "number" "1000000" "0" 1s 404ms
And Click "save-transport" save button 713ms
Then Verify that the error is visible after exceeding the pallet limit 019ms
After Hooks.deleteTransportAfterTest() 120ms
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" 095ms
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 338ms
And Go to new transport "UNLOAD" 15s 273ms
And Fill transport form 28s 739ms
And Click "save-transport" save button and wait for form to disappear 30s 094ms
And Set advice window in schedule 2s 215ms
And Check is transport created in schedule and set transport id 521ms
And Go to "TRANSPORT_TABLE" 234ms
And Go to transport details "UNLOAD" 30s 357ms
Then Check are transport values equals 23s 342ms
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() 102ms
After Hooks.rollbackMaxPalletLimit() 002ms
View Feature Mode of transportation - Advice
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 091ms
And Create default mode of transportation by API with "pba1-carrier" 073ms
And Set status of MOT to "AWAITING_VERIFICATION" 052ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 15s 277ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 096ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 059ms
When Login as "super-admin-bausch" 1s 639ms
And Go to "TRANSPORT_TABLE" 236ms
And Click button advice in transport table "LOAD_EXPORT" 088ms
And Set advice window in schedule 2s 531ms
Then Check if "AAAA0000" MOT is NOT visible in advice form 15s 339ms
After Hooks.deleteTransportAfterTest() 101ms
After Hooks.deleteModeOfTransportationAfterTest() 065ms
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" 070ms
And Set status of MOT to "DISABLED" 050ms
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 102ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 070ms
When Login as "super-admin-bausch" 1s 125ms
And Go to "TRANSPORT_TABLE" 219ms
And Click button advice in transport table "LOAD_EXPORT" 084ms
And Set advice window in schedule 2s 523ms
Then Check if "AAAA0000" MOT is NOT visible in advice form 15s 392ms
After Hooks.deleteTransportAfterTest() 079ms
After Hooks.deleteModeOfTransportationAfterTest() 055ms
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" 064ms
And Set status of MOT to "ACCEPTED" 058ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 15s 231ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 084ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 064ms
When Login as "super-admin-bausch" 1s 107ms
And Go to "TRANSPORT_TABLE" 214ms
And Click button advice in transport table "LOAD_EXPORT" 088ms
And Set advice window in schedule 2s 526ms
Then Check if "AAAA0000" MOT can be selected in advice form 379ms
After Hooks.deleteTransportAfterTest() 082ms
After Hooks.deleteModeOfTransportationAfterTest() 061ms
View Feature Mode of transportation - Advice
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 098ms
And Create default mode of transportation by API with "pba1-carrier" 064ms
And Set status of MOT to "UPDATED" 061ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 15s 297ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 101ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 072ms
When Login as "super-admin-bausch" 1s 007ms
And Go to "TRANSPORT_TABLE" 199ms
And Click button advice in transport table "LOAD_EXPORT" 089ms
And Set advice window in schedule 2s 524ms
Then Check if "AAAA0000" MOT can be selected in advice form 375ms
After Hooks.deleteTransportAfterTest() 086ms
After Hooks.deleteModeOfTransportationAfterTest() 060ms
View Feature Mode of transportation - Advice
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 100ms
And Create default mode of transportation by API with "pba1-carrier" 068ms
And Set status of MOT to "REJECTED" 061ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 15s 223ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 095ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 069ms
When Login as "super-admin-bausch" 1s 129ms
And Go to "TRANSPORT_TABLE" 211ms
And Click button advice in transport table "LOAD_EXPORT" 089ms
And Set advice window in schedule 2s 513ms
Then Check if "AAAA0000" MOT is visible in advice form 354ms
And Check if "AAAA0000" MOT cannot be selected in advice form 15s 220ms
After Hooks.deleteTransportAfterTest() 086ms
After Hooks.deleteModeOfTransportationAfterTest() 059ms
View Feature Mode of transportation - Advice
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-bausch" 093ms
And Create default mode of transportation by API with "pba1-carrier" 072ms
And Set status of MOT to "BLOCKED" 061ms
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 095ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 061ms
When Login as "super-admin-bausch" 1s 088ms
And Go to "TRANSPORT_TABLE" 226ms
And Click button advice in transport table "LOAD_EXPORT" 092ms
And Set advice window in schedule 2s 544ms
Then Check if "AAAA0000" MOT is visible in advice form 354ms
And Check if "AAAA0000" MOT cannot be selected in advice form 15s 182ms
After Hooks.deleteTransportAfterTest() 082ms
After Hooks.deleteModeOfTransportationAfterTest() 060ms
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 093ms
When Get inputs from database "CREATE_TRANSPORT_ORDER" "super-admin-skz" 037ms
And Add transport by SKApi in "MGW" assigned to "" 157ms
And Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 3s 039ms
And Click button advice in transport table "TRANSPORT_ORDER" 090ms
And Set advice window in schedule 2s 521ms
And Get inputs from database "CREATE_ADVICE" "super-admin-skz" 038ms
And Fill advice form 16s 694ms
And Click advice save button and wait for advice form to disappear 30s 700ms
And Find transport in table with status "planned" 3s 295ms
And Confirm statuses until reach "left-the-factory" through SKAPI 31s 373ms
Then Check if transport has "left-the-factory" 019ms
After Hooks.deleteTransportAfterTest() 101ms
View Feature SK API - Creation of the Transport
Before Hooks.showScenarioName(Scenario) 000ms
Given Get inputs from database "CREATE_TRANSPORT_ORDER" "super-admin-skz" 041ms
And Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 133ms
When Add transport by SKApi in "MGW" assigned to "" 003ms
Then Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 3s 235ms
And Go to "TRANSPORT_TABLE" 115ms
And Go to transport details "TRANSPORT_ORDER" 2s 368ms
Then Check are transport values equals 354ms
After Hooks.deleteTransportAfterTest() 080ms
View Feature SK API - Creation of the Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Get inputs from database "CREATE_CONTAINER" "super-admin-skz" 038ms
And Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 072ms
When Add transport by SKApi in "MGW" assigned to "" 003ms
Then Check is transport "CONTAINER" created in transport table and set transport id 6s 303ms
And Go to "TRANSPORT_TABLE" 130ms
And Go to transport details "CONTAINER" 2s 373ms
Then Check are transport values equals 293ms
After Hooks.deleteTransportAfterTest() 071ms
View Feature SK API - Creation of the Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Get inputs from database "CREATE_OWN_COLLECTION" "super-admin-skz" 038ms
And Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 041ms
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 358ms
And Go to "TRANSPORT_TABLE" 113ms
And Go to transport details "OWN_COLLECTION" 2s 369ms
Then Check are transport values equals 289ms
After Hooks.deleteTransportAfterTest() 081ms
View Feature SK API - Creation of the Transport
Scenario Outline Check if it possible to create new transport by SKApi
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Get inputs from database "CREATE_TRANSPORT_ORDER" "super-admin-skz" 037ms
And Login as "swisskrono-admin-10" and set token of apiUsername "super-admin-skz" 2s 054ms
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 208ms
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) 001ms
Steps
Given Get inputs from database "CREATE_CONTAINER" "super-admin-skz" 037ms
And Login as "swisskrono-admin-10" and set token of apiUsername "super-admin-skz" 1s 174ms
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 347ms
java.lang.AssertionError: Dodane zlecenie nie pojawiło się na stronie
	at org.junit.Assert.fail(Assert.java:88)
	at CucumberTests.Transport.CreateTransport.checkIsTransportCreatedInTransportTable(CreateTransport.java:163)
	at ✽.Check is transport "CONTAINER" created in transport table and set transport id(file:Features/Atom/SK_API/SkApiTransport.feature:8)
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "CONTAINER" 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
View Feature SK API - Creation of the Transport
Scenario Outline Check if it possible to create new transport by SKApi
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Get inputs from database "CREATE_OWN_COLLECTION" "super-admin-skz" 036ms
And Login as "swisskrono-admin-10" and set token of apiUsername "super-admin-skz" 1s 180ms
When Add transport by SKApi in "HRL" assigned to "" 003ms
Then Check is transport "OWN_COLLECTION" created in transport table and set transport id 1m 33s 315ms
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 228ms
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 239ms
And Check client name in database "Pepsi" "TRANSPORT_ORDER" 030ms
After Hooks.deleteTransportAfterTest() 096ms
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-10" and set token of apiUsername "super-admin-skz" 1s 009ms
When Add transport by SKApi in "" assigned to "" 002ms
Then Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 3s 208ms
And Go to "TRANSPORT_TABLE" 134ms
And Go to transport details "TRANSPORT_ORDER" 2s 390ms
Then Check if transport has warehouse "MGW" in step section "0" 029ms
After Hooks.deleteTransportAfterTest() 071ms
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 067ms
And Prepare user "swisskrono-admin" details with all notifications and "" by JSON file 363ms
And Get inputs from database "CREATE_CONTAINER" "super-admin-skz" 038ms
And Add transport by SKApi in "MGW" assigned to "" 003ms
And Get inputs from database "CREATE_ADVICE" "super-admin-skz" 033ms
And Check is transport "CONTAINER" created in transport table and set transport id 6s 323ms
When Click button advice in transport table "CONTAINER" 090ms
And Set advice window in schedule 2s 528ms
And Fill advice form 13s 961ms
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element 
...
is not clickable at point (962, 437). 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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f 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/SK_API/SkApiTransportAdvice.feature:14)
And Click advice save button and wait for advice form to disappear 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "CONTAINER" 000ms
Then Check are advice values equals 000ms
After Hooks.deleteTransportAfterTest() 090ms
After Hooks.cleanUserDetailsAfterTest() 274ms
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 813ms
And Prepare user "swisskrono-admin" details with all notifications and "" by JSON file 312ms
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" 033ms
And Check is transport "OWN_COLLECTION" created in transport table and set transport id 6s 390ms
When Click button advice in transport table "OWN_COLLECTION" 088ms
And Set advice window in schedule 2s 547ms
And Fill advice form 16s 684ms
And Click advice save button and wait for advice form to disappear 30s 679ms
And Go to "TRANSPORT_TABLE" 161ms
And Go to transport details "OWN_COLLECTION" 2s 393ms
Then Check are advice values equals 4s 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.AdviceTransport.checkAdviceValues(AdviceTransport.java:145)
	at ✽.Check are advice values equals(file:Features/Atom/SK_API/SkApiTransportAdvice.feature:18)
After Hooks.deleteTransportAfterTest() 095ms
After Hooks.cleanUserDetailsAfterTest() 289ms
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 942ms
And Prepare user "swisskrono-admin" details with all notifications and "" by JSON file 332ms
And Get inputs from database "CREATE_TRANSPORT_ORDER" "super-admin-skz" 036ms
And Add transport by SKApi in "MGW" assigned to "" 003ms
And Get inputs from database "CREATE_ADVICE" "super-admin-skz" 033ms
And Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 3s 803ms
When Click button advice in transport table "TRANSPORT_ORDER" 093ms
And Set advice window in schedule 2s 533ms
And Fill advice form 13s 880ms
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element 
...
is not clickable at point (962, 437). 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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f 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/SK_API/SkApiTransportAdvice.feature:14)
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() 080ms
After Hooks.cleanUserDetailsAfterTest() 245ms
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 "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 980ms
And Prepare user "pskza1-carrier@qa.qa-test" details with all notifications and "" by JSON file 498ms
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" 034ms
And Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 5s 839ms
When Click button advice in transport table "TRANSPORT_ORDER" 099ms
And Set advice window in schedule 2s 500ms
And Fill advice form 13s 991ms
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element 
...
is not clickable at point (962, 437). 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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f 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/SK_API/SkApiTransportAdvice.feature:14)
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() 065ms
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 772ms
And Prepare user "swisskrono-tradesman@qa.qa-test" details with all notifications and "automaty@test.pl" by JSON file 262ms
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" 034ms
And Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 5s 897ms
When Click button advice in transport table "TRANSPORT_ORDER" 090ms
And Set advice window in schedule 30s 546ms
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() 096ms
After Hooks.cleanUserDetailsAfterTest() 251ms
View Feature SK Api - Advice transport
Scenario Outline Verify that advice data are saved properly
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
Steps
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 343ms
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" 034ms
And Check is transport "OWN_COLLECTION" created in transport table and set transport id 3s 367ms
When Click button advice in transport table "OWN_COLLECTION" 085ms
And Set advice window in schedule 2s 511ms
And Fill advice form 13s 942ms
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element 
...
is not clickable at point (962, 437). 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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f 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/SK_API/SkApiTransportAdvice.feature:38)
And Click advice save button and wait for advice form to disappear 000ms
And Go to "TRANSPORT_TABLE" 000ms
Then Check advice data in SK API database "OWN_COLLECTION" 000ms
After Hooks.deleteTransportAfterTest() 091ms
After Hooks.cleanUserDetailsAfterTest() 250ms
View Feature SK Api - Advice transport
Scenario Outline Verify that advice data are saved properly
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
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 809ms
And Prepare user "swisskrono-admin" details with all notifications and "" by JSON file 331ms
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" 034ms
And Check is transport "CONTAINER" created in transport table and set transport id 6s 320ms
When Click button advice in transport table "CONTAINER" 092ms
And Set advice window in schedule 2s 531ms
And Fill advice form 13s 902ms
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element 
...
is not clickable at point (962, 437). 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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f 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/SK_API/SkApiTransportAdvice.feature:38)
And Click advice save button and wait for advice form to disappear 000ms
And Go to "TRANSPORT_TABLE" 000ms
Then Check advice data in SK API database "CONTAINER" 000ms
After Hooks.deleteTransportAfterTest() 074ms
After Hooks.cleanUserDetailsAfterTest() 285ms
View Feature SK Api - Advice transport
Scenario Outline Verify that advice data are saved properly
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
Steps
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 "" by JSON file 335ms
And Get inputs from database "CREATE_TRANSPORT_ORDER" "super-admin-skz" 038ms
And Add transport by SKApi in "MGW" assigned to "" 002ms
And Get inputs from database "CREATE_ADVICE" "super-admin-skz" 033ms
And Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 3s 830ms
When Click button advice in transport table "TRANSPORT_ORDER" 097ms
And Set advice window in schedule 2s 514ms
And Fill advice form 13s 952ms
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element 
...
is not clickable at point (962, 437). 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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f 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/SK_API/SkApiTransportAdvice.feature:38)
And Click advice save button and wait for advice form to disappear 000ms
And Go to "TRANSPORT_TABLE" 000ms
Then Check advice data in SK API database "TRANSPORT_ORDER" 000ms
After Hooks.deleteTransportAfterTest() 077ms
After Hooks.cleanUserDetailsAfterTest() 280ms
View Feature SK Api - Advice transport
Scenario Outline Verify that advice data are saved properly
The scenario checks if you can correctly add an advice to the order. After the correct addition of the advice on the platform, the correctness of the data that has been sent to the SK API microservice database is also verified.
Before Hooks.showScenarioName(Scenario) 002ms
Steps
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 686ms
And Prepare user "pskza1-carrier@qa.qa-test" details with all notifications and "" by JSON file 499ms
And Get inputs from database "CREATE_TRANSPORT_ORDER" "super-admin-skz" 036ms
And Add transport by SKApi in "MGW" assigned to "" 003ms
And Get inputs from database "CREATE_ADVICE" "super-admin-skz" 033ms
And Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 5s 769ms
When Click button advice in transport table "TRANSPORT_ORDER" 091ms
And Set advice window in schedule 2s 511ms
And Fill advice form 14s 003ms
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element 
...
is not clickable at point (962, 437). 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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f 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/SK_API/SkApiTransportAdvice.feature:38)
And Click advice save button and wait for advice form to disappear 000ms
And Go to "TRANSPORT_TABLE" 000ms
Then Check advice data in SK API database "TRANSPORT_ORDER" 000ms
After Hooks.deleteTransportAfterTest() 067ms
After Hooks.cleanUserDetailsAfterTest() 323ms
View Feature SK Api - Advice transport
Scenario Outline Verify that advice data are saved properly
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
Steps
Given Login as "swisskrono-tradesman@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 863ms
And Prepare user "swisskrono-tradesman@qa.qa-test" details with all notifications and "automaty@test.pl" by JSON file 270ms
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" 034ms
And Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 5s 891ms
When Click button advice in transport table "TRANSPORT_ORDER" 108ms
And Set advice window in schedule 2s 508ms
And Fill advice form 13s 925ms
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element 
...
is not clickable at point (962, 437). 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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f 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/SK_API/SkApiTransportAdvice.feature:38)
And Click advice save button and wait for advice form to disappear 000ms
And Go to "TRANSPORT_TABLE" 000ms
Then Check advice data in SK API database "TRANSPORT_ORDER" 000ms
After Hooks.deleteTransportAfterTest() 077ms
After Hooks.cleanUserDetailsAfterTest() 212ms
View Feature SK Api - Advice transport
Scenario Outline Check if not possible to advice transport in the past when advice is created from transports table and transport is created by sk API
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 856ms
And Get inputs from database "CREATE_CONTAINER" "super-admin-skz" 037ms
And Add transport by SKApi in "MGW" assigned to "" 002ms
And Get inputs from database "CREATE_ADVICE" "super-admin-skz" 033ms
And Check is transport "CONTAINER" created in transport table and set transport id 3s 319ms
When Click button advice in transport table "CONTAINER" 115ms
And Set advice window in schedule in the past 2s 511ms
And Fill advice form 13s 864ms
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element 
...
is not clickable at point (962, 504). 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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f at sun.reflect.GeneratedConstructorAccessor216.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.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/SK_API/SkApiTransportAdvice.feature:59)
And Click advice save button to check error message 000ms
Then Check if possible advice alert is displayed 000ms
After Hooks.deleteTransportAfterTest() 108ms
View Feature SK Api - Advice transport
Scenario Outline Check if advice data saved in SK API database after edition
The scenario checks if you can correctly edit an advice. After that the correctness of the data that has been sent to the SK API microservice database is also verified.
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 184ms
And Get inputs from database "CREATE_OWN_COLLECTION" "super-admin-skz" 036ms
And Add transport by SKApi in "MGW" assigned to "" 003ms
And Get inputs from database "EDIT_ADVICE" "super-admin-skz" 034ms
And Check is transport "OWN_COLLECTION" created in transport table and set transport id 6s 394ms
And Create advice "CREATE_ADVICE" "OWN_COLLECTION" "super-admin-skz" 16s 658ms
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element 
...
is not clickable at point (962, 437). 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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f at sun.reflect.GeneratedConstructorAccessor216.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.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 CucumberTests.Transport.AdviceTransport.createAdvice(AdviceTransport.java:67) at ✽.Create advice "CREATE_ADVICE" "OWN_COLLECTION" "super-admin-skz"(file:Features/Atom/SK_API/SkApiTransportAdvice.feature:74)
And Go to "TRANSPORT_TABLE" 000ms
When Go to transport details "OWN_COLLECTION" 000ms
And Expand advice panel 000ms
And Edit advice in transport details 000ms
And Fill arrival date field 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
Then Check advice data in database after edition "OWN_COLLECTION" 000ms
After Hooks.deleteTransportAfterTest() 083ms
View Feature SK Api - Advice transport
Scenario Outline Check if advice data saved in SK API database after edition
The scenario checks if you can correctly edit an advice. After that the correctness of the data that has been sent to the SK API microservice database is also verified.
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 156ms
And Get inputs from database "CREATE_CONTAINER" "super-admin-skz" 038ms
And Add transport by SKApi in "MGW" assigned to "" 003ms
And Get inputs from database "EDIT_ADVICE" "super-admin-skz" 034ms
And Check is transport "CONTAINER" created in transport table and set transport id 6s 329ms
And Create advice "CREATE_ADVICE" "CONTAINER" "super-admin-skz" 16s 597ms
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element 
...
is not clickable at point (962, 437). 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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f at sun.reflect.GeneratedConstructorAccessor216.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.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 CucumberTests.Transport.AdviceTransport.createAdvice(AdviceTransport.java:67) at ✽.Create advice "CREATE_ADVICE" "CONTAINER" "super-admin-skz"(file:Features/Atom/SK_API/SkApiTransportAdvice.feature:74)
And Go to "TRANSPORT_TABLE" 000ms
When Go to transport details "CONTAINER" 000ms
And Expand advice panel 000ms
And Edit advice in transport details 000ms
And Fill arrival date field 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
Then Check advice data in database after edition "CONTAINER" 000ms
After Hooks.deleteTransportAfterTest() 086ms
View Feature SK Api - Advice transport
Scenario Outline Check if advice data saved in SK API database after edition
The scenario checks if you can correctly edit an advice. After that the correctness of the data that has been sent to the SK API microservice database is also verified.
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 163ms
And Get inputs from database "CREATE_TRANSPORT_ORDER" "super-admin-skz" 037ms
And Add transport by SKApi in "MGW" assigned to "" 002ms
And Get inputs from database "EDIT_ADVICE" "super-admin-skz" 034ms
And Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 1s 136ms
And Create advice "CREATE_ADVICE" "TRANSPORT_ORDER" "super-admin-skz" 16s 508ms
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element 
...
is not clickable at point (962, 437). 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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f at sun.reflect.GeneratedConstructorAccessor216.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.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 CucumberTests.Transport.AdviceTransport.createAdvice(AdviceTransport.java:67) at ✽.Create advice "CREATE_ADVICE" "TRANSPORT_ORDER" "super-admin-skz"(file:Features/Atom/SK_API/SkApiTransportAdvice.feature:74)
And Go to "TRANSPORT_TABLE" 000ms
When Go to transport details "TRANSPORT_ORDER" 000ms
And Expand advice panel 000ms
And Edit advice in transport details 000ms
And Fill arrival date field 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
Then Check advice data in database after edition "TRANSPORT_ORDER" 000ms
After Hooks.deleteTransportAfterTest() 062ms
View Feature Schedule
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 365ms
And Create "CREATE_GRAY_WINDOW_TWG" window by JSON file for test as "super-admin-hochland" 036ms
And Create "CREATE_GRAY_WINDOW_OST" window by JSON file for test as "super-admin-hochland" 035ms
When Go to "WAREHOUSE_TAB" 763ms
And Select warehouse "Twarożkarnia wyrób gotowy" 1s 819ms
And Select view "DAYS_2" 2s 076ms
Then Check if gray window is in the schedule 2s 022ms
And Select warehouse "Opakowania, surowce twarożkarnia" 1s 254ms
And Select view "DAYS_2" 2s 047ms
And Check if gray window is in the schedule 2s 014ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteAllGrayWindowsAfterTest() 15s 161ms
View Feature Schedule
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-producer" and set token of apiUsername "super-admin-hochland" 2s 408ms
And Create "CREATE_GRAY_WINDOW_TWG" window by JSON file for test as "super-admin-hochland" 038ms
And Create "CREATE_GRAY_WINDOW_OST" window by JSON file for test as "super-admin-hochland" 035ms
When Go to "WAREHOUSE_TAB" 808ms
And Select warehouse "Twarożkarnia wyrób gotowy" 1s 860ms
And Select view "DAYS_2" 2s 079ms
Then Check if gray window is in the schedule 2s 021ms
And Select warehouse "Opakowania, surowce twarożkarnia" 1s 249ms
And Select view "DAYS_2" 2s 048ms
And Check if gray window is in the schedule 2s 014ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteAllGrayWindowsAfterTest() 15s 157ms
View Feature Schedule
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "pha1-carrier@qa.qa-test" and set token of apiUsername "super-admin-hochland" 2s 585ms
And Create "CREATE_GRAY_WINDOW_TWG" window by JSON file for test as "super-admin-hochland" 036ms
And Create "CREATE_GRAY_WINDOW_OST" window by JSON file for test as "super-admin-hochland" 034ms
When Go to "WAREHOUSE_TAB" 785ms
And Select warehouse "Twarożkarnia wyrób gotowy" 1s 821ms
And Select view "DAYS_2" 2s 092ms
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 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) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 162ms
And Create "CREATE_GRAY_WINDOW_MGW" window by JSON file for test as "super-admin-skz" 034ms
And Create "CREATE_GRAY_WINDOW_HRL" window by JSON file for test as "super-admin-skz" 030ms
When Go to "WAREHOUSE_TAB" 414ms
And Select warehouse "MGW" 1s 175ms
And Select view "DAYS_2" 2s 064ms
Then Check if gray window is in the schedule 2s 022ms
And Select warehouse "HRL" 1s 366ms
And Select view "DAYS_2" 2s 039ms
And Check if gray window is in the schedule 2s 015ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteAllGrayWindowsAfterTest() 15s 135ms
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" 159ms
And Set package type "PALLETS" settings with values: "visibleInContractorStep;visibleInWarehouseStep", "true;false" 156ms
When Login as "neuca-admin" 1s 446ms
And Go to new transport "DELIVERY" 311ms
And Fill transport form 22s 834ms
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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f at sun.reflect.GeneratedConstructorAccessor216.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.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() 020ms
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" 114ms
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" 014ms
And Set package type "PALLETS" settings with values: "visibleInContractorStep;visibleInWarehouseStep", "false;true" 040ms
When Login as "neuca-admin" 851ms
And Go to new transport "DELIVERY" 305ms
And Fill transport form 22s 859ms
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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f at sun.reflect.GeneratedConstructorAccessor216.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.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() 025ms
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_AND_COMPANY_STEPS" "super-admin-neuca" 001ms
And Get package type settings for transportType "DELIVERY" from "neuca" 015ms
And Set package type "PALLETS" settings with values: "visibleInContractorStep;visibleInWarehouseStep", "true;true" 038ms
When Login as "neuca-admin" 978ms
And Go to new transport "DELIVERY" 348ms
And Fill transport form 25s 534ms
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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f at sun.reflect.GeneratedConstructorAccessor216.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.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() 031ms
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 031ms
And Mark custom fields as not obligatory 430ms
And Login as "hochland-admin" 2s 204ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 366ms
When Find transport in table with status "advice-added" 3s 207ms
And Confirm statuses until reach "process-ended" 18s 059ms
Then Check if transport has "process-ended" 026ms
After Hooks.deleteTransportAfterTest() 116ms
After Hooks.rollbackAllCustomFieldsSettings() 558ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-pgf" 093ms
And Get custom field settings for "UNLOAD" transport type and "pgf" company 020ms
And Mark custom fields as not obligatory 005ms
And Login as "pgf-admin" 1s 271ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" 15s 875ms
When Find transport in table with status "planned" 17s 196ms
And Confirm statuses until reach "process-ended" 10s 087ms
Then Check if transport has "process-ended" 024ms
After Hooks.deleteTransportAfterTest() 113ms
After Hooks.rollbackAllCustomFieldsSettings() 079ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-adama" 093ms
And Get custom field settings for "DELIVERY" transport type and "adama" company 017ms
And Mark custom fields as not obligatory 005ms
And Login as "adama-admin" 1s 396ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 1s 310ms
When Find transport in table with status "planned" 3s 199ms
And Confirm statuses until reach "process-ended" 23s 513ms
Then Check if transport has "process-ended" 027ms
After Hooks.deleteTransportAfterTest() 097ms
After Hooks.rollbackAllCustomFieldsSettings() 073ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-lantmannen" 103ms
And Get custom field settings for "DELIVERY" transport type and "lantmannen" company 018ms
And Mark custom fields as not obligatory 006ms
And Login as "lantmannen-admin" 1s 306ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 1s 311ms
When Find transport in table with status "potwierdzony" 3s 191ms
And Confirm statuses until reach "process-ended" 30s 913ms
Then Check if transport has "process-ended" 023ms
After Hooks.deleteTransportAfterTest() 091ms
After Hooks.rollbackAllCustomFieldsSettings() 006ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-lantmannen" 095ms
And Get custom field settings for "LOAD" transport type and "lantmannen" company 012ms
And Mark custom fields as not obligatory 003ms
And Login as "lantmannen-admin" 942ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 329ms
When Find transport in table with status "created" 3s 207ms
And Confirm statuses until reach "process-ended" 34s 618ms
Then Check if transport has "process-ended" 020ms
After Hooks.deleteTransportAfterTest() 096ms
After Hooks.rollbackAllCustomFieldsSettings() 003ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-keeeper" 095ms
And Get custom field settings for "UNLOAD" transport type and "keeeper" company 021ms
And Mark custom fields as not obligatory 084ms
And Login as "keeeper-admin" 1s 544ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 379ms
When Find transport in table with status "planned" 3s 211ms
And Confirm statuses until reach "process-ended" 30s 993ms
Then Check if transport has "process-ended" 025ms
After Hooks.deleteTransportAfterTest() 096ms
After Hooks.rollbackAllCustomFieldsSettings() 091ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-keeeper" 090ms
And Get custom field settings for "TANKER_GRANULATE_DELIVERY" transport type and "keeeper" company 017ms
And Mark custom fields as not obligatory 089ms
And Login as "keeeper-admin" 1s 477ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 349ms
When Find transport in table with status "planned" 3s 231ms
And Confirm statuses until reach "process-ended" 30s 990ms
Then Check if transport has "process-ended" 019ms
After Hooks.deleteTransportAfterTest() 085ms
After Hooks.rollbackAllCustomFieldsSettings() 100ms
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 847ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 269ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 095ms
When Accept or reject "accept" transferred transport 18s 021ms
And Get inputs from database "ADVICE_SMALLS" "super-admin-skz" 036ms
And Click button advice in transport table "SMALLS_IMPORT" 114ms
And Set advice window in schedule 2s 647ms
And Fill advice form 16s 641ms
And Click advice save button and wait for advice form to disappear 30s 692ms
And Check if window is "silver" 4s 033ms
And Go to "TRANSPORT_TABLE" 193ms
Then Check if transport has "process-ended" 223ms
After Hooks.deleteTransportAfterTest() 098ms
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 082ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 228ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 077ms
When Accept or reject "accept" transferred transport 18s 054ms
And Get inputs from database "ADVICE_SMALLS" "super-admin-skz" 036ms
And Click button advice in transport table "SMALLS_EXPORT" 103ms
And Set advice window in schedule 2s 627ms
And Fill advice form 16s 689ms
And Click advice save button and wait for advice form to disappear 30s 698ms
And Check if window is "silver" 4s 032ms
And Go to "TRANSPORT_TABLE" 191ms
Then Check if transport has "process-ended" 268ms
After Hooks.deleteTransportAfterTest() 109ms
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" 097ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "UPDATE_ADVICE" "CHECKPOINT_BASED" "ARRIVAL" 113ms
And Get custom field settings for "DELIVERY" transport type and "hochland" company 028ms
And Mark custom fields as not obligatory 377ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 404ms
When Login as "hochland-admin" 2s 335ms
And Find transport in table with status "advice-added" 3s 320ms
And Confirm statuses until reach "arrived" 5s 310ms
And Go to transport details "DELIVERY" 2s 605ms
Then Check if it is not possible to edit advice 15s 054ms
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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f
*** Element info: {Using=xpath, value=//div[@data-field-name='phone-number-prefix']//input}
	at sun.reflect.GeneratedConstructorAccessor209.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() 108ms
After Hooks.rollbackAllCustomFieldsSettings() 507ms
After Hooks.rollbackAddedActionAuthorities() 061ms
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 029ms
And Mark custom fields as not obligatory 390ms
And Login as "hochland-admin" 2s 331ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 403ms
When Find transport in table with status "advice-added" 3s 217ms
And Check if transport row is "blue" 3s 065ms
And Confirm statuses until reach "arrived" 4s 825ms
And Check if transport row is "green" 3s 061ms
And Confirm statuses until reach "during-unload" 5s 250ms
Then Check if transport row is "orange" 3s 081ms
And Confirm statuses until reach "unloaded" 5s 307ms
Then Check if transport row is "darkgoldenrod" 3s 062ms
And Confirm statuses until reach "process-ended" 5s 272ms
Then Check if transport row is "silver" 3s 061ms
After Hooks.deleteTransportAfterTest() 105ms
After Hooks.rollbackAllCustomFieldsSettings() 461ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-piast" 094ms
And Get custom field settings for "DELIVERY" transport type and "piast" company 036ms
And Mark custom fields as not obligatory 006ms
And Login as "piast-admin" 1s 469ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 182ms
And Get inputs from database "ADVICE_DELIVERY" "super-admin-piast" 038ms
And Show all transport types 1s 040ms
And Click button advice in transport table "DELIVERY" 101ms
And Set advice window in schedule 2s 555ms
And Fill advice form 10s 459ms
And Click advice save button and wait for advice form to disappear 30s 753ms
And Go to "TRANSPORT_TABLE" 199ms
And Find transport in table with status "advice-added" 3s 198ms
And Confirm statuses until reach "left-the-area" 24s 542ms
Then Check if next status is not possible to confirm 127ms
After Hooks.deleteTransportAfterTest() 095ms
After Hooks.rollbackAllCustomFieldsSettings() 582ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-piast" 097ms
And Get custom field settings for "LOAD" transport type and "piast" company 040ms
And Mark custom fields as not obligatory 008ms
And Login as "piast-admin" 1s 503ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 171ms
And Get inputs from database "ADVICE_LOAD" "super-admin-piast" 035ms
And Show all transport types 1s 042ms
And Click button advice in transport table "LOAD" 120ms
And Set advice window in schedule 2s 563ms
And Fill advice form 10s 483ms
And Click advice save button and wait for advice form to disappear 30s 688ms
And Go to "TRANSPORT_TABLE" 181ms
And Find transport in table with status "advice-added" 3s 232ms
And Confirm statuses until reach "left-the-area" 24s 496ms
Then Check if next status is not possible to confirm 105ms
After Hooks.deleteTransportAfterTest() 091ms
After Hooks.rollbackAllCustomFieldsSettings() 648ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-piast" 100ms
And Get custom field settings for "DELIVERY" transport type and "piast" company 030ms
And Mark custom fields as not obligatory 006ms
And Login as "piast-admin" 1s 414ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 185ms
And Get inputs from database "ADVICE_DELIVERY" "super-admin-piast" 038ms
And Show all transport types 1s 039ms
And Click button advice in transport table "DELIVERY" 097ms
And Set advice window in schedule 2s 577ms
And Fill advice form 10s 474ms
And Click advice save button and wait for advice form to disappear 30s 684ms
And Go to "TRANSPORT_TABLE" 186ms
And Find transport in table with status "advice-added" 3s 191ms
When Add file to transport by API 514ms
And Confirm statuses until reach "process-ended" 43s 277ms
Then Check if transport has "process-ended" 023ms
After Hooks.deleteTransportAfterTest() 111ms
After Hooks.rollbackAllCustomFieldsSettings() 543ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-piast" 093ms
And Get custom field settings for "LOAD" transport type and "piast" company 036ms
And Mark custom fields as not obligatory 007ms
And Login as "piast-admin" 1s 535ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 211ms
And Get inputs from database "ADVICE_LOAD" "super-admin-piast" 037ms
And Show all transport types 1s 038ms
And Click button advice in transport table "LOAD" 105ms
And Set advice window in schedule 2s 550ms
And Fill advice form 10s 538ms
And Click advice save button and wait for advice form to disappear 30s 736ms
And Go to "TRANSPORT_TABLE" 198ms
And Find transport in table with status "advice-added" 3s 229ms
When Add file to transport by API 212ms
And Confirm statuses until reach "process-ended" 44s 311ms
Then Check if transport has "process-ended" 025ms
After Hooks.deleteTransportAfterTest() 101ms
After Hooks.rollbackAllCustomFieldsSettings() 663ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 096ms
And Get custom field settings for "TRANSFER_BETWEEN_WAREHOUSES" transport type and "hochland" company 037ms
And Mark custom fields as not obligatory 689ms
And Set custom field "Magazynier (R)" with "EDIT_TRANSFER_BETWEEN_WAREHOUSES_WAREHOUSEMAN_U_CFD" in "TRANSFER_BETWEEN_WAREHOUSES" - "hochland" by "super-admin-hochland" 064ms
And Create transport "CREATE_TRANSFER_BETWEEN_WAREHOUSES" by JSON file as "super-admin-hochland" 1s 189ms
And Set "advice" inputs from JSON file "ADVICE_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 002ms
And Login as "hochland-admin" 2s 382ms
And Show all transport types 1s 062ms
And Click button advice in transport table "TRANSFER_BETWEEN_WAREHOUSES" 103ms
And Set advice window in schedule 6s 453ms
And Fill advice form 15s 354ms
And Click advice save button and wait for advice form to disappear 30s 718ms
And Go to "TRANSPORT_TABLE" 195ms
And Find transport in table with status "advice-added" 3s 189ms
And Confirm statuses until reach "during-load" 9s 108ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 291ms
And Check if next status is not possible to confirm in status confirmation modal 117ms
After Hooks.deleteTransportAfterTest() 109ms
After Hooks.rollbackAllCustomFieldsSettings() 762ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-keeeper" 094ms
And Get custom field settings for "LOAD" transport type and "keeeper" company 021ms
And Mark custom fields as not obligatory 115ms
And Set custom field "Spełnienie warunków sanitarno-technicznych" with "EDIT_LOAD_SANITARY_CONDITIONS_CFD" in "LOAD" - "keeeper" by "super-admin-keeeper" 033ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 171ms
And Set "advice" inputs from JSON file "ADVICE_LOAD" "super-admin-keeeper" 001ms
And Login as "keeeper-admin" 1s 547ms
And Show all transport types 1s 136ms
And Click button advice in transport table "LOAD" 117ms
And Set advice window in schedule 2s 420ms
And Fill advice form 15s 327ms
And Click advice save button and wait for advice form to disappear 30s 743ms
And Go to "TRANSPORT_TABLE" 263ms
And Find transport in table with status "advice-added" 3s 179ms
And Confirm statuses until reach "arrived" 5s 412ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 382ms
And Check if next status is not possible to confirm in status confirmation modal 185ms
After Hooks.deleteTransportAfterTest() 085ms
After Hooks.rollbackAllCustomFieldsSettings() 111ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-keeeper" 091ms
And Get custom field settings for "CONTAINER" transport type and "keeeper" company 016ms
And Mark custom fields as not obligatory 097ms
And Set custom field "Spełnienie warunków sanitarno-technicznych" with "EDIT_CONTAINER_SANITARY_CONDITIONS_CFD" in "CONTAINER" - "keeeper" by "super-admin-keeeper" 022ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 166ms
And Set "advice" inputs from JSON file "ADVICE_CONTAINER" "super-admin-keeeper" 000ms
And Login as "keeeper-admin" 1s 906ms
And Show all transport types 1s 061ms
And Click button advice in transport table "CONTAINER" 099ms
And Set advice window in schedule 2s 434ms
And Fill advice form 15s 122ms
And Click advice save button and wait for advice form to disappear 30s 659ms
And Go to "TRANSPORT_TABLE" 172ms
And Find transport in table with status "advice-added" 3s 235ms
And Confirm statuses until reach "arrived" 4s 808ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 224ms
And Check if next status is not possible to confirm in status confirmation modal 107ms
After Hooks.deleteTransportAfterTest() 111ms
After Hooks.rollbackAllCustomFieldsSettings() 153ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-keeeper" 095ms
And Get custom field settings for "UNLOAD" transport type and "keeeper" company 019ms
And Mark custom fields as not obligatory 094ms
And Set custom field "Spełnienie warunków sanitarno-technicznych" with "EDIT_DELIVERY_SANITARY_CONDITIONS_CFD" in "UNLOAD" - "keeeper" by "super-admin-keeeper" 034ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 304ms
And Login as "keeeper-admin" 1s 463ms
And Go to "TRANSPORT_TABLE" 119ms
And Find transport in table with status "planned" 3s 210ms
And Confirm statuses until reach "arrived" 4s 778ms
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 068ms
After Hooks.deleteTransportAfterTest() 094ms
After Hooks.rollbackAllCustomFieldsSettings() 088ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-keeeper" 093ms
And Get custom field settings for "TANKER_GRANULATE_DELIVERY" transport type and "keeeper" company 019ms
And Mark custom fields as not obligatory 081ms
And Set custom field "Spełnienie warunków sanitarno-technicznych" with "EDIT_TANKER_GRANULATE_DELIVERY_SANITARY_CONDITIONS_CFD" in "TANKER_GRANULATE_DELIVERY" - "keeeper" by "super-admin-keeeper" 028ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 305ms
And Login as "keeeper-admin" 1s 430ms
And Go to "TRANSPORT_TABLE" 114ms
And Find transport in table with status "planned" 3s 189ms
And Confirm statuses until reach "arrived" 4s 790ms
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 062ms
After Hooks.deleteTransportAfterTest() 086ms
After Hooks.rollbackAllCustomFieldsSettings() 115ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-hochland" 094ms
And Get custom field settings for "DELIVERY" transport type and "hochland" company 033ms
And Mark custom fields as not obligatory 374ms
And Set custom field "Magazynier" with "EDIT_DELIVERY_WAREHOUSEMAN_CFD" in "DELIVERY" - "hochland" by "super-admin-hochland" 141ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 371ms
And Login as "hochland-admin" 2s 182ms
And Go to "TRANSPORT_TABLE" 208ms
And Find transport in table with status "advice-added" 3s 192ms
And Confirm statuses until reach "during-unload" 9s 048ms
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 245ms
After Hooks.deleteTransportAfterTest() 135ms
After Hooks.rollbackAllCustomFieldsSettings() 491ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-keeeper" 093ms
And Get custom field settings for "LOAD" transport type and "keeeper" company 020ms
And Mark custom fields as not obligatory 114ms
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" 031ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 181ms
And Login as "keeeper-admin" 1s 450ms
And Show all transport types 1s 142ms
And Click button advice in transport table "LOAD" 109ms
And Set advice window in schedule 2s 412ms
And Fill advice form 15s 222ms
And Click advice save button and wait for advice form to disappear 30s 687ms
And Go to "TRANSPORT_TABLE" 168ms
And Find transport in table with status "advice-added" 3s 228ms
When Confirm statuses until reach "arrived" 4s 797ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 218ms
And Check if next status is not possible to confirm in status confirmation modal 102ms
And Set "transport" inputs from JSON file "EDIT_LOAD" "super-admin-keeeper" 001ms
And Click cancel in status confirmation modal 15s 161ms
And Go to transport details "LOAD" 2s 377ms
And Open section: "advice-panel" 1s 056ms
And Fill transport form 25s 976ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 137ms
And Go to transport details "LOAD" 2s 378ms
And Open section: "advice-panel" 1s 062ms
And Fill "meeting-sanitary-and-technical-conditions" in transport form 30s 282ms
And Confirm statuses until reach "process-ended" 27s 261ms
Then Check if transport has "process-ended" 020ms
After Hooks.deleteTransportAfterTest() 134ms
After Hooks.rollbackAllCustomFieldsSettings() 125ms
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 118ms
And Set "advice" inputs from JSON file "ADVICE_CONTAINER" "super-admin-keeeper" 002ms
And Set custom field "Spełnienie warunków sanitarno-technicznych" with "EDIT_CONTAINER_SANITARY_CONDITIONS_CFD" in "CONTAINER" - "keeeper" by "super-admin-keeeper" 029ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 208ms
And Login as "keeeper-admin" 1s 592ms
And Show all transport types 1s 064ms
And Click button advice in transport table "CONTAINER" 115ms
And Set advice window in schedule 2s 441ms
And Fill advice form 15s 175ms
And Click advice save button and wait for advice form to disappear 30s 724ms
And Go to "TRANSPORT_TABLE" 176ms
And Find transport in table with status "advice-added" 3s 233ms
When Confirm statuses until reach "arrived" 4s 788ms
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 079ms
And Set "transport" inputs from JSON file "EDIT_CONTAINER" "super-admin-keeeper" 001ms
And Click cancel in status confirmation modal 15s 156ms
And Go to transport details "CONTAINER" 2s 373ms
And Open section: "advice-panel" 1s 057ms
And Fill transport form 25s 911ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 099ms
And Go to transport details "CONTAINER" 2s 341ms
And Open section: "advice-panel" 1s 059ms
And Fill "meeting-sanitary-and-technical-conditions" in transport form 30s 277ms
And Confirm statuses until reach "process-ended" 27s 266ms
Then Check if transport has "process-ended" 023ms
After Hooks.deleteTransportAfterTest() 107ms
After Hooks.rollbackAllCustomFieldsSettings() 140ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 093ms
And Get custom field settings for "TRANSFER_BETWEEN_WAREHOUSES" transport type and "hochland" company 032ms
And Mark custom fields as not obligatory 676ms
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" 055ms
And Create transport "CREATE_TRANSFER_BETWEEN_WAREHOUSES" by JSON file as "super-admin-hochland" 1s 183ms
And Login as "hochland-admin" 2s 382ms
And Show all transport types 1s 065ms
And Click button advice in transport table "TRANSFER_BETWEEN_WAREHOUSES" 089ms
And Set advice window in schedule 6s 466ms
And Fill advice form 15s 219ms
And Click advice save button and wait for advice form to disappear 30s 736ms
And Go to "TRANSPORT_TABLE" 158ms
And Find transport in table with status "advice-added" 3s 205ms
When Confirm statuses until reach "during-load" 8s 590ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 273ms
And Check if next status is not possible to confirm in status confirmation modal 091ms
And Set "transport" inputs from JSON file "EDIT_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 001ms
And Click cancel in status confirmation modal 15s 184ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 482ms
And Open section: "advice-panel" 1s 060ms
And Fill transport form 36s 046ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 126ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 585ms
And Open section: "advice-panel" 1s 054ms
And Fill "warehouseman-(u)" in transport form 30s 286ms
And Confirm statuses until reach "process-ended" 38s 498ms
Then Check if transport has "process-ended" 019ms
After Hooks.deleteTransportAfterTest() 147ms
After Hooks.rollbackAllCustomFieldsSettings() 684ms
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" 096ms
And Get custom field settings for "UNLOAD" transport type and "keeeper" company 019ms
And Mark custom fields as not obligatory 080ms
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" 031ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 363ms
And Login as "keeeper-admin" 1s 575ms
And Go to "TRANSPORT_TABLE" 127ms
And Find transport in table with status "planned" 3s 205ms
When Confirm statuses until reach "arrived" 4s 814ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 253ms
And Check if next status is not possible to confirm in status confirmation modal 111ms
And Click cancel in status confirmation modal 15s 128ms
And Go to transport details "UNLOAD" 2s 370ms
And Fill transport form 40s 347ms
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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f
*** Element info: {Using=xpath, value=//li//span[text()='22'] | //li[text()='22' and @role='option']}
	at sun.reflect.GeneratedConstructorAccessor209.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() 086ms
After Hooks.rollbackAllCustomFieldsSettings() 096ms
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" 091ms
And Get custom field settings for "TANKER_GRANULATE_DELIVERY" transport type and "keeeper" company 019ms
And Mark custom fields as not obligatory 076ms
And Set "transport" inputs from JSON file "EDIT_TANKER_GRANULATE_DELIVERY" "super-admin-keeeper" 001ms
And Set custom field "Spełnienie warunków sanitarno-technicznych" with "EDIT_TANKER_GRANULATE_DELIVERY_SANITARY_CONDITIONS_CFD" in "TANKER_GRANULATE_DELIVERY" - "keeeper" by "super-admin-keeeper" 030ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 363ms
And Login as "keeeper-admin" 1s 479ms
And Go to "TRANSPORT_TABLE" 128ms
And Find transport in table with status "planned" 3s 216ms
When Confirm statuses until reach "arrived" 4s 817ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 237ms
And Check if next status is not possible to confirm in status confirmation modal 117ms
And Click cancel in status confirmation modal 15s 145ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 348ms
And Fill transport form 40s 362ms
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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f
*** Element info: {Using=xpath, value=//li//span[text()='22'] | //li[text()='22' and @role='option']}
	at sun.reflect.GeneratedConstructorAccessor209.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() 104ms
After Hooks.rollbackAllCustomFieldsSettings() 100ms
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" 099ms
And Get custom field settings for "DELIVERY" transport type and "hochland" company 024ms
And Mark custom fields as not obligatory 366ms
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" 095ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 394ms
And Login as "hochland-admin" 2s 378ms
And Go to "TRANSPORT_TABLE" 218ms
And Find transport in table with status "advice-added" 3s 190ms
When Confirm statuses until reach "during-unload" 8s 568ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 250ms
And Check if next status is not possible to confirm in status confirmation modal 273ms
And Click cancel in status confirmation modal 15s 119ms
And Go to transport details "DELIVERY" 2s 529ms
And Fill transport form 38s 331ms
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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f
*** Element info: {Using=xpath, value=//li//span[text()='22'] | //li[text()='22' and @role='option']}
	at sun.reflect.GeneratedConstructorAccessor209.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() 094ms
After Hooks.rollbackAllCustomFieldsSettings() 480ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-skd" 095ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 1s 312ms
And Confirm status "REPORTING" by Public API "v1" 066ms
And Confirm status "ARRIVAL" by Public API "v1" 143ms
And Login as "swiss-krono-delivery-guard" 1s 184ms
And Go to "TRANSPORT_TABLE" 174ms
When Confirm "Departure" status in transport row 056ms
Then Verify that "Departure" has been confirmed 257ms
After Hooks.deleteTransportAfterTest() 083ms
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" 097ms
And Get custom field settings for "UNLOAD" transport type and "keeeper" company 024ms
And Mark custom fields as not obligatory 092ms
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" 028ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 15s 285ms
When Login as "keeeper-admin" 1s 452ms
And Find transport in table with status "planned" 3s 218ms
And Confirm statuses until reach "arrived" 4s 842ms
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 112ms
And Click cancel in status confirmation modal 15s 152ms
And Go to transport details "UNLOAD" 2s 437ms
And Fill transport form 40s 273ms
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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f
*** Element info: {Using=xpath, value=//li//span[text()='22'] | //li[text()='22' and @role='option']}
	at sun.reflect.GeneratedConstructorAccessor209.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() 095ms
After Hooks.rollbackAllCustomFieldsSettings() 084ms
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" 092ms
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" 031ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 360ms
When Login as "keeeper-admin" 1s 841ms
And Find transport in table with status "planned" 3s 219ms
And Confirm statuses until reach "arrived" 4s 821ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 219ms
And Check if next status is not possible to confirm in status confirmation modal 100ms
And Click cancel in status confirmation modal 15s 123ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 406ms
And Fill transport form 40s 299ms
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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f
*** Element info: {Using=xpath, value=//li//span[text()='22'] | //li[text()='22' and @role='option']}
	at sun.reflect.GeneratedConstructorAccessor209.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() 097ms
After Hooks.rollbackAllCustomFieldsSettings() 100ms
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-hochland" 093ms
And Get custom field settings for "DELIVERY" transport type and "hochland" company 023ms
And Mark custom fields as not obligatory 383ms
And Set "transport" inputs from JSON file "EDIT_DELIVERY" "super-admin-hochland" 001ms
And Set custom field "Magazynier" with "EDIT_DELIVERY_WAREHOUSEMAN_CFD" in "DELIVERY" - "hochland" by "super-admin-hochland" 087ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 388ms
When Login as "hochland-admin" 2s 341ms
And Find transport in table with status "advice-added" 3s 351ms
And Confirm statuses until reach "during-unload" 9s 083ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 427ms
And Check if next status is not possible to confirm in status confirmation modal 104ms
And Click cancel in status confirmation modal 15s 113ms
And Go to transport details "DELIVERY" 2s 474ms
And Fill transport form 38s 286ms
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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f
*** Element info: {Using=xpath, value=//li//span[text()='22'] | //li[text()='22' and @role='option']}
	at sun.reflect.GeneratedConstructorAccessor209.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() 106ms
After Hooks.rollbackAllCustomFieldsSettings() 488ms
View Feature Status confirmation
Scenario Outline Check if it is possible to confirm status with given confirmation date [A-7159]
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-bausch" 099ms
And Get custom field settings for "LOAD_EXPORT" transport type and "bausch" company 028ms
And Mark custom fields as not obligatory 116ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 410ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 1s 260ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 093ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 063ms
When Create advice by JSON file "CREATE_ADVICE_FOR_LOAD_EXPORT" as "super-admin-bausch" 835ms
And Login as "bausch-admin" 1s 706ms
And Go to "TRANSPORT_TABLE" 133ms
And Find transport in table with status "advice-added" 3s 210ms
And Confirm statuses until reach "on-the-way" 814ms
org.openqa.selenium.UnhandledAlertException: unexpected alert open: {Alert text : Status potwierdzony z opóźnieniem}
  (Session info: headless chrome=91.0.4472.164): Status potwierdzony z opóźnieniem
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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f
*** 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() 103ms
After Hooks.rollbackAllCustomFieldsSettings() 290ms
After Hooks.deleteModeOfTransportationAfterTest() 066ms
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" 093ms
And Get custom field settings for "LOAD_EXPORT" transport type and "bausch" company 025ms
And Mark custom fields as not obligatory 113ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 269ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 1s 241ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 074ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 058ms
When Create advice by JSON file "CREATE_ADVICE_FOR_LOAD_EXPORT" as "super-admin-bausch" 786ms
And Login as "bausch-admin" 1s 536ms
And Go to "TRANSPORT_TABLE" 120ms
And Find transport in table with status "advice-added" 3s 186ms
And Confirm statuses until reach "on-the-way" 767ms
org.openqa.selenium.UnhandledAlertException: unexpected alert open: {Alert text : Status potwierdzony z opóźnieniem}
  (Session info: headless chrome=91.0.4472.164): Status potwierdzony z opóźnieniem
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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f
*** 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: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() 121ms
After Hooks.rollbackAllCustomFieldsSettings() 314ms
After Hooks.deleteModeOfTransportationAfterTest() 066ms
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" 096ms
And Get custom field settings for "LOAD_EXPORT" transport type and "bausch" company 029ms
And Mark custom fields as not obligatory 109ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 274ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 1s 234ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 093ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 059ms
When Create advice by JSON file "CREATE_ADVICE_FOR_LOAD_EXPORT" as "super-admin-bausch" 743ms
And Login as "bausch-admin" 1s 469ms
And Go to "TRANSPORT_TABLE" 119ms
And Find transport in table with status "advice-added" 3s 180ms
And Confirm statuses until reach "on-the-way" 1s 303ms
org.openqa.selenium.UnhandledAlertException: unexpected alert open: {Alert text : Status potwierdzony z opóźnieniem}
  (Session info: headless chrome=91.0.4472.164): Status potwierdzony z opóźnieniem
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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f
	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() 104ms
After Hooks.rollbackAllCustomFieldsSettings() 318ms
After Hooks.deleteModeOfTransportationAfterTest() 060ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-farmacol" 094ms
And Get custom field settings for "EXTERNAL_DELIVERY" transport type and "farmacol" company 018ms
And Mark custom fields as not obligatory 005ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 1s 237ms
And Create advice by JSON file "CREATE_ADVICE_FOR_EXTERNAL_DELIVERY" as "super-admin-farmacol" 782ms
And Get "START_OF_UNLOADING" data for transport type "EXTERNAL_DELIVERY" and principal "farmacol" 019ms
When Login as "farmacol-admin" 1s 706ms
And Go to "TRANSPORT_TABLE" 154ms
And Confirm statuses until reach "during-unload" 13s 346ms
And Set actual confirmed transport status list 1s 360ms
And Disable task by API 032ms
And Go to transport details "EXTERNAL_DELIVERY" 2s 430ms
And Edit transport hours and recalculate statuses 30s 241ms
Then Verify that all confirmed statuses are still on transport status list 173ms
After Hooks.deleteTransportAfterTest() 096ms
After Hooks.rollbackAllCustomFieldsSettings() 053ms
After Hooks.rollbackTaskChanges() 031ms
View Feature Status rejection
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 439ms
And Prepare user "lantmannen-guard" details with all notifications and "apolloautomattest@gmail.com" by JSON file 211ms
And Prepare user "pla1-carrier" details with all notifications and "apolloautomattest@gmail.com" by JSON file 192ms
And Add access to the warehouse "Magazyn - Nowa Sól" to the user "lantmannen-guard" by JSON file 136ms
And Login as "lantmannen-guard" and set token of apiUsername "super-admin-lantmannen" 1s 211ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 316ms
And Check if reject date is not visible 15s 011ms
When Reject status: Book of disinfection 067ms
And Check if reject date is visible 255ms
Then If user is login then logout 220ms
And Login as "lantmannen-admin" 865ms
And Check if note was added to transport after status rejection 1s 219ms
And Check if history note was added to transport after status rejection - "LOAD" 3s 509ms
And Get mail "apolloautomattest@gmail.com" message from mailgun with "Nieaktualna księga mycia i dezynfekcji" 5s 806ms
And Check if user got a mail 000ms
After Hooks.deleteTransportAfterTest() 105ms
After Hooks.cleanUserDetailsAfterTest() 176ms
After Hooks.rollbackWarehousesAccess() 159ms
View Feature Status rejection
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-guard-3" and set token of apiUsername "super-admin-lantmannen" 1s 246ms
And Create transport "CREATE_LOAD_NIEPORET_WAREHOUSE" by JSON file as "super-admin-lantmannen" 1s 327ms
And Check if reject date is not visible 15s 034ms
When Reject status: Book of disinfection 067ms
And Check if reject date is visible 144ms
And Get rejection date 027ms
And Wait "60" seconds 1m
And Reject status: Book of disinfection 049ms
Then Check if reject date has changed 1s 077ms
After Hooks.deleteTransportAfterTest() 092ms
View Feature Status rejection
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 049ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 317ms
And Go to transport details "LOAD" 2s 331ms
And Check if reject date is not visible 15s 023ms
When Reject status: Book of disinfection 074ms
Then Check if reject date is visible 142ms
After Hooks.deleteTransportAfterTest() 118ms
View Feature Status rejection
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 921ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 335ms
And Open statuses popup 098ms
And Check if reject date is not visible 15s 024ms
When Reject status: Book of disinfection 085ms
Then Open statuses popup 066ms
And Check if reject date is visible 098ms
After Hooks.deleteTransportAfterTest() 103ms
View Feature Status revocation
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 497ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 367ms
And Confirm to the last status by API 216ms
When Find statuses for transport in table 2s 020ms
And Revoke statuses until reach "advice-added" 6s 738ms
Then Check if transport has "advice-added" 022ms
After Hooks.deleteTransportAfterTest() 099ms
View Feature Status revocation
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 517ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 326ms
And Confirm to the last status by API 179ms
When Find statuses for transport in table 1s 695ms
And Revoke statuses until reach "planned" 6s 702ms
Then Check if transport has "planned" 022ms
After Hooks.deleteTransportAfterTest() 105ms
View Feature Status
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "farmacol-admin" and set token of apiUsername "super-admin-farmacol" 1s 642ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 1s 216ms
When Find transport in table with status "new" 3s 205ms
And Open statuses popup 074ms
Then Check if transport has checkpoints from list "Utworzenie zlecenia,Dodanie awizacji,Potwierdzenie okna czasowego" in "0" 068ms
After Hooks.deleteTransportAfterTest() 069ms
View Feature Status
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "farmacol-admin" and set token of apiUsername "super-admin-farmacol" 1s 043ms
And Get inputs from database "ADVICE_EXTERNAL_DELIVERY" "super-admin-farmacol" 035ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 1s 192ms
And Click button advice in transport table "EXTERNAL_DELIVERY" 104ms
And Set advice window in schedule 2s 659ms
And Fill advice form 14s 067ms
And Click advice save button and wait for advice form to disappear 30s 738ms
And Go to "TRANSPORT_TABLE" 207ms
When Find transport in table with status "advice-added" 3s 174ms
And Open statuses popup 082ms
Then Check if transport has checkpoints from list "Zgłoszenie kierowcy,Rozpoczęcie rozładunku,Zakończenie rozładunku" in "1" 071ms
After Hooks.deleteTransportAfterTest() 089ms
View Feature Status
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-farmacol" 096ms
And Get custom field settings for "EXTERNAL_DELIVERY" transport type and "farmacol" company 019ms
And Mark custom fields as not obligatory 005ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 1s 182ms
And Create advice by JSON file "CREATE_ADVICE_FOR_EXTERNAL_DELIVERY" as "super-admin-farmacol" 683ms
And Get "START_OF_UNLOADING" data for transport type "EXTERNAL_DELIVERY" and principal "farmacol" 017ms
When Login as "farmacol-admin" 1s 073ms
And Go to "TRANSPORT_TABLE" 144ms
And Confirm statuses until reach "registered-katowice-przyjęcia" 8s 620ms
And Disable task by API 032ms
And Find transport pencil button in transports table 1s 210ms
And Click pencil and move transport to next day in schedule 18s 276ms
And Go to "TRANSPORT_TABLE" 261ms
Then Verify that "START_OF_UNLOADING" is not visible 143ms
After Hooks.deleteTransportAfterTest() 100ms
After Hooks.rollbackAllCustomFieldsSettings() 058ms
After Hooks.rollbackTaskChanges() 030ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 354ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 423ms
And Set basic authorities "ROLE_CAN_PLAN_ADVICE_IN_THE_PAST" to user "hochland-admin" 083ms
When Go to "WAREHOUSE_TAB" 720ms
And Select warehouse "Serownia" 1s 372ms
And Set week view 1s 099ms
And Show yesterday 1s 075ms
And Move window into the past 297ms
Then Check if window is "red" 4s 026ms
After Hooks.deleteTransportAfterTest() 135ms
After Hooks.rollbackAddedAuthorities() 053ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 009ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 343ms
And Set basic authorities "ROLE_CAN_PLAN_ADVICE_IN_THE_PAST" to user "lantmannen-admin" 030ms
When Go to "WAREHOUSE_TAB" 812ms
And Select warehouse "Magazyn - Nowa Sól" 2s 166ms
And Set week view 1s 122ms
And Show yesterday 1s 072ms
And Move window into the past 421ms
Then Check if window is "red" 4s 035ms
After Hooks.deleteTransportAfterTest() 122ms
After Hooks.rollbackAddedAuthorities() 025ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 042ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 196ms
And Set basic authorities "ROLE_CAN_PLAN_ADVICE_IN_THE_PAST" to user "piast-admin" 032ms
And Get inputs from database "ADVICE_DELIVERY" "super-admin-piast" 038ms
When Show all transport types 1s 043ms
And Click button advice in transport table "DELIVERY" 114ms
And Set advice window in schedule 2s 536ms
And Fill advice form 10s 465ms
And Click advice save button and wait for advice form to disappear 30s 683ms
And Select warehouse "Magazyn Hala A" 1s 187ms
And Set week view 2s 004ms
And Show yesterday 1s 151ms
And Move window into the past 520ms
Then Check if window is "red" 4s 036ms
After Hooks.deleteTransportAfterTest() 109ms
After Hooks.rollbackAddedAuthorities() 023ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 305ms
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" 345ms
And Create transport "CREATE_EXPORT" by JSON file as "super-admin-hochland" 1s 404ms
When Go to "WAREHOUSE_TAB" 702ms
And Select warehouse "Magazyn Zimny Kaźmierz" 1s 694ms
And Set week view 1s 113ms
And Check if time window length is correct after "CREATE" 025ms
And Change number of pallets in transport 53s 785ms
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" 025ms
After Hooks.deleteTransportAfterTest() 130ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 097ms
And Get package type settings for transportType "UNLOAD" from "keeeper" 019ms
And Set package type "PALLETS" settings with values: "defaultValue;required", "4;true" 044ms
And Set algorithm setting for "super-admin-keeeper" in "Magazyn Surowców" on "Magazyn Surowców" 078ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 345ms
When Go to "WAREHOUSE_TAB" 292ms
And Select warehouse "Magazyn Surowców" 1s 183ms
And Set week view 1s 096ms
Then Check if time window has proper "60" 019ms
After Hooks.deleteTransportAfterTest() 097ms
After Hooks.rollbackPackageTypeTransportTypeSettings() 025ms
After Hooks.clearAlgorithmSettings() 134ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 137ms
And Get package type settings for transportType "UNLOAD" from "keeeper" 027ms
And Set package type "PALLETS" settings with values: "defaultValue;required", "4;false" 041ms
And Set algorithm setting for "super-admin-keeeper" in "Magazyn Surowców" on "Magazyn Surowców" 087ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 390ms
When Go to "WAREHOUSE_TAB" 305ms
And Select warehouse "Magazyn Surowców" 1s 158ms
And Set week view 1s 084ms
Then Check if time window has proper "60" 016ms
After Hooks.deleteTransportAfterTest() 118ms
After Hooks.rollbackPackageTypeTransportTypeSettings() 023ms
After Hooks.clearAlgorithmSettings() 075ms
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" 016ms
And Set package type "PALLETS" settings with values: "defaultValue;required", "4;false" 040ms
And Set algorithm setting for "super-admin-keeeper" in "Magazyn Wyrobów Gotowych" on "Magazyn Wyrobów Gotowych" 078ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 213ms
And Get inputs from database "ADVICE_LOAD" "super-admin-keeeper" 036ms
And Show all transport types 1s 041ms
And Click button advice in transport table "LOAD" 085ms
And Set advice window in schedule 2s 446ms
And Fill advice form 15s 274ms
And Click advice save button and wait for advice form to disappear 30s 739ms
Then Check if time window has proper "30" 020ms
After Hooks.deleteTransportAfterTest() 089ms
After Hooks.rollbackPackageTypeTransportTypeSettings() 021ms
After Hooks.clearAlgorithmSettings() 065ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 159ms
And Get package type settings for transportType "CONTAINER" from "keeeper" 014ms
And Set package type "PALLETS" settings with values: "defaultValue;required", "20;false" 037ms
And Set algorithm setting for "super-admin-keeeper" in "Magazyn Wyrobów Gotowych" on "Magazyn Wyrobów Gotowych" 075ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 201ms
And Get inputs from database "ADVICE_CONTAINER" "super-admin-keeeper" 037ms
And Show all transport types 1s 042ms
And Click button advice in transport table "CONTAINER" 113ms
And Set advice window in schedule 2s 422ms
And Fill advice form 15s 211ms
And Click advice save button and wait for advice form to disappear 30s 720ms
Then Check if time window has proper "60" 026ms
After Hooks.deleteTransportAfterTest() 098ms
After Hooks.rollbackPackageTypeTransportTypeSettings() 022ms
After Hooks.clearAlgorithmSettings() 067ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 102ms
And Set algorithm setting for "super-admin-hochland" in "Serownia" on "Magazyn Sera" 121ms
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 372ms
And Login as "dha1-supplier-2@qa.qa-test" and set token of apiUsername "super-admin-hochland" 2s 125ms
When Go to transport details "DELIVERY" 30s 598ms
And Change filled value in details "number-of-pallets-step-0" "number" "25" "0" 1s 323ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 101ms
And Go to "WAREHOUSE_TAB" 661ms
And Select warehouse "Serownia" 1s 365ms
And Set week view 1s 093ms
Then Check if time window has proper "60" 026ms
After Hooks.deleteTransportAfterTest() 115ms
After Hooks.clearAlgorithmSettings() 123ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 161ms
And Set basic authorities "ROLE_ACCESS_TO_NUMBER_OF_WINDOWS" to user "keeeper-admin" 066ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 223ms
When Create advice "ADVICE_LOAD" "LOAD" "super-admin-keeeper" 48s 407ms
And Check if time window counter value equals "1" 068ms
And Select view "DAYS_2" 2s 084ms
And Move advice window "2" 1s 323ms
And Select view "DAY" 2s 060ms
Then Check if time window counter value equals "0" 066ms
And Delete created transport by API 099ms
And Check if time window counter value equals "0" 045ms
And Click in free spot in schedule page to create gray window 177ms
And Check if time window counter value equals "0" 043ms
And Click in free spot in schedule page to create dedicated window 2s 041ms
And Check if time window counter value equals "0" 046ms
After Hooks.deleteTransportAfterTest() 076ms
After Hooks.rollbackAddedAuthorities() 000ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
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 485ms
When Go to new transport "DELIVERY" 269ms
And Fill transport form 11s 332ms
And Click "save-transport" save button and wait for form to disappear 30s 088ms
And Set advice window in schedule 2s 159ms
And Check is transport created in schedule and set transport id 487ms
And Go to "TRANSPORT_TABLE" 228ms
When Click on time window date 1s 306ms
And Open transport form when in schedule 1s 151ms
Then Check are transport values equals 133ms
After Hooks.deleteTransportAfterTest() 086ms
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" 038ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 321ms
When Go to new transport "DELIVERY" 328ms
And Fill transport form 40s 834ms
And Click "save-transport" save button and wait for form to disappear 30s 077ms
And Set advice window in schedule 2s 141ms
And Check is transport created in schedule and set transport id 631ms
And Go to "TRANSPORT_TABLE" 243ms
When Click on time window date 1s 236ms
And Open transport form when in schedule 1s 228ms
Then Check are transport values equals 21s 402ms
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() 137ms
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 338ms
When Go to new transport "CISTERN_DELIVERY" 417ms
And Fill transport form 43s 436ms
And Click "save-transport" save button and wait for form to disappear 30s 095ms
And Set advice window in schedule 2s 224ms
And Check is transport created in schedule and set transport id 587ms
And Go to "TRANSPORT_TABLE" 197ms
When Click on time window date 1s 426ms
And Open transport form when in schedule 1s 252ms
Then Check are transport values equals 8s 406ms
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() 110ms
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" 036ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 355ms
When Go to new transport "CISTERN_COLLECTION" 317ms
And Fill transport form 30s 458ms
And Click "save-transport" save button and wait for form to disappear 30s 100ms
And Set advice window in schedule 2s 204ms
And Check is transport created in schedule and set transport id 531ms
And Go to "TRANSPORT_TABLE" 196ms
When Click on time window date 1s 448ms
And Open transport form when in schedule 1s 236ms
Then Check are transport values equals 23s 364ms
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() 105ms
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-lantmannen" 037ms
And Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 433ms
When Go to new transport "DELIVERY" 293ms
And Fill transport form 39s 965ms
And Click "save-transport" save button and wait for form to disappear 30s 107ms
And Set advice window in schedule 2s 159ms
And Check is transport created in schedule and set transport id 588ms
And Go to "TRANSPORT_TABLE" 197ms
When Click on time window date 1s 295ms
And Open transport form when in schedule 1s 155ms
Then Check are transport values equals 21s 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.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/TimeWindow/TransportWindow.feature:182)
After Hooks.deleteTransportAfterTest() 090ms
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_LOAD" "super-admin-lantmannen" 037ms
And Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 072ms
When Go to new transport "LOAD" 299ms
And Fill transport form 40s 011ms
And Click "save-transport" save button and wait for form to disappear 30s 101ms
And Set advice window in schedule 2s 170ms
And Check is transport created in schedule and set transport id 598ms
And Go to "TRANSPORT_TABLE" 241ms
When Click on time window date 1s 374ms
And Open transport form when in schedule 1s 160ms
Then Check are transport values equals 21s 285ms
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() 126ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-farmacol" 099ms
And Add action authority with: "farmacol" "farmacol-admin" "EXTERNAL_DELIVERY" "ADD_UNLOAD_STEP_FROM_UNLOAD" "ACTIVE" 083ms
And Get "EXTERNAL_DELIVERY" settings from "farmacol" 110ms
And Set transportType settings with values: "isUnloadStepInWarehouseByDefault", "true" 093ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 15s 169ms
And Login as "farmacol-admin" 1s 913ms
And Create advice "CREATE_ADVICE_EXTERNAL_DELIVERY" "EXTERNAL_DELIVERY" "super-admin-farmacol" 47s 702ms
And Go to "TRANSPORT_TABLE" 289ms
When Go to transport details "EXTERNAL_DELIVERY" 2s 437ms
And Add step "unload" 102ms
And Change filled value in details "warehouse-select-step-2" "select" "Mory Przyjęcia" "0" 3s 423ms
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 337ms
And Change filled value in details "time-range-from-date-2" "date" "" "0" 3s 302ms
Then Click "save-transport" save button 194ms
And Set advice window in schedule in "2" days 4s 959ms
And Click advice save button and wait for advice form to disappear 30s 973ms
And Go to "TRANSPORT_TABLE" 225ms
And Check if transport has "2" time windows 013ms
After Hooks.deleteTransportAfterTest() 138ms
After Hooks.rollbackTransportTypeSettings() 070ms
After Hooks.rollbackAddedActionAuthorities() 060ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-farmacol" 095ms
And Get "EXTERNAL_DELIVERY" settings from "farmacol" 030ms
And Set transportType settings with values: "windowColorDependsOnWarehouse", "true" 053ms
And Create transport "CREATE_EXTERNAL_DELIVERY_2_WINDOWS" by JSON file as "super-admin-farmacol" 1s 235ms
And Set double window advice 000ms
And Login as "farmacol-admin" 1s 624ms
And Create advice "CREATE_ADVICE_EXTERNAL_DELIVERY" "EXTERNAL_DELIVERY" "super-admin-farmacol" 51s 861ms
And Go to "TRANSPORT_TABLE" 286ms
And Get checkpoint colors for transport 006ms
Then Verify that transport colors change in column "UNLOAD_TIME_WINDOW" properly when windowColorDependsOnWarehouse is "true" 30s 521ms
After Hooks.deleteTransportAfterTest() 132ms
After Hooks.rollbackTransportTypeSettings() 108ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-farmacol" 089ms
And Get "EXTERNAL_DELIVERY" settings from "farmacol" 032ms
And Set transportType settings with values: "windowColorDependsOnWarehouse", "false" 060ms
And Create transport "CREATE_EXTERNAL_DELIVERY_2_WINDOWS" by JSON file as "super-admin-farmacol" 1s 225ms
And Set double window advice 000ms
And Login as "farmacol-admin" 1s 096ms
And Create advice "CREATE_ADVICE_EXTERNAL_DELIVERY" "EXTERNAL_DELIVERY" "super-admin-farmacol" 51s 913ms
And Go to "TRANSPORT_TABLE" 281ms
And Get checkpoint colors for transport 004ms
Then Verify that transport colors change in column "UNLOAD_TIME_WINDOW" properly when windowColorDependsOnWarehouse is "false" 29s 948ms
After Hooks.deleteTransportAfterTest() 133ms
After Hooks.rollbackTransportTypeSettings() 059ms
View Feature TransportWindow atom tests
Scenario Outline Check if window changes color properly in schedule
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Set token of apiUsername "super-admin-farmacol" 106ms
And Get "EXTERNAL_DELIVERY" settings from "farmacol" 033ms
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 213ms
And Set double window advice 000ms
And Login as "farmacol-admin" 1s 065ms
And Create advice "CREATE_ADVICE_EXTERNAL_DELIVERY" "EXTERNAL_DELIVERY" "super-admin-farmacol" 51s 935ms
And Get checkpoint colors for transport 005ms
And Go to "TRANSPORT_TABLE" 284ms
Then Verify that transport colors of windows "UNLOAD_TIME_WINDOW" change properly in schedule when windowColorDependsOnWarehouse is "true" 5s 864ms
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() 132ms
After Hooks.rollbackTransportTypeSettings() 098ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-farmacol" 098ms
And Get "EXTERNAL_DELIVERY" settings from "farmacol" 030ms
And Set transportType settings with values: "windowColorDependsOnWarehouse", "false" 056ms
And Create transport "CREATE_EXTERNAL_DELIVERY_2_WINDOWS" by JSON file as "super-admin-farmacol" 15s 194ms
And Set double window advice 000ms
And Login as "farmacol-admin" 1s 091ms
And Create advice "CREATE_ADVICE_EXTERNAL_DELIVERY" "EXTERNAL_DELIVERY" "super-admin-farmacol" 51s 832ms
And Get checkpoint colors for transport 003ms
And Go to "TRANSPORT_TABLE" 283ms
Then Verify that transport colors of windows "UNLOAD_TIME_WINDOW" change properly in schedule when windowColorDependsOnWarehouse is "false" 32s 759ms
After Hooks.deleteTransportAfterTest() 129ms
After Hooks.rollbackTransportTypeSettings() 055ms
View Feature TransportWindow atom tests
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-farmacol" 091ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 1s 249ms
When Create advice by JSON file "CREATE_ADVICE_FOR_EXTERNAL_DELIVERY" as "super-admin-farmacol" 659ms
And Login as "super-admin-farmacol" 1s 540ms
And Show all transport types 1s 162ms
And Click on time window date 1s 596ms
Then Open transport form when in schedule 1s 279ms
And Click create similar button 15s 163ms
And Click cancel button in transport form 113ms
And Open transport form when in schedule 1s 219ms
Then Check if transport form modal is visible 052ms
After Hooks.deleteTransportAfterTest() 096ms
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" 15s 186ms
When Create advice by JSON file "CREATE_ADVICE_FOR_EXTERNAL_DELIVERY" as "super-admin-farmacol" 667ms
And Get min and max advice date of created transport as "super-admin-farmacol" 134ms
And Login as "farmacol-admin" 1s 160ms
And Show all transport types 1s 096ms
And Click on time window date 1s 583ms
And Set week view 2s 119ms
And Move advice window "3" 1s 552ms
Then Check if min and max advice date changed after moving advice window as "super-admin-farmacol" 146ms
After Hooks.deleteTransportAfterTest() 096ms
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 604ms
And Check expected date interval for principal "neuca" in transport type "DELIVERY" and task "ARRIVE" 001ms
And Get setting "DELAY_TIME_TO_MOVE_ORDER_TO_ARCHIVE_AFTER_TASK_TIMEOUT" for "neuca" 024ms
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" 325ms
And Go to "WAREHOUSE_TAB" 546ms
And Change warehouse in schedule to: "Katowice" 1s 121ms
And Wait "60" seconds 1m
And Verify that transport window is grey 029ms
And Verify that transport is in archive 1s 282ms
Then Restore transport from archive 1s 106ms
And Verify that transport has been successfully restored 1s 376ms
After Hooks.deleteTransportAfterTest() 093ms
After Hooks.rollbackSettings() 025ms
View Feature Move transport to archive
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "dayco-admin" and set token of apiUsername "super-admin-dayco" 1s 687ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-dayco" 1s 208ms
When Go to "TRANSPORT_TABLE" 113ms
And Delete transport 19s 958ms
When Go to "ARCHIVE_TAB" 264ms
And Show "OWN_COLLECTION" 072ms
And Verify that created transport is "true" in transport table 15s 049ms
After Hooks.deleteTransportAfterTest() 075ms
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" 096ms
And Get custom field settings for "OWN_COLLECTION" transport type and "dayco" company 019ms
And Mark custom fields as not obligatory 004ms
And Login as "dayco-admin" 917ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-dayco" 1s 260ms
And Get setting "ARCHIVING_JOB_INTERVAL" for "dayco" 025ms
And Prepare setting: "ARCHIVING_JOB_INTERVAL" with value: "10s" with "super-admin-dayco" 018ms
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() 079ms
After Hooks.rollbackAllCustomFieldsSettings() 079ms
After Hooks.rollbackSettings() 017ms
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 326ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 282ms
When Fill auction form 15s 463ms
Then Verify that the auction has been added to transport 053ms
After Hooks.deleteTransportAfterTest() 126ms
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 986ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 216ms
When Fill auction form 15s 401ms
Then Verify that the auction has been added to transport 051ms
After Hooks.deleteTransportAfterTest() 086ms
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 101ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 221ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-adama" 2s 114ms
When If user is login then logout 112ms
And Login as "paa1-carrier@qa.qa-test" 1s 721ms
And Go to auction offer 1s 232ms
And Accept transport with minimum rate 15s 653ms
Then Check if carrier is assigned to transport 021ms
After Hooks.deleteTransportAfterTest() 098ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 954ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 215ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-adama" 2s 098ms
When If user is login then logout 380ms
And Login as "paa1-carrier@qa.qa-test" 1s 117ms
And Go to auction offer 1s 236ms
And Reject auction offer 15s 593ms
Then Verify that offer has been removed from transport 15s 027ms
After Hooks.deleteTransportAfterTest() 068ms
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 170ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 211ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 087ms
When If user is login then logout 248ms
And Login as "pskza1-carrier@qa.qa-test" 1s 602ms
And Go to auction offer 1s 198ms
And Reject auction offer 15s 603ms
Then Verify that offer has been removed from transport 15s 045ms
After Hooks.deleteTransportAfterTest() 097ms
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 100ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 204ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-adama" 2s 113ms
When If user is login then logout 266ms
And Login as "paa1-carrier@qa.qa-test" 1s 212ms
And Go to auction offer 1s 227ms
And Offer prize above maximum - "20000" 120ms
Then Verify that is not possible to add offer 148ms
After Hooks.deleteTransportAfterTest() 100ms
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 060ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 247ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 112ms
When If user is login then logout 089ms
And Login as "pskza1-carrier@qa.qa-test" 1s 087ms
And Go to auction offer 1s 191ms
And Offer prize above maximum - "20000" 119ms
Then Verify that is not possible to add offer 137ms
After Hooks.deleteTransportAfterTest() 071ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 049ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 204ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-adama" 2s 122ms
And Wait till auction end 1m 58s 017ms
Then Verify that is possible to add auction 045ms
After Hooks.deleteTransportAfterTest() 088ms
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 196ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 230ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 088ms
And Wait till auction end 1m 58s 017ms
Then Verify that is possible to add auction 040ms
After Hooks.deleteTransportAfterTest() 081ms
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 333ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 179ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-adama" 2s 083ms
And Go to auction offer 1s 190ms
When Offer "1000" 119ms
Then Verify that offer with "1000" has been added to auction 3s 039ms
After Hooks.deleteTransportAfterTest() 100ms
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" 984ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 308ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 097ms
And Go to auction offer 1s 179ms
When Offer "1000" 106ms
Then Verify that offer with "1000" has been added to auction 3s 030ms
After Hooks.deleteTransportAfterTest() 074ms
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 089ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 231ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 107ms
And Go to auction offer 1s 179ms
When Offer "1000" 125ms
And Verify that offer with "1000" has been added to auction 3s 032ms
Then Go to auction offer 1s 169ms
And Revoke current offer 564ms
And Verify that offer has been revoked 30s 638ms
After Hooks.deleteTransportAfterTest() 084ms
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 111ms
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 096ms
And Go to auction offer 1s 180ms
When Offer "1000" 127ms
And Verify that offer with "1000" has been added to auction 3s 038ms
Then Go to auction offer 1s 169ms
And Offer "1500" 128ms
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() 080ms
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 053ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 234ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 090ms
And Go to auction offer 1s 177ms
When Offer "1000" 122ms
And Verify that offer with "1000" has been added to auction 3s 030ms
Then Login as "swisskrono-admin" 1s 001ms
And Go to auction details 1s 184ms
And Finish active auction 054ms
And Verify that the transport has no active auction 151ms
After Hooks.deleteTransportAfterTest() 076ms
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 454ms
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 089ms
And Go to auction offer 1s 183ms
When Offer "1000" 130ms
Then Verify that carrier can see current place in auction depending on the "true" role 135ms
After Hooks.deleteTransportAfterTest() 073ms
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 003ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 235ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 102ms
And Go to auction offer 1s 193ms
When Offer "1000" 120ms
Then Verify that carrier can see current place in auction depending on the "false" role 15s 010ms
After Hooks.deleteTransportAfterTest() 089ms
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 141ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 239ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 107ms
And Go to auction offer 1s 180ms
When Offer "300" 127ms
And Verify that carrier can't add offer to auction 029ms
After Hooks.deleteTransportAfterTest() 081ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 999ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 215ms
And Show all transport "false" 161ms
When Go to auction form 1s 211ms
Then Verify carrier selection value "false" 037ms
After Hooks.deleteTransportAfterTest() 077ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 137ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 255ms
And Show all transport "true" 228ms
When Go to auction form 1s 183ms
Then Verify carrier selection value "true" 038ms
After Hooks.deleteTransportAfterTest() 072ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 002ms
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 205ms
When Open transport auction form 167ms
And Select all companies checkbox in transport auction form 061ms
And Unselect company "PAA2" in transport auction form 066ms
And Put transport on auction 15s 162ms
And Open transport auction history 069ms
And Open participants section in transport auction history 059ms
Then Check if unselected "PAA2" is in transport auction history as participant 15s 053ms
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 176ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 223ms
When Open transport auction form 157ms
And Select all companies checkbox in transport auction form 059ms
And Unselect company "PSKZA2" in transport auction form 051ms
And Put transport on auction 15s 164ms
And Open transport auction history 086ms
And Open participants section in transport auction history 058ms
Then Check if unselected "PSKZA2" is in transport auction history as participant 15s 058ms
After Hooks.deleteTransportAfterTest() 064ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-varrocrychvald" 092ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-varrocrychvald" 1s 274ms
And Set transport on auction with "1000" and "1500" by JSON file as "super-admin-varrocrychvald" 2s 087ms
And Add a bid "1500" to an auction by JSON file as "pvra1-carrier" for "super-admin-varrocrychvald" 178ms
And Add a bid "1000" to an auction by JSON file as "pvra2-carrier-2" for "super-admin-varrocrychvald" 215ms
When Login as "varrocrychvald-admin" and set token of apiUsername "super-admin-varrocrychvald" 1s 377ms
And Show all transport "true" 220ms
And Open transport auction history 788ms
And Pass transport to "2" carrier in auction history 1s 073ms
Then Verify if "REASON" is visible in pass transport modal 035ms
And Confirm pass transport to carrier in pass transport modal 054ms
And Verify that "REASON" in pass transport modal has validation error 1s 024ms
After Hooks.deleteTransportAfterTest() 091ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-varrocrychvald" 094ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-varrocrychvald" 15s 214ms
And Set transport on auction with "100" and "300" by JSON file as "super-admin-varrocrychvald" 2s 085ms
And Add a bid "100" to an auction by JSON file as "pvra1-carrier" for "super-admin-varrocrychvald" 159ms
And Add a bid "200" to an auction by JSON file as "pvra2-carrier" for "super-admin-varrocrychvald" 157ms
And Add a bid "300" to an auction by JSON file as "pvra3-carrier" for "super-admin-varrocrychvald" 171ms
When Login as "pvra1-carrier" 1s 226ms
And Check if current position in auction is "1" 157ms
And If user is login then logout 258ms
And Login as "pvra2-carrier" 1s 153ms
And Check if current position in auction is "2" 143ms
And If user is login then logout 076ms
And Login as "pvra3-carrier" 1s 300ms
And Check if current position in auction is "3" 150ms
After Hooks.deleteTransportAfterTest() 104ms
View Feature Set transport order on auction
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 212ms
And Open transport auction form 184ms
And Select all companies checkbox in transport auction form 052ms
And Unselect company "PAA2" in transport auction form 064ms
And Put transport on auction 15s 170ms
When If user is login then logout 094ms
And Login as "paa1-carrier@qa.qa-test" 1s 502ms
And Show "TRANSPORT" 082ms
Then Check if transport is "visible" in table of transports 028ms
And If user is login then logout 078ms
And Login as "paa2-carrier@qa.qa-test" 1s 705ms
And Show "TRANSPORT" 052ms
And Check if transport is "not visible" in table of transports 15s 052ms
After Hooks.deleteTransportAfterTest() 092ms
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_UNLOAD" "super-admin-pgf" 037ms
And Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 1s 333ms
When Go to new transport "UNLOAD" 15s 297ms
And Fill transport form 28s 703ms
And Click "save-transport" save button and wait for form to disappear 30s 110ms
And Set advice window in schedule 2s 214ms
And Check is transport created in schedule and set transport id 546ms
And Go to "TRANSPORT_TABLE" 236ms
And Go to transport details "UNLOAD" 30s 366ms
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/Transport/CrudTransport.feature:14)
After Hooks.deleteTransportAfterTest() 102ms
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" 037ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 096ms
When Go to new transport "DELIVERY" 291ms
And Fill transport form 11s 319ms
And Click "save-transport" save button and wait for form to disappear 369ms
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 088ms
When Go to new transport "OWN_COLLECTION" 296ms
And Fill transport form 20s 105ms
And Click "save-transport" save button and wait for form to disappear 30s 078ms
And Set advice window in schedule 2s 153ms
And Check is transport created in schedule and set transport id 540ms
And Go to "TRANSPORT_TABLE" 166ms
And Go to transport details "OWN_COLLECTION" 2s 311ms
Then Check are transport values equals 2s 136ms
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() 122ms
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-hochland" 037ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 411ms
When Go to new transport "DELIVERY" 354ms
And Fill transport form 40s 794ms
And Click "save-transport" save button and wait for form to disappear 30s 083ms
And Set advice window in schedule 2s 171ms
And Check is transport created in schedule and set transport id 644ms
And Go to "TRANSPORT_TABLE" 250ms
And Go to transport details "DELIVERY" 2s 604ms
Then Check are transport values equals 21s 374ms
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() 117ms
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" 037ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 437ms
When Go to new transport "CISTERN_DELIVERY" 394ms
And Fill transport form 38s 694ms
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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f at sun.reflect.GeneratedConstructorAccessor216.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.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/CrudTransport.feature:8)
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 "CISTERN_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_CISTERN_COLLECTION" "super-admin-hochland" 069ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 356ms
When Go to new transport "CISTERN_COLLECTION" 314ms
And Fill transport form 30s 383ms
And Click "save-transport" save button and wait for form to disappear 30s 140ms
And Set advice window in schedule 2s 214ms
And Check is transport created in schedule and set transport id 577ms
And Go to "TRANSPORT_TABLE" 195ms
And Go to transport details "CISTERN_COLLECTION" 2s 363ms
Then Check are transport values equals 23s 351ms
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() 095ms
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-hochland" 037ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 334ms
When Go to new transport "OWN_COLLECTION" 361ms
And Fill transport form 34s 866ms
And Click "save-transport" save button and wait for form to disappear 30s 060ms
And Set advice window in schedule 2s 172ms
And Check is transport created in schedule and set transport id 582ms
And Go to "TRANSPORT_TABLE" 191ms
And Go to transport details "OWN_COLLECTION" 2s 507ms
Then Check are transport values equals 21s 350ms
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_OWN_COLLECTION_POWDER_FACTORY" "super-admin-hochland" 037ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 312ms
When Go to new transport "OWN_COLLECTION_POWDER_FACTORY" 356ms
And Fill transport form 34s 878ms
And Click "save-transport" save button and wait for form to disappear 30s 117ms
And Set advice window in schedule 2s 166ms
And Check is transport created in schedule and set transport id 619ms
And Go to "TRANSPORT_TABLE" 183ms
And Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 2s 425ms
Then Check are transport values equals 6s 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_EXPORT" "super-admin-hochland" 037ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 334ms
When Go to new transport "EXPORT" 386ms
And Fill transport form 42s 681ms
And Click "save-transport" save button and wait for form to disappear 30s 087ms
And Set advice window in schedule 2s 166ms
And Check is transport created in schedule and set transport id 600ms
And Go to "TRANSPORT_TABLE" 178ms
And Go to transport details "EXPORT" 3s 311ms
Then Check are transport values equals 6s 344ms
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() 106ms
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 424ms
When Go to new transport "DELIVERY" 15s 211ms
And Fill transport form 30s 364ms
And Click "save-transport" save button and wait for form to disappear 30s 140ms
And Set advice window in schedule 2s 150ms
And Check is transport created in schedule and set transport id 675ms
And Go to "TRANSPORT_TABLE" 202ms
And Go to transport details "DELIVERY" 30s 304ms
Then Check are transport values equals 38s 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.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:14)
After Hooks.deleteTransportAfterTest() 115ms
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" 038ms
And Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 434ms
When Go to new transport "DELIVERY" 307ms
And Fill transport form 40s 508ms
And Click "save-transport" save button and wait for form to disappear 30s 087ms
And Set advice window in schedule 2s 181ms
And Check is transport created in schedule and set transport id 584ms
And Go to "TRANSPORT_TABLE" 183ms
And Go to transport details "DELIVERY" 2s 323ms
Then Check are transport values equals 21s 284ms
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 with advice
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Get inputs from database "CREATE_LOAD" "super-admin-lantmannen" 037ms
And Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 048ms
When Go to new transport "LOAD" 305ms
And Fill transport form 40s 061ms
And Click "save-transport" save button and wait for form to disappear 30s 103ms
And Set advice window in schedule 2s 185ms
And Check is transport created in schedule and set transport id 597ms
And Go to "TRANSPORT_TABLE" 226ms
And Go to transport details "LOAD" 2s 300ms
Then Check are transport values equals 21s 350ms
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() 095ms
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" 036ms
And Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 613ms
When Go to new transport "UNLOAD" 312ms
And Fill transport form 39s 539ms
And Click "save-transport" save button and wait for form to disappear 30s 117ms
And Set advice window in schedule 2s 142ms
And Check is transport created in schedule and set transport id 580ms
And Go to "TRANSPORT_TABLE" 176ms
And Go to transport details "UNLOAD" 2s 353ms
Then Check are transport values equals 23s 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/Transport/CrudTransport.feature:14)
After Hooks.deleteTransportAfterTest() 111ms
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" 035ms
And Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 125ms
When Go to new transport "TANKER_GRANULATE_DELIVERY" 313ms
And Fill transport form 39s 583ms
And Click "save-transport" save button and wait for form to disappear 30s 102ms
And Set advice window in schedule 2s 151ms
And Check is transport created in schedule and set transport id 524ms
And Go to "TRANSPORT_TABLE" 176ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 333ms
Then Check are transport values equals 23s 374ms
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() 128ms
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" 038ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 109ms
When Go to new transport "DELIVERY" 316ms
And Fill transport form 24s 935ms
And Click "save-transport" save button and wait for form to disappear 30s 110ms
And Set advice window in schedule 2s 152ms
And Check is transport created in schedule and set transport id 538ms
And Go to "TRANSPORT_TABLE" 179ms
And Go to transport details "DELIVERY" 2s 298ms
Then Check are transport values equals 19s 229ms
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() 105ms
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" 037ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 356ms
When Go to new transport "WEIGHING" 315ms
And Fill transport form 15s 634ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 094ms
And Show all transport "false" 160ms
And Go to "TRANSPORT_TABLE" 140ms
And Go to transport details "WEIGHING" 2s 361ms
And Check are transport values equals 4s 180ms
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() 083ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Get inputs from database "CREATE_TRANSPORT" "super-admin-adama" 038ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 053ms
When Go to new transport "TRANSPORT" 355ms
And Fill transport form 26s 612ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 105ms
And Show all transport "false" 167ms
And Go to "TRANSPORT_TABLE" 145ms
And Go to transport details "TRANSPORT" 2s 429ms
And Check are transport values equals 6s 224ms
After Hooks.deleteTransportAfterTest() 085ms
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 083ms
When Go to new transport "CONTAINER" 301ms
And Fill transport form 11s 145ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 136ms
And Show all transport "false" 159ms
And Go to "TRANSPORT_TABLE" 136ms
And Go to transport details "CONTAINER" 2s 358ms
And Check are transport values equals 059ms
After Hooks.deleteTransportAfterTest() 060ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Get inputs from database "CREATE_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 036ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 319ms
When Go to new transport "TRANSFER_BETWEEN_WAREHOUSES" 321ms
And Fill transport form 12s 901ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 125ms
And Show all transport "false" 159ms
And Go to "TRANSPORT_TABLE" 165ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 545ms
And Check are transport values equals 4s 175ms
After Hooks.deleteTransportAfterTest() 073ms
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 578ms
When Go to new transport "DELIVERY" 305ms
And Fill transport form 22s 402ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 116ms
And Show all transport "false" 159ms
And Go to "TRANSPORT_TABLE" 129ms
And Go to transport details "DELIVERY" 2s 490ms
And Check are transport values equals 17s 169ms
After Hooks.deleteTransportAfterTest() 070ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 000ms
Given Get inputs from database "CREATE_LOAD" "super-admin-piast" 045ms
And Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 188ms
When Go to new transport "LOAD" 352ms
And Fill transport form 26s 247ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 111ms
And Show all transport "false" 159ms
And Go to "TRANSPORT_TABLE" 156ms
And Go to transport details "LOAD" 2s 641ms
And Check are transport values equals 2s 122ms
After Hooks.deleteTransportAfterTest() 102ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Get inputs from database "CREATE_LOAD" "super-admin-keeeper" 037ms
And Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 107ms
When Go to new transport "LOAD" 278ms
And Fill transport form 24s 575ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 154ms
And Show all transport "false" 157ms
And Go to "TRANSPORT_TABLE" 133ms
And Go to transport details "LOAD" 2s 359ms
And Check are transport values equals 19s 199ms
After Hooks.deleteTransportAfterTest() 068ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 000ms
Given Get inputs from database "CREATE_CONTAINER" "super-admin-keeeper" 040ms
And Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 115ms
When Go to new transport "CONTAINER" 293ms
And Fill transport form 24s 569ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 085ms
And Show all transport "false" 157ms
And Go to "TRANSPORT_TABLE" 153ms
And Go to transport details "CONTAINER" 2s 332ms
And Check are transport values equals 19s 234ms
After Hooks.deleteTransportAfterTest() 079ms
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 181ms
When Go to new transport "SMALLS_IMPORT" 413ms
And Fill transport form 36s 189ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 133ms
And Show all transport "false" 180ms
And Go to "TRANSPORT_TABLE" 152ms
And Go to transport details "SMALLS_IMPORT" 2s 412ms
And Check are transport values equals 10s 347ms
After Hooks.deleteTransportAfterTest() 082ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Get inputs from database "CREATE_SMALLS_EXPORT" "super-admin-skz" 038ms
And Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 291ms
When Go to new transport "SMALLS_EXPORT" 396ms
And Fill transport form 36s 265ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 110ms
And Show all transport "false" 167ms
And Go to "TRANSPORT_TABLE" 157ms
And Go to transport details "SMALLS_EXPORT" 2s 396ms
And Check are transport values equals 10s 354ms
After Hooks.deleteTransportAfterTest() 106ms
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 092ms
When Go to new transport "TRANSPORT_ORDER" 377ms
And Fill transport form 29s 894ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 077ms
And Show all transport "true" 243ms
And Go to "TRANSPORT_TABLE" 116ms
And Go to transport details "TRANSPORT_ORDER" 2s 416ms
And Check are transport values equals 19s 305ms
After Hooks.deleteTransportAfterTest() 072ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
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 118ms
When Go to new transport "TRANSPORT" 365ms
And Fill transport form 37s 486ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 152ms
And Show all transport "false" 164ms
And Go to "TRANSPORT_TABLE" 143ms
And Go to transport details "TRANSPORT" 2s 395ms
And Check are transport values equals 4s 206ms
After Hooks.deleteTransportAfterTest() 075ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
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 070ms
When Go to new transport "INBOUND" 333ms
And Fill transport form 40s 813ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 111ms
And Show all transport "true" 247ms
And Go to "TRANSPORT_TABLE" 136ms
And Go to transport details "INBOUND" 2s 417ms
And Check are transport values equals 2s 274ms
After Hooks.deleteTransportAfterTest() 071ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Get inputs from database "CREATE_EXTERNAL_DELIVERY_WITH_TWO_UNLOAD" "super-admin-farmacol" 037ms
And Login as "farmacol-admin" and set token of apiUsername "super-admin-farmacol" 1s 647ms
When Go to new transport "EXTERNAL_DELIVERY" 312ms
And Fill transport form 53s 391ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 078ms
And Show all transport "false" 164ms
And Go to "TRANSPORT_TABLE" 127ms
And Go to transport details "EXTERNAL_DELIVERY" 2s 442ms
And Check are transport values equals 4s 434ms
After Hooks.deleteTransportAfterTest() 097ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Get inputs from database "CREATE_EXTERNAL_DELIVERY_WITH_TWO_UNLOAD" "dfa1-supplier" 037ms
And Login as "dfa1-supplier" and set token of apiUsername "dfa1-supplier" 1s 810ms
When Go to new transport "EXTERNAL_DELIVERY" 15s 260ms
And Fill transport form 47s 049ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 088ms
And Show all transport "false" 159ms
And Go to "TRANSPORT_TABLE" 117ms
And Go to transport details "EXTERNAL_DELIVERY" 2s 382ms
And Check are transport values equals 4s 441ms
After Hooks.deleteTransportAfterTest() 091ms
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 013ms
And Get inputs from database "EDIT_UNLOAD" "super-admin-pgf" 036ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" 15s 875ms
And Show all transport "false" 162ms
When Go to transport details "UNLOAD" 30s 467ms
And Fill transport form 32s 440ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 070ms
And Go to transport details "UNLOAD" 30s 379ms
Then Check are transport values equals 6s 261ms
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() 109ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 141ms
And Get inputs from database "EDIT_TRANSPORT" "super-admin-adama" 035ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 235ms
And Show all transport "false" 165ms
When Go to transport details "TRANSPORT" 2s 447ms
And Fill transport form 10s 256ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 135ms
And Go to transport details "TRANSPORT" 2s 407ms
Then Check are transport values equals 4s 116ms
After Hooks.deleteTransportAfterTest() 076ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 086ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-adama" 037ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 183ms
And Show all transport "false" 162ms
When Go to transport details "CONTAINER" 2s 350ms
And Fill transport form 4s 679ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 086ms
And Go to transport details "CONTAINER" 2s 361ms
Then Check are transport values equals 041ms
After Hooks.deleteTransportAfterTest() 064ms
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 101ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-adama" 037ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 1s 297ms
And Show all transport "false" 160ms
When Go to transport details "DELIVERY" 2s 356ms
And Fill transport form 13s 656ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 100ms
And Go to transport details "DELIVERY" 2s 319ms
Then Check are transport values equals 2s 115ms
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() 123ms
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 076ms
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 343ms
And Show all transport "false" 161ms
When Go to transport details "OWN_COLLECTION" 2s 327ms
And Fill transport form 23s 649ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 109ms
And Go to transport details "OWN_COLLECTION" 2s 335ms
Then Check are transport values equals 4s 209ms
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() 094ms
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 338ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 037ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 397ms
And Show all transport "false" 160ms
When Go to transport details "DELIVERY" 2s 721ms
And Fill transport form 37s 894ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 072ms
And Go to transport details "DELIVERY" 2s 425ms
Then Check are transport values equals 12s 507ms
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() 090ms
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 327ms
And Get inputs from database "EDIT_OWN_COLLECTION" "super-admin-hochland" 036ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-hochland" 1s 405ms
And Show all transport "false" 162ms
When Go to transport details "OWN_COLLECTION" 2s 682ms
And Fill transport form 38s 543ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 139ms
And Go to transport details "OWN_COLLECTION" 2s 466ms
Then Check are transport values equals 8s 349ms
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() 131ms
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 359ms
And Get inputs from database "EDIT_EXPORT" "super-admin-hochland" 036ms
And Create transport "CREATE_EXPORT" by JSON file as "super-admin-hochland" 1s 422ms
And Show all transport "false" 164ms
When Go to transport details "EXPORT" 3s 594ms
And Fill transport form 49s 959ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 085ms
And Go to transport details "EXPORT" 2s 492ms
Then Check are transport values equals 10s 445ms
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) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 339ms
And Get inputs from database "EDIT_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 037ms
And Create transport "CREATE_TRANSFER_BETWEEN_WAREHOUSES" by JSON file as "super-admin-hochland" 1s 193ms
And Show all transport "false" 162ms
When Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 689ms
And Fill transport form 35s 983ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 138ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 429ms
Then Check are transport values equals 12s 422ms
After Hooks.deleteTransportAfterTest() 078ms
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 305ms
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 371ms
And Show all transport "false" 172ms
When Go to transport details "CISTERN_DELIVERY" 2s 499ms
And Fill transport form 29s 284ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 065ms
And Go to transport details "CISTERN_DELIVERY" 2s 355ms
Then Check are transport values equals 8s 295ms
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() 106ms
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 330ms
And Get inputs from database "EDIT_CISTERN_COLLECTION" "super-admin-hochland" 037ms
And Create transport "CREATE_CISTERN_COLLECTION" by JSON file as "super-admin-hochland" 1s 244ms
And Show all transport "false" 161ms
When Go to transport details "CISTERN_COLLECTION" 2s 439ms
And Fill transport form 27s 908ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 070ms
And Go to transport details "CISTERN_COLLECTION" 2s 352ms
Then Check are transport values equals 8s 249ms
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() 124ms
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 369ms
And Get inputs from database "EDIT_WEIGHING" "super-admin-hochland" 037ms
And Create transport "CREATE_WEIGHING" by JSON file as "super-admin-hochland" 1s 223ms
And Show all transport "false" 161ms
When Go to transport details "WEIGHING" 2s 369ms
And Fill transport form 14s 402ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 091ms
And Go to transport details "WEIGHING" 2s 315ms
Then Check are transport values equals 4s 141ms
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() 080ms
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 350ms
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 320ms
And Show all transport "false" 158ms
When Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 2s 541ms
And Fill transport form 37s 119ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 132ms
And Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 2s 392ms
Then Check are transport values equals 8s 350ms
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() 103ms
View Feature Crud Transport
Scenario Outline Check if it is possible to edit transport
Before Hooks.showScenarioName(Scenario) 002ms
Steps
Given Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 1s 046ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-skd" 036ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 15s 284ms
And Show all transport "false" 162ms
When Go to transport details "DELIVERY" 30s 429ms
And Fill transport form 27s 653ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 083ms
And Go to transport details "DELIVERY" 30s 374ms
Then Check are transport values equals 4s 163ms
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() 095ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 231ms
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 200ms
And Show all transport "false" 161ms
When Go to transport details "LOAD" 2s 659ms
And Fill transport form 56s 971ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 142ms
And Go to transport details "LOAD" 2s 458ms
Then Check are transport values equals 24s 746ms
After Hooks.deleteTransportAfterTest() 085ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 038ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-lantmannen" 035ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 1s 363ms
And Show all transport "false" 161ms
When Go to transport details "DELIVERY" 2s 354ms
And Fill transport form 16s 394ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 097ms
And Go to transport details "DELIVERY" 2s 315ms
Then Check are transport values equals 056ms
After Hooks.deleteTransportAfterTest() 082ms
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 007ms
And Get inputs from database "EDIT_LOAD" "super-admin-lantmannen" 035ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 288ms
And Show all transport "false" 162ms
When Go to transport details "LOAD" 2s 344ms
And Fill transport form 30s 167ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 124ms
And Go to transport details "LOAD" 2s 295ms
Then Check are transport values equals 4s 217ms
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() 110ms
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 107ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-keeeper" 037ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 373ms
And Show all transport "false" 162ms
When Go to transport details "UNLOAD" 2s 379ms
And Fill transport form 39s 801ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 081ms
And Go to transport details "UNLOAD" 2s 331ms
Then Check are transport values equals 8s 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: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 "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 079ms
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 388ms
And Show all transport "false" 161ms
When Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 380ms
And Fill transport form 38s 457ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 098ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 338ms
Then Check are transport values equals 8s 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/Transport/CrudTransport.feature:76)
After Hooks.deleteTransportAfterTest() 114ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 142ms
And Get inputs from database "EDIT_LOAD" "super-admin-keeeper" 037ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 191ms
And Show all transport "false" 162ms
When Go to transport details "LOAD" 2s 359ms
And Fill transport form 25s 958ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 097ms
And Go to transport details "LOAD" 2s 332ms
Then Check are transport values equals 4s 199ms
After Hooks.deleteTransportAfterTest() 075ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
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" 035ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 217ms
And Show all transport "false" 161ms
When Go to transport details "CONTAINER" 2s 364ms
And Fill transport form 25s 925ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 087ms
And Go to transport details "CONTAINER" 2s 313ms
Then Check are transport values equals 4s 199ms
After Hooks.deleteTransportAfterTest() 078ms
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 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 235ms
And Show all transport "false" 162ms
When Go to transport details "SMALLS_EXPORT" 2s 481ms
And Fill transport form 32s 780ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 109ms
And Go to transport details "SMALLS_EXPORT" 2s 411ms
Then Check are transport values equals 8s 325ms
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 048ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-alrec" 036ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 1s 278ms
And Show all transport "true" 225ms
When Go to transport details "DELIVERY" 2s 301ms
And Fill transport form 21s 591ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 102ms
And Go to transport details "DELIVERY" 2s 309ms
Then Check are transport values equals 2s 158ms
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
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 063ms
And Get inputs from database "EDIT_TRANSPORT_ORDER" "super-admin-alrec" 036ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 256ms
And Show all transport "true" 325ms
When Go to transport details "TRANSPORT_ORDER" 2s 428ms
And Fill transport form 26s 554ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 096ms
And Go to transport details "TRANSPORT_ORDER" 2s 378ms
Then Check are transport values equals 2s 193ms
After Hooks.deleteTransportAfterTest() 072ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-warehouseman" and set token of apiUsername "super-admin-keeeper" 1s 698ms
And Get inputs from database "EDIT_CONTAINER_WAREHOUSEMAN_CUSTOMFIELDS" "super-admin-keeeper" 036ms
And Create transport "CREATE_CONTAINER_KEEEPER_WAIMEA" by JSON file as "super-admin-keeeper" 1s 173ms
And Show all transport "false" 158ms
When Go to transport details "CONTAINER" 2s 429ms
And Fill transport form 10s 174ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 101ms
And Go to transport details "CONTAINER" 2s 373ms
Then Check are transport values equals 4s 117ms
After Hooks.deleteTransportAfterTest() 080ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 312ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 410ms
And Show all transport "false" 171ms
When Delete transport 17s 908ms
Then Transport not displayed in table of transports 15s 010ms
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 162ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 225ms
And Show all transport "false" 161ms
When Delete transport 17s 151ms
Then Transport not displayed in table of transports 15s 026ms
After Hooks.deleteTransportAfterTest() 063ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 040ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 1s 346ms
And Show all transport "false" 160ms
When Delete transport 17s 509ms
Then Transport not displayed in table of transports 15s 048ms
After Hooks.deleteTransportAfterTest() 10s 253ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 123ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 210ms
And Show all transport "false" 162ms
When Delete transport 17s 002ms
Then Transport not displayed in table of transports 15s 031ms
After Hooks.deleteTransportAfterTest() 066ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 200ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 232ms
And Show all transport "false" 161ms
When Delete transport 17s 654ms
Then Transport not displayed in table of transports 15s 018ms
After Hooks.deleteTransportAfterTest() 080ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 205ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 230ms
And Show all transport "false" 161ms
When Delete transport 17s 676ms
Then Transport not displayed in table of transports 15s 014ms
After Hooks.deleteTransportAfterTest() 075ms
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 Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 1s 330ms
And Show all transport "true" 246ms
When Delete transport 19s 094ms
Then Transport not displayed in table of transports 15s 063ms
After Hooks.deleteTransportAfterTest() 079ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
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 237ms
And Show all transport "true" 222ms
When Delete transport 17s 054ms
Then Transport not displayed in table of transports 15s 044ms
After Hooks.deleteTransportAfterTest() 075ms
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 005ms
And Get inputs from database "EDIT_UNLOAD" "super-admin-pgf" 037ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" 15s 828ms
And Show all transport "false" 160ms
When Go to transport details "UNLOAD" 30s 514ms
And Fill transport form 32s 380ms
And Click "save-transport" save button 1s 222ms
And Click cancel button in transport form 066ms
And Go to transport details "UNLOAD" 30s 420ms
Then Check are transport values equals 6s 245ms
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 "adama-admin" and set token of apiUsername "super-admin-adama" 1s 105ms
And Get inputs from database "EDIT_TRANSPORT" "super-admin-adama" 036ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 218ms
And Show all transport "false" 175ms
When Go to transport details "TRANSPORT" 2s 428ms
And Fill transport form 10s 275ms
And Click "save-transport" save button 746ms
And Click cancel button in transport form 075ms
And Go to transport details "TRANSPORT" 2s 309ms
Then Check are transport values equals 4s 118ms
After Hooks.deleteTransportAfterTest() 084ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 070ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-adama" 036ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 179ms
And Show all transport "false" 163ms
When Go to transport details "CONTAINER" 2s 363ms
And Fill transport form 4s 684ms
And Click "save-transport" save button 704ms
And Click cancel button in transport form 072ms
And Go to transport details "CONTAINER" 2s 244ms
Then Check are transport values equals 032ms
After Hooks.deleteTransportAfterTest() 067ms
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" 986ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-adama" 035ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 1s 283ms
And Show all transport "false" 162ms
When Go to transport details "DELIVERY" 2s 336ms
And Fill transport form 13s 672ms
And Click "save-transport" save button 698ms
And Click cancel button in transport form 071ms
And Go to transport details "DELIVERY" 2s 234ms
Then Check are transport values equals 2s 117ms
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() 097ms
View Feature Crud Transport
Scenario Outline Check if it is possible use save and cancel combination after editing transport
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 122ms
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 312ms
And Show all transport "false" 162ms
When Go to transport details "OWN_COLLECTION" 2s 320ms
And Fill transport form 23s 609ms
And Click "save-transport" save button 688ms
And Click cancel button in transport form 078ms
And Go to transport details "OWN_COLLECTION" 2s 290ms
Then Check are transport values equals 4s 219ms
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() 103ms
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 320ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 037ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 400ms
And Show all transport "false" 162ms
When Go to transport details "DELIVERY" 2s 711ms
And Fill transport form 37s 899ms
And Click "save-transport" save button 1s 220ms
And Click cancel button in transport form 076ms
And Go to transport details "DELIVERY" 2s 372ms
Then Check are transport values equals 12s 491ms
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() 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 "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 320ms
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 358ms
And Show all transport "false" 161ms
When Go to transport details "OWN_COLLECTION" 2s 626ms
And Fill transport form 38s 560ms
And Click "save-transport" save button 1s 238ms
And Click cancel button in transport form 083ms
And Go to transport details "OWN_COLLECTION" 2s 364ms
Then Check are transport values equals 8s 377ms
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 "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 355ms
And Get inputs from database "EDIT_EXPORT" "super-admin-hochland" 037ms
And Create transport "CREATE_EXPORT" by JSON file as "super-admin-hochland" 1s 434ms
And Show all transport "false" 161ms
When Go to transport details "EXPORT" 3s 495ms
And Fill transport form 49s 720ms
And Click "save-transport" save button 1s 217ms
And Click cancel button in transport form 079ms
And Go to transport details "EXPORT" 2s 384ms
Then Check are transport values equals 10s 444ms
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
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 361ms
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 199ms
And Show all transport "false" 166ms
When Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 654ms
And Fill transport form 35s 949ms
And Click "save-transport" save button 853ms
And Click cancel button in transport form 083ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 367ms
Then Check are transport values equals 12s 428ms
After Hooks.deleteTransportAfterTest() 069ms
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 445ms
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 298ms
And Show all transport "false" 161ms
When Go to transport details "CISTERN_DELIVERY" 2s 516ms
And Fill transport form 29s 268ms
And Click "save-transport" save button 765ms
And Click cancel button in transport form 087ms
And Go to transport details "CISTERN_DELIVERY" 2s 327ms
Then Check are transport values equals 8s 300ms
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() 136ms
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 329ms
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 323ms
And Show all transport "false" 162ms
When Go to transport details "CISTERN_COLLECTION" 2s 485ms
And Fill transport form 27s 860ms
And Click "save-transport" save button 702ms
And Click cancel button in transport form 079ms
And Go to transport details "CISTERN_COLLECTION" 2s 325ms
Then Check are transport values equals 8s 258ms
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() 097ms
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 347ms
And Get inputs from database "EDIT_WEIGHING" "super-admin-hochland" 036ms
And Create transport "CREATE_WEIGHING" by JSON file as "super-admin-hochland" 1s 233ms
And Show all transport "false" 162ms
When Go to transport details "WEIGHING" 2s 362ms
And Fill transport form 14s 472ms
And Click "save-transport" save button 692ms
And Click cancel button in transport form 062ms
And Go to transport details "WEIGHING" 2s 229ms
Then Check are transport values equals 4s 137ms
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() 065ms
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 314ms
And Get inputs from database "EDIT_OWN_COLLECTION_POWDER_FACTORY" "super-admin-hochland" 037ms
And Create transport "CREATE_OWN_COLLECTION_POWDER_FACTORY" by JSON file as "super-admin-hochland" 1s 341ms
And Show all transport "false" 166ms
When Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 2s 558ms
And Fill transport form 37s 187ms
And Click "save-transport" save button 835ms
And Click cancel button in transport form 093ms
And Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 2s 339ms
Then Check are transport values equals 8s 319ms
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() 096ms
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" 1s 051ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-skd" 037ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 15s 286ms
And Show all transport "false" 162ms
When Go to transport details "DELIVERY" 30s 407ms
And Fill transport form 27s 631ms
And Click "save-transport" save button 700ms
And Click cancel button in transport form 077ms
And Go to transport details "DELIVERY" 30s 319ms
Then Check are transport values equals 4s 180ms
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() 116ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 154ms
And Get inputs from database "EDIT_LOAD" "super-admin-piast" 036ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 237ms
And Show all transport "false" 161ms
When Go to transport details "LOAD" 2s 649ms
And Fill transport form 56s 938ms
And Click "save-transport" save button 1s 237ms
And Click cancel button in transport form 083ms
And Go to transport details "LOAD" 2s 393ms
Then Check are transport values equals 24s 738ms
After Hooks.deleteTransportAfterTest() 076ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 055ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-lantmannen" 040ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 1s 334ms
And Show all transport "false" 158ms
When Go to transport details "DELIVERY" 2s 358ms
And Fill transport form 16s 383ms
And Click "save-transport" save button 712ms
And Click cancel button in transport form 069ms
And Go to transport details "DELIVERY" 2s 301ms
Then Check are transport values equals 064ms
After Hooks.deleteTransportAfterTest() 096ms
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 014ms
And Get inputs from database "EDIT_LOAD" "super-admin-lantmannen" 036ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 335ms
And Show all transport "false" 161ms
When Go to transport details "LOAD" 2s 328ms
And Fill transport form 30s 152ms
And Click "save-transport" save button 1s 215ms
And Click cancel button in transport form 064ms
And Go to transport details "LOAD" 2s 277ms
Then Check are transport values equals 4s 228ms
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
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 066ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-keeeper" 038ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 351ms
And Show all transport "false" 162ms
When Go to transport details "UNLOAD" 2s 373ms
And Fill transport form 39s 722ms
And Click "save-transport" save button 1s 208ms
And Click cancel button in transport form 076ms
And Go to transport details "UNLOAD" 2s 303ms
Then Check are transport values equals 8s 345ms
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) 001ms
Steps
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 161ms
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 364ms
And Show all transport "false" 158ms
When Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 378ms
And Fill transport form 38s 408ms
And Click "save-transport" save button 702ms
And Click cancel button in transport form 070ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 294ms
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() 110ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 079ms
And Get inputs from database "EDIT_LOAD" "super-admin-keeeper" 037ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 187ms
And Show all transport "false" 164ms
When Go to transport details "LOAD" 2s 355ms
And Fill transport form 25s 968ms
And Click "save-transport" save button 751ms
And Click cancel button in transport form 065ms
And Go to transport details "LOAD" 2s 305ms
Then Check are transport values equals 4s 188ms
After Hooks.deleteTransportAfterTest() 069ms
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 Get inputs from database "EDIT_CONTAINER" "super-admin-keeeper" 035ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 202ms
And Show all transport "false" 162ms
When Go to transport details "CONTAINER" 2s 350ms
And Fill transport form 26s 006ms
And Click "save-transport" save button 723ms
And Click cancel button in transport form 069ms
And Go to transport details "CONTAINER" 2s 284ms
Then Check are transport values equals 4s 198ms
After Hooks.deleteTransportAfterTest() 066ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 193ms
And Get inputs from database "EDIT_SMALLS_IMPORT" "super-admin-skz" 038ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 217ms
And Show all transport "false" 157ms
When Go to transport details "SMALLS_IMPORT" 2s 476ms
And Fill transport form 32s 806ms
And Click "save-transport" save button 755ms
And Click cancel button in transport form 081ms
And Go to transport details "SMALLS_IMPORT" 2s 353ms
Then Check are transport values equals 8s 310ms
After Hooks.deleteTransportAfterTest() 092ms
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 Get inputs from database "EDIT_SMALLS_EXPORT" "super-admin-skz" 035ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 215ms
And Show all transport "false" 160ms
When Go to transport details "SMALLS_EXPORT" 2s 488ms
And Fill transport form 32s 797ms
And Click "save-transport" save button 752ms
And Click cancel button in transport form 078ms
And Go to transport details "SMALLS_EXPORT" 2s 355ms
Then Check are transport values equals 8s 303ms
After Hooks.deleteTransportAfterTest() 083ms
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 080ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-alrec" 036ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 1s 310ms
And Show all transport "true" 236ms
When Go to transport details "DELIVERY" 2s 331ms
And Fill transport form 21s 715ms
And Click "save-transport" save button 695ms
And Click cancel button in transport form 082ms
And Go to transport details "DELIVERY" 2s 289ms
Then Check are transport values equals 2s 183ms
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() 104ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 042ms
And Get inputs from database "EDIT_TRANSPORT_ORDER" "super-admin-alrec" 035ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 251ms
And Show all transport "true" 233ms
When Go to transport details "TRANSPORT_ORDER" 2s 444ms
And Fill transport form 26s 539ms
And Click "save-transport" save button 706ms
And Click cancel button in transport form 071ms
And Go to transport details "TRANSPORT_ORDER" 2s 314ms
Then Check are transport values equals 2s 245ms
After Hooks.deleteTransportAfterTest() 071ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 094ms
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" 231ms
And If user is login then logout 096ms
Then Login as "dka1-supplier" 1s 743ms
And Click button advice in transport table "LOAD" 103ms
And Check if moved to first possible start date in schedule 383ms
After Hooks.deleteTransportAfterTest() 070ms
After Hooks.deleteAllGrayWindowsAfterTest() 1m 30s 420ms
View Feature Crud Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-piast" 098ms
And Set "transport" inputs from JSON file "CREATE_LOAD_WITH_NEW_ADDRESS" "super-admin-piast" 001ms
When Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 147ms
Then Go to new transport "LOAD" 337ms
And Fill transport form 23s 212ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 123ms
And Go to "COMPANIES_TAB" 454ms
And Go to company "Dostawca Piast Automat 1" details 189ms
And Check if new address with "Adresat" is visible in company details 116ms
And Go to "TRANSPORT_TABLE" 238ms
And Go to transport details "LOAD" 2s 642ms
After Hooks.deleteTransportAfterTest() 057ms
After Hooks.deleteAddressAfterTest() 054ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 121ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 195ms
When Go to "TRANSPORT_TABLE" 117ms
And Show all transport types 1s 036ms
And Verify that transport has "0" files 031ms
Then Add file to transport by API 380ms
And Verify that transport has "1" files 659ms
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 029ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 188ms
When Go to "TRANSPORT_TABLE" 115ms
And Show all transport types 1s 035ms
And Verify that transport has "0" files 034ms
Then Add file to transport by API 267ms
And Verify that transport has "1" files 490ms
After Hooks.deleteTransportAfterTest() 063ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 172ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 415ms
When Go to "TRANSPORT_TABLE" 133ms
And Show all transport types 1s 037ms
And Verify that transport has "0" files 035ms
Then Add file to transport by API 221ms
And Verify that transport has "1" files 320ms
After Hooks.deleteTransportAfterTest() 100ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 008ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 173ms
When Go to "TRANSPORT_TABLE" 116ms
And Show all transport types 1s 039ms
And Verify that transport has "0" files 033ms
Then Add file to transport by API 200ms
And Verify that transport has "1" files 966ms
After Hooks.deleteTransportAfterTest() 071ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 030ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 172ms
And Delete transport 17s 662ms
When Go to "ARCHIVE_TAB" 269ms
And Show "DELIVERY" 070ms
And Verify that transport has "0" files 1s 241ms
Then Add file to transport 139ms
And Verify that transport has "1" files 473ms
After Hooks.deleteTransportAfterTest() 060ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 116ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 207ms
And Delete transport 17s 308ms
When Go to "ARCHIVE_TAB" 210ms
And Show "LOAD" 093ms
And Verify that transport has "0" files 1s 422ms
Then Add file to transport 157ms
And Verify that transport has "1" files 410ms
After Hooks.deleteTransportAfterTest() 062ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 224ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 392ms
And Delete transport 17s 850ms
When Go to "ARCHIVE_TAB" 242ms
And Show "DELIVERY" 052ms
And Verify that transport has "0" files 1s 259ms
Then Add file to transport 159ms
And Verify that transport has "1" files 352ms
After Hooks.deleteTransportAfterTest() 071ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 100ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 187ms
And Delete transport 17s 497ms
When Go to "ARCHIVE_TAB" 225ms
And Show "CONTAINER" 066ms
And Verify that transport has "0" files 1s 224ms
Then Add file to transport 145ms
And Verify that transport has "1" files 352ms
After Hooks.deleteTransportAfterTest() 060ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-adama" 092ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 15s 196ms
And Transfer transport to carrier by JSON file "super-admin-adama" "true" confirmation 125ms
And Accept transferred transport by Api 087ms
And Login as "paa1-carrier@qa.qa-test" 1s 242ms
Then Verify that "large_entrepreneur_declaration" document can be downloaded 15s 578ms
After Hooks.deleteTransportAfterTest() 098ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 1s 303ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 210ms
And Transfer transport to carrier by JSON file "super-admin-adama" "false" confirmation 148ms
Then Verify that "large_entrepreneur_declaration" document can be downloaded 17s 748ms
After Hooks.deleteTransportAfterTest() 055ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-adama" 090ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 178ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" 2s 092ms
And Add a bid "500" to an auction by JSON file as "paa1-carrier@qa.qa-test" for "super-admin-adama" 268ms
And Login as "paa1-carrier@qa.qa-test" 1s 199ms
Then Verify that "large_entrepreneur_declaration" document can be downloaded 15s 924ms
After Hooks.deleteTransportAfterTest() 111ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 102ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 236ms
When Go to "TRANSPORT_TABLE" 134ms
And Show all transport "true" 228ms
Then Verify that transport has "1" CMR file 1s 177ms
After Hooks.deleteTransportAfterTest() 073ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 945ms
And Create transport "CREATE_TRANSPORT_TWO_UNLOAD_STEPS" by JSON file as "super-admin-alrec" 1s 297ms
When Go to "TRANSPORT_TABLE" 116ms
And Show all transport "true" 219ms
Then Verify that transport has "2" CMR file 1s 184ms
After Hooks.deleteTransportAfterTest() 081ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 961ms
And Create transport "CREATE_TRANSPORT_TWO_UNLOAD_STEPS" by JSON file as "super-admin-alrec" 1s 253ms
When Go to "TRANSPORT_TABLE" 121ms
And Show all transport "true" 210ms
Then Verify that "CMR" document can be downloaded 17s 319ms
After Hooks.deleteTransportAfterTest() 076ms
View Feature Transport files
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 140ms
And Create transport "CREATE_TRANSPORT_TWO_UNLOAD_STEPS" by JSON file as "super-admin-alrec" 1s 287ms
And Show all transport "true" 214ms
And Delete transport 17s 104ms
When Go to "ARCHIVE_TAB" 234ms
And Show "TRANSPORT_ORDER" 054ms
Then Verify that "CMR" document can be downloaded 16s 930ms
After Hooks.deleteTransportAfterTest() 070ms
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 414ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 403ms
And Show all transport "false" 165ms
When Find transport pencil button in transports table 1s 228ms
And Click pencil and move transport to next day in schedule 16s 298ms
Then Check if transport is in new location in schedule 2s 103ms
And Check if dates in transport form are correct 3s 421ms
After Hooks.deleteTransportAfterTest() 100ms
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 069ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 1s 331ms
And Show all transport "false" 161ms
When Find transport pencil button in transports table 1s 254ms
And Click pencil and move transport to next day in schedule 16s 624ms
Then Check if transport is in new location in schedule 2s 141ms
And Check if dates in transport form are correct 3s 344ms
After Hooks.deleteTransportAfterTest() 121ms
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 074ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 330ms
And Show all transport "false" 163ms
When Find transport pencil button in transports table 1s 248ms
And Click pencil and move transport to next day in schedule 17s 086ms
Then Check if transport is in new location in schedule 2s 139ms
And Check if dates in transport form are correct 3s 379ms
After Hooks.deleteTransportAfterTest() 105ms
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 065ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 337ms
And Show all transport "false" 163ms
When Find transport pencil button in transports table 1s 254ms
And Click pencil and move transport to next day in schedule 16s 295ms
Then Check if transport is in new location in schedule 2s 102ms
And Check if dates in transport form are correct 3s 374ms
After Hooks.deleteTransportAfterTest() 110ms
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 082ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 366ms
And Show all transport "false" 162ms
When Find transport pencil button in transports table 1s 235ms
And Click pencil and move transport to next day in schedule 16s 261ms
Then Check if transport is in new location in schedule 2s 099ms
And Check if dates in transport form are correct 3s 333ms
After Hooks.deleteTransportAfterTest() 106ms
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 125ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-alrec" 1s 393ms
And Show all transport "true" 233ms
When Find transport pencil button in transports table 1s 224ms
And Click pencil and move transport to next day in schedule 16s 584ms
Then Check if transport is in new location in schedule 2s 106ms
And Check if dates in transport form are correct 3s 369ms
After Hooks.deleteTransportAfterTest() 100ms
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 074ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 188ms
And Get inputs from database "ADVICE_DELIVERY" "super-admin-piast" 036ms
When Show all transport types 1s 039ms
And Click button advice in transport table "DELIVERY" 094ms
And Set advice window in schedule 2s 561ms
And Fill advice form 10s 491ms
And Click advice save button and wait for advice form to disappear 30s 754ms
And Go to "TRANSPORT_TABLE" 218ms
And Find transport pencil button in transports table 1s 219ms
And Click pencil and move transport to next day in schedule 17s 358ms
Then Check if transport is in new location in schedule 2s 102ms
And Check if dates in transport form are correct 3s 367ms
After Hooks.deleteTransportAfterTest() 097ms
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 343ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 375ms
And Show all transport "false" 160ms
When Find transport pencil button in transports table 1s 257ms
And Click pencil and move transport to next day in schedule 16s 269ms
And Move advice window "3" 1s 311ms
Then Check if advice window is in new location 019ms
After Hooks.deleteTransportAfterTest() 090ms
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 097ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 1s 282ms
And Show all transport "false" 161ms
When Find transport pencil button in transports table 1s 237ms
And Click pencil and move transport to next day in schedule 16s 691ms
And Move advice window "3" 1s 358ms
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 "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 043ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-lantmannen" 1s 316ms
And Show all transport "false" 162ms
When Find transport pencil button in transports table 1s 225ms
And Click pencil and move transport to next day in schedule 17s
And Move advice window "3" 1s 426ms
Then Check if advice window is in new location 024ms
After Hooks.deleteTransportAfterTest() 087ms
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 106ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 318ms
And Show all transport "false" 162ms
When Find transport pencil button in transports table 1s 221ms
And Click pencil and move transport to next day in schedule 16s 276ms
And Move advice window "3" 1s 295ms
Then Check if advice window is in new location 022ms
After Hooks.deleteTransportAfterTest() 095ms
View Feature Edit transport using pencil
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 039ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 336ms
And Show all transport "false" 161ms
When Find transport pencil button in transports table 1s 227ms
And Click pencil and move transport to next day in schedule 16s 232ms
And Move advice window "3" 1s 302ms
Then Check if advice window is in new location 025ms
After Hooks.deleteTransportAfterTest() 097ms
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 074ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 1s 321ms
And Show all transport "true" 218ms
When Find transport pencil button in transports table 1s 223ms
And Click pencil and move transport to next day in schedule 16s 546ms
And Move advice window "3" 1s 364ms
Then Check if advice window is in new location 025ms
After Hooks.deleteTransportAfterTest() 091ms
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 316ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 379ms
And Go to transport details "DELIVERY" 2s 703ms
When Open section: "discrepancy-report-panel" 1s 067ms
Then Verify that no discrepancies found label is visible in discrepancy report section 068ms
And Select "NIE" in the "insp.-accord.-with-ins." 2s 430ms
And Verify that discrepancy report custom fields are visible in discrepancy report section 091ms
After Hooks.deleteTransportAfterTest() 082ms
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 215ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 036ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 369ms
And Go to transport details "DELIVERY" 2s 696ms
And Fill transport form 37s 848ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 084ms
When Go to transport details "DELIVERY" 2s 394ms
Then Select "NIE" in the "insp.-accord.-with-ins." 2s 410ms
And Click "save-transport" save button 709ms
And Wait "2" seconds 2s
And Verify that discrepancy report section is open 029ms
And Verify that discrepancy report section "not contains" validation errors 018ms
After Hooks.deleteTransportAfterTest() 103ms
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 300ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 378ms
When Go to transport details "DELIVERY" 2s 672ms
Then Verify that discrepancy report section is available 024ms
And Open section: "discrepancy-report-panel" 1s 059ms
And Verify that generate new discrepancy report button is visible 034ms
After Hooks.deleteTransportAfterTest() 144ms
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 277ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-hochland" 1s 357ms
When Go to transport details "OWN_COLLECTION" 2s 602ms
Then Verify that discrepancy report section is available 048ms
And Open section: "discrepancy-report-panel" 1s 053ms
And Verify that generate new discrepancy report button is visible 023ms
After Hooks.deleteTransportAfterTest() 084ms
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 235ms
And Create transport "CREATE_OWN_COLLECTION_POWDER_FACTORY" by JSON file as "super-admin-hochland" 1s 359ms
When Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 2s 494ms
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 028ms
After Hooks.deleteTransportAfterTest() 106ms
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 216ms
And Create transport "CREATE_EXPORT" by JSON file as "super-admin-hochland" 1s 332ms
When Go to transport details "EXPORT" 3s 539ms
Then Verify that discrepancy report section is available 019ms
And Open section: "discrepancy-report-panel" 1s 059ms
And Verify that generate new discrepancy report button is visible 030ms
After Hooks.deleteTransportAfterTest() 123ms
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 320ms
And Create transport "CREATE_TRANSFER_BETWEEN_WAREHOUSES" by JSON file as "super-admin-hochland" 1s 179ms
When Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 634ms
Then Verify that discrepancy report section is available 023ms
And Open section: "discrepancy-report-panel" 1s 053ms
And Verify that generate new discrepancy report button is visible 026ms
After Hooks.deleteTransportAfterTest() 057ms
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 303ms
And Create transport "CREATE_CISTERN_DELIVERY" by JSON file as "super-admin-hochland" 1s 311ms
When Go to transport details "CISTERN_DELIVERY" 2s 483ms
Then Verify that discrepancy report section is not available 15s 061ms
After Hooks.deleteTransportAfterTest() 105ms
View Feature Transport Form - Discrepancy Report scenarios
Before Hooks.showScenarioName(Scenario) 008ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 351ms
And Create transport "CREATE_CISTERN_COLLECTION" by JSON file as "super-admin-hochland" 1s 276ms
When Go to transport details "CISTERN_COLLECTION" 2s 438ms
Then Verify that discrepancy report section is not available 15s 021ms
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 394ms
And Create transport "CREATE_WEIGHING" by JSON file as "super-admin-hochland" 1s 198ms
When Go to transport details "WEIGHING" 2s 368ms
Then Verify that discrepancy report section is not available 15s 056ms
After Hooks.deleteTransportAfterTest() 108ms
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 310ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 452ms
When Go to "TRANSPORT_TABLE" 155ms
And Go to transport details "DELIVERY" 2s 690ms
And Change filled value in details "warehouseman" "select" "Dorosz Mieczysław" "0" 3s 484ms
And Change filled value in details "unloaded-stere" "text" "3" "0" 1s 315ms
And Open section: "discrepancy-report-panel" 1s 057ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 037ms
And Fill transport form 37s 865ms
And Fill discrepancy report section without closing the form 19s 359ms
And Generate discrepancy report 16s 677ms
And Download discrepancy report 154ms
Then Verify that discrepancy report file has correct values 15s 135ms
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() 129ms
View Feature Transport Form - Discrepancy Report scenarios
Scenario Outline Check if edited discrepancy report is properly generated
Before Hooks.showScenarioName(Scenario) 000ms
Steps
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 427ms
When Go to "TRANSPORT_TABLE" 142ms
And Go to transport details "DELIVERY" 2s 721ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 037ms
And Fill transport form 37s 770ms
And Open section: "discrepancy-report-panel" 1s 070ms
And Fill discrepancy report section without closing the form 19s 396ms
And Generate discrepancy report 16s 289ms
And Download discrepancy report 154ms
And Verify that discrepancy report file has correct values 15s 136ms
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() 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 326ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 450ms
When Go to "TRANSPORT_TABLE" 115ms
And Confirm statuses until reach "during-unload" 9s 070ms
Then Check if confirm status modal appeared on confirming next status in transport "table" 460ms
And Change filled value in details "insp.-accord.-with-ins." "select" "NIE" "0" 3s 459ms
And Check if next status is not possible to confirm in status confirmation modal 078ms
After Hooks.deleteTransportAfterTest() 105ms
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" 034ms
And Set transportType settings with values: "isUnloadStepInWarehouseByDefault", "false" 076ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-piast" 1s 204ms
And Login as "piast-admin" 1s 313ms
And Go to "TRANSPORT_TABLE" 204ms
When Go to transport details "LOAD" 2s 680ms
And Add step "unload" 090ms
And Change filled value in details "company-step-2" "autocomplete" "DPA2" "0" 6s 483ms
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 080ms
And Go to transport details "LOAD" 2s 519ms
And Verify that transport has "3" steps 010ms
After Hooks.deleteTransportAfterTest() 066ms
After Hooks.rollbackTransportTypeSettings() 050ms
After Hooks.rollbackAddedActionAuthorities() 036ms
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 795ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 235ms
When Go to "TRANSPORT_TABLE" 126ms
And Go to transport details "SMALLS_IMPORT" 17s 111ms
Then Verify that user can't edit time range for load and unload 15s 013ms
After Hooks.deleteTransportAfterTest() 073ms
View Feature Transport Form - Steps section scenarios
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-neuca" 096ms
And Create transport "CREATE_DELIVERY_TWO_LOADS" by JSON file as "super-admin-neuca" 1s 383ms
And Login as "neuca-admin" 808ms
And Go to "TRANSPORT_TABLE" 212ms
And Show all transport types 1s 142ms
When Go to transport details "DELIVERY" 2s 385ms
Then Check if sum of number of pallets in transport form in "load" steps is correct 048ms
After Hooks.deleteTransportAfterTest() 101ms
View Feature Transport Form - Steps section scenarios
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 094ms
And Create transport "CREATE_EXPORT" by JSON file as "super-admin-hochland" 1s 323ms
And Login as "hochland-admin" 1s 298ms
And Go to "TRANSPORT_TABLE" 122ms
And Show all transport types 1s 055ms
When Go to transport details "EXPORT" 3s 672ms
Then Check if sum of number of pallets in transport form in "unload" steps is correct 057ms
After Hooks.deleteTransportAfterTest() 094ms
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" 033ms
And Set transportType settings with values: "quantitySumCheckValue", "33" 100ms
And Login as "neuca-admin" 820ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" 15s 356ms
When Go to "TRANSPORT_TABLE" 252ms
And Go to transport details "DELIVERY" 2s 508ms
And Set number of pallets in "load" step in transport - "32" 108ms
And Check if number of pallets check message is not visible in transport form 15s 060ms
And Set number of pallets in "load" step in transport - "34" 118ms
Then Check if number of pallets check message is visible in transport form 031ms
After Hooks.deleteTransportAfterTest() 095ms
After Hooks.rollbackTransportTypeSettings() 088ms
View Feature Transport Form - Steps section scenarios
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-farmacol" 097ms
And Add action authority with: "farmacol" "farmacol-admin" "EXTERNAL_DELIVERY" "ADD_UNLOAD_STEP_FROM_UNLOAD" "ACTIVE" 043ms
And Get "EXTERNAL_DELIVERY" settings from "farmacol" 058ms
And Set transportType settings with values: "isUnloadStepInWarehouseByDefault", "true" 057ms
And Login as "farmacol-admin" 1s 524ms
And Go to new transport "EXTERNAL_DELIVERY" 314ms
And Add step "unload" 099ms
And Click "save-transport-and-close" save button 689ms
Then Verify that "time-range-from-date-2" has validation error 1s 025ms
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 297ms
And Click "save-transport-and-close" save button 680ms
And Verify that "time-range-from-date-2" has no validation error 014ms
And Verify that "time-range-to-date-2" has no validation error 013ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.rollbackTransportTypeSettings() 054ms
After Hooks.rollbackAddedActionAuthorities() 026ms
View Feature Transport Form - Steps section scenarios
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-piast" 097ms
And Add action authority with: "piast" "piast-admin" "LOAD" "ADD_LOAD_STEP_FROM_UNLOAD" "ACTIVE" 033ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 185ms
When Login as "piast-admin" 1s 465ms
And Go to transport details "LOAD" 2s 759ms
And Get inputs from database "PIAST_LOAD_ADD_UNLOAD_STEP" "super-admin-piast" 035ms
And Add step "unload" 101ms
And Fill step data 14s 938ms
And Get inputs from database "PIAST_LOAD_ADD_LOAD_STEP" "super-admin-piast" 035ms
And Add step "load" 132ms
And Fill step data 5s 454ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 110ms
Then Go to transport details "LOAD" 2s 554ms
And Check if "unload" step is added as "3" step in transport form 028ms
And Check if "load" step is added as "4" step in transport form 027ms
After Hooks.deleteTransportAfterTest() 074ms
After Hooks.rollbackAddedActionAuthorities() 033ms
View Feature Transport Form - Steps section scenarios
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-skz" 097ms
And Add action authority with: "swisskrono" "super-admin-skz" "SMALLS_EXPORT" "MOVE_LOAD_STEPS" "UNLIMITED" 040ms
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 200ms
When Login as "super-admin-skz" 1s 826ms
And Go to transport details "SMALLS_EXPORT" 2s 468ms
And Check if step is draggable "LOAD" 020ms
And Check if step is not draggable "UNLOAD" 021ms
After Hooks.deleteTransportAfterTest() 087ms
After Hooks.rollbackAddedActionAuthorities() 028ms
After Hooks.rollbackRemovedActionAuthorities() 000ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set "transport" inputs from JSON file "CREATE_SMALLS_IMPORT" "super-admin-skz" 001ms
And Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 079ms
When Go to new transport "SMALLS_IMPORT" 368ms
And Fill transport form 19s 738ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 137ms
And Show all transport "false" 162ms
And Go to transport details "SMALLS_IMPORT" 2s 447ms
And Click create similar button 15s 110ms
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 095ms
And Open similar transport details 287ms
Then Check are transport values equals 2s 113ms
After Hooks.deleteTransportAfterTest() 085ms
After Hooks.deleteSimilarTransportAfterTest() 074ms
View Feature Transport form
Scenario Outline Check if transport created with advice by similar button has correct values
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" 1s 635ms
When Go to new transport "DELIVERY" 15s 272ms
And Fill transport form 37s 826ms
And Click "save-transport" save button and wait for form to disappear 30s 108ms
And Set advice window in schedule 2s 182ms
And Check is transport created in schedule and set transport id 806ms
And Go to "TRANSPORT_TABLE" 219ms
And Go to transport details "DELIVERY" 30s 393ms
And Click create similar button 15s 148ms
And Fill "transport" form "CREATE_SIMILAR_DELIVERY" by "pna1-carrier" 4s 829ms
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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f at sun.reflect.GeneratedConstructorAccessor216.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.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() 164ms
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" 1s 011ms
When Go to new transport "DELIVERY" 15s 306ms
And Fill transport form 4s 801ms
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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f at sun.reflect.GeneratedConstructorAccessor216.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.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" 039ms
And Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 199ms
When Go to new transport "SMALLS_IMPORT" 406ms
And Fill transport form 32s 809ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 110ms
And Go to transport details "SMALLS_IMPORT" 2s 383ms
And Go to transport print details form 3s 083ms
Then Check are transport values equals 8s 309ms
After Hooks.deleteTransportAfterTest() 090ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 234ms
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 256ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 117ms
And Go to transport details "SMALLS_IMPORT" 2s 464ms
Then Verify that the transport can be edited 1s 235ms
And Close transport details 15s 116ms
And If user is login then logout 095ms
And Login as "pskza1-carrier@qa.qa-test" 1s 247ms
And Go to transport details "SMALLS_IMPORT" 2s 438ms
And Verify that the transport cannot be edited 46s 282ms
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 226ms
And Get inputs from database "CREATE_SMALLS_EXPORT" "super-admin-skz" 038ms
And Create transport "CREATE_SMALLS_EXPORT" 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 110ms
And Go to transport details "SMALLS_EXPORT" 2s 440ms
Then Verify that the transport can be edited 1s 274ms
And Close transport details 15s 112ms
And If user is login then logout 348ms
And Login as "pskza1-carrier@qa.qa-test" 1s 028ms
And Go to transport details "SMALLS_EXPORT" 2s 450ms
And Verify that the transport cannot be edited 46s 306ms
After Hooks.deleteTransportAfterTest() 097ms
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 219ms
And Get inputs from database "HIDDEN_DATA_SMALLS_IMPORT" "super-admin-skz" 037ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 268ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 127ms
And Go to transport details "SMALLS_IMPORT" 2s 418ms
Then Verify that the hidden data in transport are not visible 1s 041ms
And Close transport details 15s 085ms
And If user is login then logout 359ms
And Login as "swisskrono-admin" 1s 129ms
And Go to transport details "SMALLS_IMPORT" 2s 460ms
And Verify that the hidden data in transport are visible 1s 218ms
After Hooks.deleteTransportAfterTest() 110ms
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 024ms
And Get inputs from database "HIDDEN_DATA_SMALLS_EXPORT" "super-admin-skz" 036ms
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 094ms
And Go to transport details "SMALLS_EXPORT" 2s 383ms
Then Verify that the hidden data in transport are not visible 1s 030ms
And Close transport details 15s 115ms
And If user is login then logout 334ms
And Login as "swisskrono-admin" 1s 167ms
And Go to transport details "SMALLS_EXPORT" 2s 471ms
And Verify that the hidden data in transport are visible 1s 242ms
After Hooks.deleteTransportAfterTest() 089ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 249ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 406ms
When Go to transport details "DELIVERY" 2s 687ms
And Change filled value in details "unloaded-stere" "text" "3" "0" 1s 318ms
And Change filled value in details "warehouseman" "select" "Dorosz Mieczysław" "0" 3s 513ms
And Change filled value in details "insp.-accord.-with-ins." "select" "NIE" "1" 3s 479ms
And Fill discrepancy report section without closing the form 19s 448ms
And Click "save-transport" save button 1s 228ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 142ms
And Check if transport details form is disappeared 15s 015ms
After Hooks.deleteTransportAfterTest() 097ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-hochland" 092ms
And Add action authority with: "hochland" "hochland-warehouseman" "DELIVERY" "EDIT_DESCRIPTION_FIELD" "UNLIMITED" 039ms
And Add access to the warehouse "Magazyn Ciepły Kaźmierz" to the user "hochland-warehouseman" by JSON file 478ms
And Create transport "CREATE_DELIVERY_WARM_KAZMIERZ" by JSON file as "super-admin-hochland" 1s 415ms
And Login as "hochland-warehouseman" and set token of apiUsername "super-admin-hochland" 2s 939ms
When Go to "TRANSPORT_TABLE" 224ms
And Go to transport details "DELIVERY" 2s 682ms
And Change filled value in details "transport-description" "text" "opis" "0" 1s 306ms
Then Verify that "transport-description" in transport has value "opis" 020ms
After Hooks.deleteTransportAfterTest() 102ms
After Hooks.rollbackAddedActionAuthorities() 027ms
After Hooks.rollbackWarehousesAccess() 125ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 090ms
And Create transport "CREATE_DELIVERY_WARM_KAZMIERZ" by JSON file as "super-admin-hochland" 1s 339ms
And Remove action authority with: "hochland" "hochland-warehouseman" "DELIVERY" "EDIT_DESCRIPTION_FIELD" "UNLIMITED" 043ms
And Add access to the warehouse "Magazyn Ciepły Kaźmierz" to the user "hochland-warehouseman" by JSON file 138ms
And Login as "hochland-warehouseman" and set token of apiUsername "super-admin-hochland" 2s 302ms
When Go to "TRANSPORT_TABLE" 179ms
And Go to transport details "DELIVERY" 2s 642ms
Then Verify that "transport-description" in transport form is disabled 018ms
After Hooks.deleteTransportAfterTest() 101ms
After Hooks.rollbackRemovedActionAuthorities() 038ms
After Hooks.rollbackWarehousesAccess() 136ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 094ms
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 417ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 329ms
And Show all transport "false" 160ms
When Go to "TRANSPORT_TABLE" 107ms
And Go to transport details "DELIVERY" 2s 646ms
Then Verify that "CARRIER" in transport form is visible 029ms
After Hooks.deleteTransportAfterTest() 097ms
After Hooks.rollbackAddedActionAuthorities() 028ms
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" 045ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 199ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 372ms
And Show all transport "false" 158ms
When Go to "TRANSPORT_TABLE" 106ms
And Go to transport details "TRANSPORT" 2s 419ms
Then Verify that "CARRIER" in transport form is visible 023ms
After Hooks.deleteTransportAfterTest() 064ms
After Hooks.rollbackAddedActionAuthorities() 029ms
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" 037ms
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 353ms
And Show all transport "true" 232ms
When Go to "TRANSPORT_TABLE" 116ms
And Go to transport details "TRANSPORT_ORDER" 2s 436ms
Then Verify that "CARRIER" in transport form is visible 023ms
After Hooks.deleteTransportAfterTest() 070ms
After Hooks.rollbackAddedActionAuthorities() 024ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 098ms
And Remove action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 033ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 360ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 110ms
And Show all transport "false" 161ms
When Go to "TRANSPORT_TABLE" 125ms
And Go to transport details "DELIVERY" 2s 655ms
Then Verify that "CARRIER" in transport form is not visible 15s 044ms
After Hooks.deleteTransportAfterTest() 111ms
After Hooks.rollbackRemovedActionAuthorities() 045ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-adama" 099ms
And Remove action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 038ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 208ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 496ms
And Show all transport "false" 157ms
When Go to "TRANSPORT_TABLE" 133ms
And Go to transport details "TRANSPORT" 2s 446ms
Then Verify that "CARRIER" in transport form is not visible 15s 018ms
After Hooks.deleteTransportAfterTest() 069ms
After Hooks.rollbackRemovedActionAuthorities() 041ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-alrec" 094ms
And Remove action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 033ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 214ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 416ms
And Show all transport "true" 218ms
When Go to "TRANSPORT_TABLE" 130ms
And Go to transport details "TRANSPORT_ORDER" 2s 462ms
Then Verify that "CARRIER" in transport form is not visible 15s 051ms
After Hooks.deleteTransportAfterTest() 067ms
After Hooks.rollbackRemovedActionAuthorities() 040ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-hochland" 097ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 039ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 050ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 398ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 197ms
And Show all transport "false" 161ms
When Go to "TRANSPORT_TABLE" 118ms
And Go to transport details "DELIVERY" 2s 698ms
Then Verify that "CARRIER" in transport form is not disabled 018ms
After Hooks.deleteTransportAfterTest() 085ms
After Hooks.rollbackAddedActionAuthorities() 046ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-adama" 109ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 030ms
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 181ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 407ms
And Show all transport "false" 160ms
When Go to "TRANSPORT_TABLE" 105ms
And Go to transport details "TRANSPORT" 2s 432ms
Then Verify that "CARRIER" in transport form is not disabled 021ms
After Hooks.deleteTransportAfterTest() 072ms
After Hooks.rollbackAddedActionAuthorities() 066ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-alrec" 095ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 039ms
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 211ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 315ms
And Show all transport "true" 233ms
When Go to "TRANSPORT_TABLE" 119ms
And Go to transport details "TRANSPORT_ORDER" 2s 462ms
Then Verify that "CARRIER" in transport form is not disabled 016ms
After Hooks.deleteTransportAfterTest() 055ms
After Hooks.rollbackAddedActionAuthorities() 054ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 091ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 032ms
And Remove action authority with: "hochland" "hochland-admin" "DELIVERY" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 033ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 347ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 388ms
And Show all transport "false" 161ms
When Go to "TRANSPORT_TABLE" 128ms
And Go to transport details "DELIVERY" 2s 666ms
Then Verify that "CARRIER" in transport form is disabled 018ms
After Hooks.deleteTransportAfterTest() 099ms
After Hooks.rollbackAddedActionAuthorities() 034ms
After Hooks.rollbackRemovedActionAuthorities() 039ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-adama" 094ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 039ms
And Remove action authority with: "adama" "adama-admin" "TRANSPORT" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 007ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 195ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 357ms
And Show all transport "false" 162ms
When Go to "TRANSPORT_TABLE" 107ms
And Go to transport details "TRANSPORT" 2s 426ms
Then Verify that "CARRIER" in transport form is disabled 018ms
After Hooks.deleteTransportAfterTest() 069ms
After Hooks.rollbackAddedActionAuthorities() 029ms
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" 032ms
And Remove action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 007ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 1s 206ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 440ms
And Show all transport "true" 225ms
When Go to "TRANSPORT_TABLE" 120ms
And Go to transport details "TRANSPORT_ORDER" 2s 442ms
Then Verify that "CARRIER" in transport form is disabled 019ms
After Hooks.deleteTransportAfterTest() 079ms
After Hooks.rollbackAddedActionAuthorities() 028ms
After Hooks.rollbackRemovedActionAuthorities() 000ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-adama" 092ms
And Get custom field settings for "DELIVERY" transport type and "" company 013ms
And Mark custom fields as not obligatory 003ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 1s 240ms
And Remove action authority with: "adama" "adama-admin" "DELIVERY" "UPDATE_MAIN_DATA_SECTION" "UNLIMITED" 041ms
And Remove action authority with: "adama" "adama-admin" "DELIVERY" "UPDATE_ADVICE" "UNLIMITED" 039ms
And Add action authority with: "adama" "adama-admin" "DELIVERY" "EDIT_DESCRIPTION_FIELD" "UNLIMITED" 039ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 354ms
When Find transport in table with status "planned" 3s 282ms
And Confirm statuses until reach "process-ended" 23s 514ms
And Wait "90" seconds 1m 30s
And Go to "ARCHIVE_TAB" 291ms
And Show "DELIVERY" 078ms
And Go to transport details "DELIVERY" 30s 414ms
And Change filled value in details "transport-description" "text" "opis" "0" 1s 315ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 090ms
And Wait "7" seconds 7s
And Go to transport details "DELIVERY" 30s 343ms
Then Verify that "transport-description" in transport has value "opis" 020ms
After Hooks.deleteTransportAfterTest() 095ms
After Hooks.rollbackAllCustomFieldsSettings() 004ms
After Hooks.rollbackAddedActionAuthorities() 034ms
After Hooks.rollbackRemovedActionAuthorities() 080ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 767ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 040ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 413ms
When Go to transport details "DELIVERY" 2s 664ms
And Fill transport form 37s 719ms
And Change filled value in details "driver-name" "text" "XXX ZZZ" "0" 1s 388ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 097ms
And Go to new transport "DELIVERY" 302ms
Then Verify that driver "XXX ZZZ" is in list 630ms
After Hooks.deleteTransportAfterTest() 127ms
View Feature Transport form
Scenario Outline Check if 'rate' field is visible in transport form with proper value and currency after passing transport to carrier
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 197ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 228ms
When Transfer transport to carrier "Przewoźnik SKZ Automat 1" 13s 601ms
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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f
	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:43)
	at ✽.Transfer transport to carrier "Przewoźnik SKZ Automat 1"(file:Features/Atom/Transport/TransportForm/TransportForm.feature:277)
And If user is login then logout 000ms
And Login as "pskza1-carrier@qa.qa-test" 000ms
Then Verify that the transport has been transferred 000ms
And Accept or reject "accept" transferred transport 000ms
And Go to transport details "SMALLS_IMPORT" 000ms
And Verify that "transaction-price" in transport form is visible 000ms
And Verify that transaction price field has correct value 000ms
And Verify that transaction currency field has correct value: "swisskrono" "SMALLS_IMPORT" 000ms
After Hooks.deleteTransportAfterTest() 082ms
View Feature Transport form
Scenario Outline Check if 'rate' field is visible in transport form with proper value and currency after passing transport to carrier
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 083ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 215ms
When Transfer transport to carrier "Przewoźnik SKZ Automat 1" 13s 565ms
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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f
	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:43)
	at ✽.Transfer transport to carrier "Przewoźnik SKZ Automat 1"(file:Features/Atom/Transport/TransportForm/TransportForm.feature:277)
And If user is login then logout 000ms
And Login as "pskza1-carrier@qa.qa-test" 000ms
Then Verify that the transport has been transferred 000ms
And Accept or reject "accept" transferred transport 000ms
And Go to transport details "SMALLS_EXPORT" 000ms
And Verify that "transaction-price" in transport form is visible 000ms
And Verify that transaction price field has correct value 000ms
And Verify that transaction currency field has correct value: "swisskrono" "SMALLS_EXPORT" 000ms
After Hooks.deleteTransportAfterTest() 093ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-dayco" 092ms
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 223ms
And Set "advice" inputs from JSON file "ADVICE_OWN_COLLECTION" "super-admin-dayco" 001ms
When Login as "dayco-admin" 1s 319ms
And Click button advice in transport table "OWN_COLLECTION" 285ms
And Set advice window in schedule 2s 519ms
And Fill advice form 9s 136ms
And Click advice save button and wait for advice form to disappear 30s 718ms
And Go to "TRANSPORT_TABLE" 173ms
And Find transport in table with status "planned" 3s 246ms
And Confirm statuses until reach "on-the-area" 4s 830ms
And Go to transport details "OWN_COLLECTION" 2s 401ms
And Click create similar button 15s 114ms
And Fill "transport" form "CREATE_SIMILAR_OWN_COLLECTION" by "super-admin-dayco" 6s 487ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 131ms
And Open similar transport details 252ms
Then Check if transport form modal is visible 029ms
After Hooks.deleteTransportAfterTest() 103ms
After Hooks.deleteSimilarTransportAfterTest() 067ms
After Hooks.rollbackAllCustomFieldsSettings() 083ms
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" 097ms
And Get custom field settings for "OWN_COLLECTION" transport type and "dayco" company 020ms
And Mark custom fields as not obligatory 008ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-dayco" 1s 210ms
And Set "advice" inputs from JSON file "ADVICE_OWN_COLLECTION" "super-admin-dayco" 001ms
When Login as "dayco-admin" 1s 439ms
And Click button advice in transport table "OWN_COLLECTION" 297ms
And Set advice window in schedule 2s 506ms
And Fill advice form 5s 005ms
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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f at sun.reflect.GeneratedConstructorAccessor216.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.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() 088ms
After Hooks.deleteSimilarTransportAfterTest() 000ms
After Hooks.rollbackAllCustomFieldsSettings() 078ms
View Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-lisner" 093ms
And Set "transport" inputs from JSON file "CREATE_DELIVERY" "super-admin-lisner" 006ms
And Create custom field with "CREATE_DELIVERY_DATE_AND_TIME_CFD" by "super-admin-lisner" 317ms
When Login as "lisner-admin-2" and set token of apiUsername "super-admin-lisner" 1s 745ms
And Go to new transport "DELIVERY" 289ms
And Fill transport form 29s 976ms
And Click "save-transport" save button and wait for form to disappear 30s 099ms
And Set advice window in schedule 2s 140ms
And Go to "TRANSPORT_TABLE" 193ms
And Show all transport types 1s 055ms
And Go to transport details "DELIVERY" 2s 291ms
Then Verify that "date-and-time" in transport form is visible 027ms
After Hooks.deleteTransportAfterTest() 097ms
After Hooks.deleteCustomFieldAfterTest() 276ms
View Feature Invoice
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 122ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 256ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 094ms
When Click invoice button 2s 440ms
And Set default invoice currency value 056ms
Then Check that default currency value in invoice form is "EUR" 044ms
When Change invoice default currency value in database for "USD" transport type alias "SMALLS_IMPORT" and principal alias "swisskrono" 053ms
And Clear all cache 870ms
And Login as "swisskrono-admin" 2s 081ms
And Go to "TRANSPORT_TABLE" 129ms
And Show all transport types 1s 056ms
And Click invoice button 109ms
Then Check that default currency value in invoice form is "USD" 052ms
After Hooks.deleteTransportAfterTest() 092ms
After Hooks.rollbackInvoiceCurrency() 818ms
View Feature Invoice
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 042ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 216ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 085ms
When Click invoice button 2s 506ms
And Set default invoice currency value 059ms
Then Check that default currency value in invoice form is "EUR" 044ms
When Change invoice default currency value in database for "USD" transport type alias "SMALLS_EXPORT" and principal alias "swisskrono" 019ms
And Clear all cache 823ms
And Login as "swisskrono-admin" 2s 120ms
And Go to "TRANSPORT_TABLE" 119ms
And Show all transport types 1s 047ms
And Click invoice button 115ms
Then Check that default currency value in invoice form is "USD" 056ms
After Hooks.deleteTransportAfterTest() 080ms
After Hooks.rollbackInvoiceCurrency() 820ms
View Feature Transport table
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "lantmannen-guard-3" and set token of apiUsername "super-admin-lantmannen" 1s 680ms
And Create transport "CREATE_DELIVERY_NIEPORET_WAREHOUSE" by JSON file as "super-admin-lantmannen" 1s 320ms
And Show all transport types 1s 038ms
Then Check if transport number is visible "DELIVERY" 15s 076ms
And Check if transport details is not visible 15s 018ms
After Hooks.deleteTransportAfterTest() 095ms
View Feature Transport table
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 595ms
And Show all transport "false" 162ms
And Go to "TRANSPORT_TABLE" 124ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 378ms
When Click on transport row 071ms
Then Verify if transport row is selected 028ms
After Hooks.deleteTransportAfterTest() 109ms
View Feature Transport table
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 631ms
And Show all transport "false" 161ms
And Go to "TRANSPORT_TABLE" 115ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 1s 299ms
When Click on transport row 051ms
Then Verify if transport row is selected 019ms
After Hooks.deleteTransportAfterTest() 077ms
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 470ms
And Show all transport "false" 161ms
And Go to "TRANSPORT_TABLE" 113ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 15s 263ms
When Click on transport row 050ms
Then Verify if transport row is selected 031ms
After Hooks.deleteTransportAfterTest() 110ms
View Feature Transport table
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 332ms
And Show all transport "false" 161ms
And Go to "TRANSPORT_TABLE" 117ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 1s 326ms
When Click on transport row 063ms
Then Verify if transport row is selected 027ms
After Hooks.deleteTransportAfterTest() 105ms
View Feature Transport table
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 987ms
And Show all transport "false" 161ms
And Go to "TRANSPORT_TABLE" 120ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 333ms
When Click on transport row 063ms
Then Verify if transport row is selected 026ms
After Hooks.deleteTransportAfterTest() 097ms
View Feature Transport table
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 624ms
And Show all transport "true" 219ms
And Go to "TRANSPORT_TABLE" 110ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 1s 276ms
When Click on transport row 054ms
Then Verify if transport row is selected 025ms
After Hooks.deleteTransportAfterTest() 095ms
View Feature Reject Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 1s 710ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 235ms
And Transfer transport to carrier by JSON file "super-admin-adama" "true" confirmation 072ms
When Accept or reject "accept" transferred transport 17s 764ms
Then Verify that transport is accept or reject "accept" 020ms
After Hooks.deleteTransportAfterTest() 078ms
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 346ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 199ms
And Transfer transport to carrier by JSON file "super-admin-adama" "true" confirmation 097ms
When Accept or reject "reject" transferred transport 17s 643ms
Then Verify that transport is accept or reject "reject" 15s 060ms
After Hooks.deleteTransportAfterTest() 075ms
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 175ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 284ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 112ms
When Accept or reject "accept" transferred transport 18s 562ms
Then Verify that transport is accept or reject "accept" 019ms
After Hooks.deleteTransportAfterTest() 086ms
View Feature Reject Transport
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 115ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 325ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 086ms
When Accept or reject "reject" transferred transport 17s 949ms
Then Verify that transport is accept or reject "reject" 15s 055ms
After Hooks.deleteTransportAfterTest() 068ms
View Feature Reject Transport
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 181ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 303ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 077ms
When Accept or reject "accept" transferred transport 18s 637ms
Then Verify that transport is accept or reject "accept" 019ms
After Hooks.deleteTransportAfterTest() 069ms
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 147ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 249ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 074ms
When Accept or reject "reject" transferred transport 3s 098ms
Then Verify that transport is accept or reject "reject" 15s 052ms
After Hooks.deleteTransportAfterTest() 077ms
View Feature Transfer transport to carrier
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 092ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 246ms
When Transfer transport to carrier "Przewoźnik Adama Automat 1" with "true" 19s 137ms
And If user is login then logout 096ms
And Login as "paa1-carrier@qa.qa-test" 1s 308ms
Then Verify that the transport has been transferred with "true" 1s 360ms
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" 970ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 230ms
When Transfer transport to carrier "Przewoźnik Adama Automat 1" with "false" 19s 181ms
And If user is login then logout 088ms
And Login as "paa1-carrier@qa.qa-test" 1s 363ms
Then Verify that the transport has been transferred with "false" 1s 165ms
After Hooks.deleteTransportAfterTest() 102ms
View Feature Transfer transport to carrier
Scenario Outline Check if it is possible to transfer transport to carrier - without confirmation checkbox
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 102ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 231ms
When Transfer transport to carrier "Przewoźnik SKZ Automat 1" 13s 606ms
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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f
	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:43)
	at ✽.Transfer transport to carrier "Przewoźnik SKZ Automat 1"(file:Features/Atom/Transport/TransportTransfer/TransportTransfer.feature:26)
And If user is login then logout 000ms
And Login as "pskza1-carrier@qa.qa-test" 000ms
Then Verify that the transport has been transferred 000ms
After Hooks.deleteTransportAfterTest() 086ms
View Feature Transfer transport to carrier
Scenario Outline Check if it is possible to transfer transport to carrier - without confirmation checkbox
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 223ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 1s 245ms
When Transfer transport to carrier "Przewoźnik SKZ Automat 1" 13s 599ms
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.416jl0}, 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: 560a41d88095fdd9111ef4c83f61126f
	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:43)
	at ✽.Transfer transport to carrier "Przewoźnik SKZ Automat 1"(file:Features/Atom/Transport/TransportTransfer/TransportTransfer.feature:26)
And If user is login then logout 000ms
And Login as "pskza1-carrier@qa.qa-test" 000ms
Then Verify that the transport has been transferred 000ms
After Hooks.deleteTransportAfterTest() 073ms
View Feature Transfer transport to carrier
Scenario Outline Check if it is possible to pass transport to carrier during auction
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 108ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 264ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 111ms
And Go to auction offer 1s 181ms
When Offer "1000" 115ms
And Verify that offer with "1000" has been added to auction 3s 037ms
And If user is login then logout 092ms
And Login as "swisskrono-admin" 1s 178ms
Then Go to auction details 1s 176ms
And Pass transport to carrier from auction details 1s 241ms
And If user is login then logout 591ms
And Login as "pskza1-carrier@qa.qa-test" 927ms
And Verify that the transport has been transferred 16s 110ms
java.lang.AssertionError: Nie znaleziono przycisków transakcji dla przekazanego transportu!
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.TransferTransportTest.checkIfTransportIsTransferred(TransferTransportTest.java:68)
	at CucumberTests.Transport.TransferTransportTest.verifyThatTheTransportHasBeenTransferred(TransferTransportTest.java:59)
	at ✽.Verify that the transport has been transferred(file:Features/Atom/Transport/TransportTransfer/TransportTransfer.feature:49)
After Hooks.deleteTransportAfterTest() 087ms
View Feature Transfer transport to carrier
Scenario Outline Check if it is possible to pass transport to carrier when auction is finished
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 1s 086ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 255ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 130ms
And Go to auction offer 1s 186ms
When Offer "1000" 112ms
And Verify that offer with "1000" has been added to auction 3s 036ms
And Wait till auction end 1m 54s 016ms
And If user is login then logout 116ms
Then Login as "swisskrono-admin" 1s 258ms
And Go to auction details 1s 198ms
And Pass transport to carrier from auction details 1s 249ms
And If user is login then logout 593ms
And Login as "pskza1-carrier@qa.qa-test" 958ms
And Verify that the transport has been transferred 16s 100ms
java.lang.AssertionError: Nie znaleziono przycisków transakcji dla przekazanego transportu!
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.TransferTransportTest.checkIfTransportIsTransferred(TransferTransportTest.java:68)
	at CucumberTests.Transport.TransferTransportTest.verifyThatTheTransportHasBeenTransferred(TransferTransportTest.java:59)
	at ✽.Verify that the transport has been transferred(file:Features/Atom/Transport/TransportTransfer/TransportTransfer.feature:69)
After Hooks.deleteTransportAfterTest() 110ms
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 182ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 222ms
And Go to "TRANSPORT_TABLE" 129ms
When Open transport transfer modal 1s 226ms
Then Verify that all enabled companies from "swisskrono" are shown in select 144ms
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() 095ms
View Feature Transfer transport to carrier
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-adama" 094ms
And Reject main section of a "Przewoźnik Adama Automat 1" in "adama" by API 218ms
And Login as "adama-admin" 865ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 233ms
And Go to "TRANSPORT_TABLE" 100ms
When Open transport transfer modal 1s 225ms
Then Verify that "Przewoźnik Adama Automat 1" is blocked in select 094ms
After Hooks.deleteTransportAfterTest() 088ms
After Hooks.rollbackRejectedSections() 078ms
View Feature Transfer transport to carrier
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 957ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 223ms
And Transfer transport to carrier "Przewoźnik Adama Automat 1" with "true" with "120" seconds to accept transport 19s 147ms
And If user is login then logout 099ms
When Login as "paa1-carrier@qa.qa-test" 1s 695ms
And Verify that the transport has been transferred with "true" 1s 408ms
And Wait "120" seconds 2m
Then Verify if transport is not visible to carrier after expiring time to accept transport 15s 040ms
After Hooks.deleteTransportAfterTest() 108ms
View Feature Assortment Group
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 974ms
And Create transport "CREATE_TANKER_GRANULATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 361ms
When Go to "TRANSPORT_TABLE" 126ms
And Go to transport details "TANKER_GRANULATE_DELIVERY" 2s 394ms
Then Check if new assortment group is disabled in transport form 018ms
After Hooks.deleteTransportAfterTest() 098ms
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" 981ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 192ms
And Get inputs from database "CREATE_ADVICE_CONTAINER" "super-admin-adama" 036ms
When Show all transport types 1s 043ms
And Click button advice in transport table "CONTAINER" 090ms
And Set advice window in schedule 2s 417ms
And Click button cancel in advice form 15s 311ms
And Set advice window in schedule 2s 137ms
And Click button cancel in advice form 15s 236ms
And Set advice window in schedule 2s 118ms
And Fill advice form 17s 885ms
And Click advice save button and wait for advice form to disappear 30s 716ms
And Go to "TRANSPORT_TABLE" 153ms
And Go to transport details "CONTAINER" 2s 348ms
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() 100ms
View Feature Transport transfer full scenario
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 065ms
And Get inputs from database "CREATE_TRANSPOSRT_ORDER" "super-admin-adama" 035ms
When Go to new transport "TRANSPORT" 345ms
And Fill transport form 26s 642ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 112ms
And Transfer transport to carrier "Przewoźnik Adama Automat 1" with "true" 19s 143ms
And Check is transport "TRANSPORT" created in transport table and set transport id 1s 106ms
And Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 1s 222ms
And Accept or reject "reject" transferred transport 15s 969ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 058ms
And Transfer transport to carrier "Przewoźnik Adama Automat 1" with "true" 19s 145ms
And Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 1s 291ms
And Accept or reject "accept" transferred transport 15s 843ms
Then Verify that transport is accept or reject "accept" 018ms
After Hooks.deleteTransportAfterTest() 093ms
View Feature Transport transfer full scenario
Scenario Outline Check if possible to edit transport after advice cancellation.
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 136ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-piast" 036ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 221ms
When Show all transport types 1s 033ms
And Click button advice in transport table "DELIVERY" 095ms
And Set advice window in schedule 2s 595ms
And Click button cancel in advice form 15s 357ms
And Go to "TRANSPORT_TABLE" 190ms
When Go to transport details "DELIVERY" 2s 466ms
And Fill transport form 1m 1s 891ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 108ms
And Go to transport details "DELIVERY" 2s 395ms
Then Check are transport values equals 075ms
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() 081ms