Project Number Date
ApolloFullRunnerReport apollo-test-2.105 04 sie 2021, 05:16

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Advice transport 399 11 44 0 0 454 31 11 42 37m 1s 527ms Failed
Feature Advice transport
Before Hooks.showScenarioName(Scenario) 002ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 4s 864ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 2s 017ms
And Get inputs from database "CREATE_ADVICE_CONTAINER" "super-admin-adama" 036ms
And Check is transport "CONTAINER" created in transport table and set transport id 1s 399ms
When Click button advice in transport table "CONTAINER" 245ms
And Set advice window in schedule in the past 3s 190ms
And Fill advice form 22s 140ms
And Click advice save button to check error message 209ms
Then Check if possible advice alert is displayed 073ms
After Hooks.deleteTransportAfterTest() 547ms
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" 2s 581ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 2s 056ms
And Get inputs from database "ADVICE_DELIVERY" "super-admin-piast" 026ms
And Check is transport "DELIVERY" created in transport table and set transport id 1s 334ms
When Click button advice in transport table "DELIVERY" 229ms
And Set advice window in schedule in the past 3s 516ms
And Fill advice form 13s 116ms
And Click advice save button to check error message 204ms
Then Check if possible advice alert is displayed 30s 264ms
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:163)
	at ✽.Check if possible advice alert is displayed(file:Features/Atom/Advice/AdviceTransport.feature:13)
After Hooks.deleteTransportAfterTest() 816ms
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" 2s 607ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 986ms
And Get inputs from database "ADVICE_LOAD" "super-admin-piast" 025ms
And Check is transport "LOAD" created in transport table and set transport id 1s 351ms
When Click button advice in transport table "LOAD" 221ms
And Set advice window in schedule in the past 3s 446ms
And Fill advice form 12s 922ms
And Click advice save button to check error message 202ms
Then Check if possible advice alert is displayed 30s 200ms
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:163)
	at ✽.Check if possible advice alert is displayed(file:Features/Atom/Advice/AdviceTransport.feature:13)
After Hooks.deleteTransportAfterTest() 801ms
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 "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 5s 384ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 2s 028ms
And Get inputs from database "ADVICE_LOAD" "super-admin-keeeper" 028ms
And Check is transport "LOAD" created in transport table and set transport id 1s 338ms
When Click button advice in transport table "LOAD" 230ms
And Set advice window in schedule in the past 3s 268ms
And Fill advice form 15s 630ms
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element 
...
is not clickable at point (962, 414). 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-2', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-50-generic', java.version: '1.8.0_292' Driver info: org.openqa.selenium.chrome.ChromeDriver Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent/temp/buildTmp/.com.google.Chrome.XZ490x}, 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: 7576e791a4f623a3420dae43696fb3f6 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:126) at ✽.Fill advice form(file:Features/Atom/Advice/AdviceTransport.feature:11)
And Click advice save button to check error message 000ms
Then Check if possible advice alert is displayed 000ms
After Hooks.deleteTransportAfterTest() 561ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 566ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 985ms
And Get inputs from database "ADVICE_CONTAINER" "super-admin-keeeper" 023ms
And Check is transport "CONTAINER" created in transport table and set transport id 1s 367ms
When Click button advice in transport table "CONTAINER" 233ms
And Set advice window in schedule in the past 3s 243ms
And Fill advice form 18s 655ms
And Click advice save button to check error message 198ms
Then Check if possible advice alert is displayed 068ms
After Hooks.deleteTransportAfterTest() 580ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 440ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 949ms
And Show all transport types 1s 145ms
And Create advice "CREATE_ADVICE_CONTAINER" "CONTAINER" "super-admin-adama" 58s 840ms
And Go to "TRANSPORT_TABLE" 400ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-adama" 020ms
When Go to transport details "CONTAINER" 2s 870ms
And Fill transport form 5s 221ms
And Get inputs from database "EDIT_ADVICE_CONTAINER" "super-admin-adama" 027ms
And Expand advice panel 257ms
And Edit advice in transport details 17s 501ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 237ms
And Go to transport details "CONTAINER" 2s 895ms
And Expand advice panel 223ms
Then Check are advice values equals after edition 2s 717ms
After Hooks.deleteTransportAfterTest() 778ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 492ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 2s 065ms
And Show all transport types 1s 143ms
And Create advice "ADVICE_DELIVERY" "DELIVERY" "super-admin-piast" 49s 471ms
And Go to "TRANSPORT_TABLE" 489ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-piast" 025ms
When Go to transport details "DELIVERY" 2s 885ms
And Fill transport form 1m 8s 724ms
And Get inputs from database "EDIT_ADVICE_DELIVERY" "super-admin-piast" 018ms
And Expand advice panel 254ms
And Edit advice in transport details 8s 012ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 194ms
And Go to transport details "DELIVERY" 2s 928ms
And Expand advice panel 371ms
Then Check are advice values equals after edition 342ms
After Hooks.deleteTransportAfterTest() 979ms
Before Hooks.showScenarioName(Scenario) 002ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 632ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 972ms
And Show all transport types 1s 157ms
And Create advice "ADVICE_LOAD" "LOAD" "super-admin-piast" 49s 874ms
And Go to "TRANSPORT_TABLE" 448ms
And Get inputs from database "EDIT_LOAD" "super-admin-piast" 026ms
When Go to transport details "LOAD" 2s 979ms
And Fill transport form 1m 3s 140ms
And Get inputs from database "EDIT_ADVICE_DELIVERY" "super-admin-piast" 022ms
And Expand advice panel 263ms
And Edit advice in transport details 8s 102ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 265ms
And Go to transport details "LOAD" 2s 964ms
And Expand advice panel 467ms
Then Check are advice values equals after edition 312ms
After Hooks.deleteTransportAfterTest() 969ms
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" 2s 506ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 2s 011ms
And Show all transport types 1s 170ms
And Create advice "ADVICE_LOAD" "LOAD" "super-admin-keeeper" 19s 040ms
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-2', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-50-generic', java.version: '1.8.0_292' Driver info: org.openqa.selenium.chrome.ChromeDriver Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent/temp/buildTmp/.com.google.Chrome.XZ490x}, 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: 7576e791a4f623a3420dae43696fb3f6 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:126) at CucumberTests.Transport.AdviceTransport.createAdvice(AdviceTransport.java:72) at ✽.Create advice "ADVICE_LOAD" "LOAD" "super-admin-keeeper"(file:Features/Atom/Advice/AdviceTransport.feature:28)
And Go to "TRANSPORT_TABLE" 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
And Go to transport details "LOAD" 000ms
And Expand advice panel 000ms
Then Check are advice values equals after edition 000ms
After Hooks.deleteTransportAfterTest() 569ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 472ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 979ms
And Show all transport types 1s 168ms
And Create advice "ADVICE_CONTAINER" "CONTAINER" "super-admin-keeeper" 55s 328ms
And Go to "TRANSPORT_TABLE" 396ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-keeeper" 017ms
When Go to transport details "CONTAINER" 2s 797ms
And Fill transport form 28s 740ms
And Get inputs from database "EDIT_ADVICE_CONTAINER" "super-admin-keeeper" 025ms
And Expand advice panel 280ms
And Edit advice in transport details 23s 676ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 263ms
And Go to transport details "CONTAINER" 2s 846ms
And Expand advice panel 274ms
Then Check are advice values equals after edition 8s 983ms
After Hooks.deleteTransportAfterTest() 786ms
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" 7s 057ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-skz" 3s 020ms
And Show all transport types 1s 169ms
And Create advice "CREATE_ADVICE" "CONTAINER" "super-admin-skz" 56s 996ms
And Go to "TRANSPORT_TABLE" 442ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-skz" 022ms
When Go to transport details "CONTAINER" 2s 918ms
And Fill transport form 8s 552ms
And Get inputs from database "EDIT_ADVICE" "super-admin-skz" 024ms
And Expand advice panel 267ms
And Edit advice in transport details 19s 165ms
And Click "save-transport-and-close" save button and wait for form to disappear 506ms
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() 861ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 455ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 945ms
And Get inputs from database "EDIT_ADVICE_CONTAINER" "super-admin-adama" 026ms
When Show all transport types 1s 161ms
And Click button advice in transport table "CONTAINER" 288ms
And Set advice window in schedule 3s 146ms
And Fill advice form 18s 198ms
And Click advice save button and wait for advice form to disappear 33s 347ms
And Go to "TRANSPORT_TABLE" 416ms
And Go to transport details "CONTAINER" 2s 837ms
Then Check are advice values equals 2s 926ms
After Hooks.deleteTransportAfterTest() 795ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 8s 575ms
And Create transport "CREATE_TRANSFER_BETWEEN_WAREHOUSES" by JSON file as "super-admin-hochland" 2s 120ms
And Get inputs from database "ADVICE_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 019ms
When Show all transport types 1s 155ms
And Click button advice in transport table "TRANSFER_BETWEEN_WAREHOUSES" 246ms
And Set advice window in schedule 7s 488ms
And Fill advice form 17s 013ms
And Click advice save button and wait for advice form to disappear 33s 843ms
And Go to "TRANSPORT_TABLE" 462ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 891ms
Then Check are advice values equals 5s 011ms
After Hooks.deleteTransportAfterTest() 944ms
Before Hooks.showScenarioName(Scenario) 002ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 660ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 2s 060ms
And Get inputs from database "ADVICE_DELIVERY" "super-admin-piast" 026ms
When Show all transport types 1s 156ms
And Click button advice in transport table "DELIVERY" 256ms
And Set advice window in schedule 3s 349ms
And Fill advice form 12s 921ms
And Click advice save button and wait for advice form to disappear 33s 250ms
And Go to "TRANSPORT_TABLE" 472ms
And Go to transport details "DELIVERY" 2s 805ms
Then Check are advice values equals 2s 806ms
After Hooks.deleteTransportAfterTest() 800ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 430ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 964ms
And Get inputs from database "ADVICE_LOAD" "super-admin-piast" 024ms
When Show all transport types 1s 156ms
And Click button advice in transport table "LOAD" 310ms
And Set advice window in schedule 3s 386ms
And Fill advice form 12s 928ms
And Click advice save button and wait for advice form to disappear 33s 322ms
And Go to "TRANSPORT_TABLE" 417ms
And Go to transport details "LOAD" 3s 026ms
Then Check are advice values equals 2s 809ms
After Hooks.deleteTransportAfterTest() 784ms
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" 2s 566ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 966ms
And Get inputs from database "ADVICE_LOAD" "super-admin-keeeper" 027ms
When Show all transport types 1s 162ms
And Click button advice in transport table "LOAD" 227ms
And Set advice window in schedule 3s 258ms
And Fill advice form 15s 365ms
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-2', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-50-generic', java.version: '1.8.0_292' Driver info: org.openqa.selenium.chrome.ChromeDriver Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent/temp/buildTmp/.com.google.Chrome.XZ490x}, 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: 7576e791a4f623a3420dae43696fb3f6 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:126) at ✽.Fill advice form(file:Features/Atom/Advice/AdviceTransport.feature:57)
And Click advice save button and wait for advice form to disappear 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "LOAD" 000ms
Then Check are advice values equals 000ms
After Hooks.deleteTransportAfterTest() 570ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 548ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 960ms
And Get inputs from database "ADVICE_CONTAINER" "super-admin-keeeper" 022ms
When Show all transport types 1s 172ms
And Click button advice in transport table "CONTAINER" 246ms
And Set advice window in schedule 3s 201ms
And Fill advice form 18s 625ms
And Click advice save button and wait for advice form to disappear 33s 207ms
And Go to "TRANSPORT_TABLE" 477ms
And Go to transport details "CONTAINER" 2s 782ms
Then Check are advice values equals 4s 942ms
After Hooks.deleteTransportAfterTest() 772ms
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" 241ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 152ms
And Transfer transport to carrier by JSON file "super-admin-adama" "true" confirmation 802ms
And Set token of apiUsername "paa1-carrier@qa.qa-test" 207ms
And Accept transferred transport by Api 795ms
And Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 4s 926ms
And Get inputs from database "ADVICE_TRANSPORT" "super-admin-adama" 060ms
When Show all transport types 1s 240ms
And Click button advice in transport table "TRANSPORT" 255ms
And Set advice window in schedule 3s 159ms
And Fill advice form 13s 939ms
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-2', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-50-generic', java.version: '1.8.0_292' Driver info: org.openqa.selenium.chrome.ChromeDriver Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent/temp/buildTmp/.com.google.Chrome.XZ490x}, 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: 7576e791a4f623a3420dae43696fb3f6 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:126) at ✽.Fill advice form(file:Features/Atom/Advice/AdviceTransport.feature:102)
And Click advice save button and wait for advice form to disappear 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "TRANSPORT" 000ms
Then Check are advice values equals 000ms
After Hooks.deleteTransportAfterTest() 613ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-skz" 245ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 16s 038ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 655ms
And Set token of apiUsername "pskza1-carrier@qa.qa-test" 218ms
And Accept transferred transport by Api 742ms
And Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 6s 106ms
And Get inputs from database "ADVICE_SMALLS" "super-admin-skz" 020ms
When Show all transport types 1s 216ms
And Click button advice in transport table "SMALLS_IMPORT" 1s 084ms
And Set advice window in schedule 3s 287ms
And Fill advice form 20s 261ms
And Click advice save button and wait for advice form to disappear 33s 837ms
And Go to "TRANSPORT_TABLE" 399ms
And Go to transport details "SMALLS_IMPORT" 2s 809ms
Then Check are advice values equals 5s 034ms
After Hooks.deleteTransportAfterTest() 842ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-skz" 227ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 133ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 645ms
And Set token of apiUsername "pskza1-carrier@qa.qa-test" 220ms
And Accept transferred transport by Api 707ms
And Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 2s 728ms
And Get inputs from database "ADVICE_SMALLS" "super-admin-skz" 023ms
When Show all transport types 1s 233ms
And Click button advice in transport table "SMALLS_EXPORT" 1s 150ms
And Set advice window in schedule 3s 328ms
And Fill advice form 20s 270ms
And Click advice save button and wait for advice form to disappear 33s 886ms
And Go to "TRANSPORT_TABLE" 411ms
And Go to transport details "SMALLS_EXPORT" 2s 883ms
Then Check are advice values equals 5s 049ms
After Hooks.deleteTransportAfterTest() 869ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-adama" 229ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 120ms
And Transfer transport to carrier by JSON file "super-admin-adama" "true" confirmation 667ms
And Accept transferred transport by Api 682ms
And Login as "paa1-carrier@qa.qa-test" 2s 535ms
When Show all transport types 1s 403ms
And Click button advice in transport table "TRANSPORT" 247ms
And Set week view 1s 775ms
And Show yesterday 1s 159ms
Then Check if advice restriction blockade windows are visible 041ms
After Hooks.deleteTransportAfterTest() 568ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-skz" 226ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 16s 037ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 640ms
And Accept transferred transport by Api 650ms
And Login as "pskza1-carrier@qa.qa-test" 2s 330ms
When Show all transport types 1s 167ms
And Click button advice in transport table "SMALLS_IMPORT" 1s 253ms
And Set week view 2s 395ms
And Show yesterday 1s 173ms
Then Check if advice restriction blockade windows are visible 050ms
After Hooks.deleteTransportAfterTest() 573ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-skz" 223ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 16s 038ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 677ms
And Accept transferred transport by Api 671ms
And Login as "pskza1-carrier@qa.qa-test" 2s 477ms
When Show all transport types 1s 180ms
And Click button advice in transport table "SMALLS_EXPORT" 1s 214ms
And Set week view 2s 306ms
And Show yesterday 1s 187ms
Then Check if advice restriction blockade windows are visible 057ms
After Hooks.deleteTransportAfterTest() 586ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 938ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 089ms
And Show all transport "false" 100ms
And Click on time window date 1s 699ms
And Select view "DAYS_4" 2s 168ms
And Move advice window "3" 1s 516ms
Then Check if advice window is in new location 065ms
After Hooks.deleteTransportAfterTest() 4s 202ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 5s 854ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" 17s 753ms
And Show all transport "false" 084ms
And Click on time window date 16s 058ms
And Select view "DAYS_4" 2s 158ms
And Move advice window "3" 1s 725ms
Then Check if advice window is in new location 072ms
After Hooks.deleteTransportAfterTest() 3s 549ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 4s 525ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 16s 712ms
And Show all transport "false" 090ms
And Click on time window date 15s 857ms
And Select view "DAYS_4" 2s 176ms
And Move advice window "3" 1s 582ms
Then Check if advice window is in new location 069ms
After Hooks.deleteTransportAfterTest() 3s 864ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 4s 610ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 2s 908ms
And Show all transport "false" 083ms
And Click on time window date 1s 847ms
And Select view "DAYS_4" 2s 184ms
And Move advice window "3" 1s 585ms
Then Check if advice window is in new location 060ms
After Hooks.deleteTransportAfterTest() 3s 854ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 419ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 2s 925ms
And Show all transport "false" 072ms
And Click on time window date 1s 819ms
And Select view "DAYS_4" 2s 177ms
And Move advice window "3" 1s 471ms
Then Check if advice window is in new location 060ms
After Hooks.deleteTransportAfterTest() 3s 779ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 4s 514ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 2s 781ms
And Show all transport "true" 243ms
And Click on time window date 1s 760ms
And Select view "DAYS_4" 2s 168ms
And Move advice window "3" 1s 509ms
Then Check if advice window is in new location 064ms
After Hooks.deleteTransportAfterTest() 3s 255ms
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" 2s 606ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 2s 051ms
And Set "advice" inputs from JSON file "ADVICE_DELIVERY" "super-admin-piast" 008ms
When Show all transport types 1s 129ms
And Click button advice in transport table "DELIVERY" 250ms
And Set advice window in schedule 3s 362ms
And Fill advice form 8s 142ms
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-2', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-50-generic', java.version: '1.8.0_292' Driver info: org.openqa.selenium.chrome.ChromeDriver Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent/temp/buildTmp/.com.google.Chrome.XZ490x}, 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: 7576e791a4f623a3420dae43696fb3f6 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:126) 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() 619ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 946ms
And Create transport "CREATE_LATE_DELIVERY" by JSON file as "super-admin-hochland" in "0" days 2s 977ms
Then Check if transport row is "red" 3s 237ms
After Hooks.deleteTransportAfterTest() 932ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 741ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 175ms
And Go to "TRANSPORT_TABLE" 385ms
And Show all transport types 1s 143ms
And Click on time window date 1s 705ms
And Scroll to time window "adviceWindow" 163ms
And Set time window height "2" "adviceWindow" 5s 633ms
Then Check height of the time window after expanding by "2" in "adviceWindow" 060ms
After Hooks.deleteTransportAfterTest() 846ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 510ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 2s 856ms
And Go to "TRANSPORT_TABLE" 351ms
And Show all transport types 1s 194ms
And Click on time window date 1s 834ms
And Scroll to time window "adviceWindow" 159ms
And Set time window height "4" "adviceWindow" 5s 638ms
Then Check height of the time window after expanding by "4" in "adviceWindow" 064ms
After Hooks.deleteTransportAfterTest() 824ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 454ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 2s 895ms
And Go to "TRANSPORT_TABLE" 401ms
And Show all transport types 1s 121ms
And Click on time window date 1s 715ms
And Scroll to time window "adviceWindow" 153ms
And Set time window height "3" "adviceWindow" 5s 596ms
Then Check height of the time window after expanding by "3" in "adviceWindow" 067ms
After Hooks.deleteTransportAfterTest() 879ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 8s 446ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" 17s 079ms
And Go to "TRANSPORT_TABLE" 514ms
And Show all transport types 1s 151ms
And Click on time window date 2s 174ms
And Scroll to time window "adviceWindow" 263ms
And Set time window height "1" "adviceWindow" 5s 596ms
Then Check height of the time window after expanding by "1" in "adviceWindow" 064ms
After Hooks.deleteTransportAfterTest() 3s 240ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 497ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 990ms
And Get inputs from database "ADVICE_DELIVERY" "super-admin-piast" 024ms
When Show all transport types 1s 150ms
And Click button advice in transport table "DELIVERY" 259ms
And Set advice window in schedule 3s 371ms
And Fill advice form 12s 915ms
And Click advice save button and wait for advice form to disappear 33s 261ms
And Go to "TRANSPORT_TABLE" 468ms
And Click on time window date 1s 773ms
And Set time window height "2" "adviceWindow" 5s 619ms
Then Check height of the time window after expanding by "2" in "adviceWindow" 064ms
After Hooks.deleteTransportAfterTest() 3s 589ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-hochland" 025ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 028ms
And Go to "WAREHOUSE_TAB" 1s 233ms
And Select warehouse "Twarożkarnia wyrób gotowy" 2s 180ms
When Go to new transport "DELIVERY" 699ms
And Fill transport form 47s 071ms
And Click "save-transport" save button and wait for form to disappear 30s 200ms
And Click previous page button in browser 057ms
Then Check if advice window can't be created 3s 033ms
After Hooks.deleteTransportAfterTest() 000ms
Scenario Outline Check if it is possible to advice after modifing warehouse id in browser url
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Get inputs from database "CREATE_DELIVERY" "super-admin-hochland" 025ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 952ms
And Go to "WAREHOUSE_TAB" 1s 177ms
And Select warehouse "Twarożkarnia wyrób gotowy" 2s 089ms
When Go to new transport "DELIVERY" 668ms
And Fill transport form 47s 224ms
And Click "save-transport" save button and wait for form to disappear 30s 245ms
And Replace warehouse id in browser url with "Twarożkarnia wyrób gotowy" id 122ms
Then Check if advice window can't be created 17s 387ms
java.lang.AssertionError: Udało się utworzyć okno awizacji!
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.AdviceTransport.checkIfAdviceWindowCanBeCreated(AdviceTransport.java:311)
	at ✽.Check if advice window can't be created(file:Features/Atom/Advice/AdviceTransport.feature:237)
After Hooks.deleteTransportAfterTest() 000ms
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" 2s 688ms
And Create transport "CREATE_TRANSPORT_WITHOUT_WAREHOUSES" by JSON file as "super-admin-adama" 2s 259ms
And Transfer transport to carrier by JSON file "super-admin-adama" "false" confirmation 923ms
And Get inputs from database "ADVICE_TRANSPORT" "super-admin-adama" 020ms
When Show all transport types 1s 156ms
And Click button advice in transport table "TRANSPORT" 224ms
And Fill advice form 13s 111ms
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-2', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-50-generic', java.version: '1.8.0_292' Driver info: org.openqa.selenium.chrome.ChromeDriver Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent/temp/buildTmp/.com.google.Chrome.XZ490x}, 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: 7576e791a4f623a3420dae43696fb3f6 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:126) 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() 619ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 6s 296ms
And Create default accepted mode of transportation by API with "pba1-carrier" 3s 434ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 2s 303ms
And Set "advice" inputs from JSON file "ADVICE_LOAD_EXPORT" "super-admin-bausch" 002ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "true" confirmation 716ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 459ms
And Click button advice in transport table "LOAD_EXPORT" 1s 796ms
And Set advice window in schedule 3s 275ms
And Fill advice form 14s 105ms
And Click advice save button and wait for advice form to disappear 34s 021ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 16s 139ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 410ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "true" confirmation 620ms
When Go to "TRANSPORT_TABLE" 441ms
And Show all transport types 1s 161ms
And Click button advice in transport table "LOAD_EXPORT" 2s 380ms
And Set advice window in schedule 3s 164ms
And Select driver "Marek Kanarek" from suggestions 2s 401ms
Then Verify if mode of transportation select is empty 077ms
After Hooks.deleteTransportsAfterTest() 1s 558ms
After Hooks.deleteModeOfTransportationAfterTest() 411ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-farmacol" 236ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 15s 890ms
When Create advice by JSON file "CREATE_ADVICE_FOR_EXTERNAL_DELIVERY" as "super-admin-farmacol" 3s 926ms
And Login as "farmacol-admin" 6s 452ms
And Go to "WAREHOUSE_TAB" 1s 074ms
And Select warehouse "Katowice Przyjęcia" 1s 411ms
And Set week view 2s 527ms
And Move cursor over time window element 450ms
Then Check if "Zaawizowany" "31415" "06:00" "GDA12345" are visible on time window popup details 399ms
After Hooks.deleteTransportAfterTest() 818ms
Scenario Outline Check if it is possible to advice transport after splitting advice data from advice window
- order: advice data => advice window [A-7478]
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 5s 269ms
And Create default accepted mode of transportation by API with "pba1-carrier" 2s 247ms
And Create transport "CREATE_EXW_DELIVERY" by JSON file as "super-admin-bausch" 2s 282ms
And Set "advice" inputs from JSON file "ADVICE_EXW_DELIVERY" "super-admin-bausch" 003ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "true" confirmation 882ms
When Go to "TRANSPORT_TABLE" 364ms
And Show all transport types 1s 129ms
And Click button advice in transport table "EXW_DELIVERY" 826ms
And Fill advice form 8s 140ms
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-2', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-50-generic', java.version: '1.8.0_292' Driver info: org.openqa.selenium.chrome.ChromeDriver Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent/temp/buildTmp/.com.google.Chrome.XZ490x}, 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: 7576e791a4f623a3420dae43696fb3f6 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:126) at ✽.Fill advice form(file:Features/Atom/Advice/AdviceTransport.feature:339)
And Click advice save button and wait for advice form to disappear 000ms
And Click button advice in transport table "EXW_DELIVERY" 000ms
And Set advice window in schedule 000ms
And Change filled value in details "rodo-acceptance" "checkbox" "true" "0" 000ms
And Click advice save button and wait for advice form to disappear 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Show all transport types 000ms
And Go to transport details "EXW_DELIVERY" 000ms
Then Check are advice values equals 000ms
After Hooks.deleteTransportAfterTest() 569ms
After Hooks.deleteModeOfTransportationAfterTest() 338ms