Project Number Date
ApolloFullRunnerReport apollo-test-2.103 03 sie 2021, 04:47

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Advice transport 374 19 61 0 0 454 23 19 42 35m 30s 842ms Failed
Feature Advice transport
Scenario Outline Check if it isn't possible to advice transport in the past when advice is created from transports table.
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 5s 268ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 979ms
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 346ms
When Click button advice in transport table "CONTAINER" 257ms
And Set advice window in schedule in the past 3s 250ms
And Fill advice form 33s 155ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//li//span[text()='88'] | //li[text()='88' 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-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.ORYE6w}, 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: e072dd2ec5767d83b767002eaff00e44
*** Element info: {Using=xpath, value=//li//span[text()='88'] | //li[text()='88' and @role='option']}
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:356)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:458)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:361)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:348)
	at CucumberTests.Transport.Transport.selectValue(Transport.java:226)
	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:11)
And Click advice save button to check error message 000ms
Then Check if possible advice alert is displayed 000ms
After Hooks.deleteTransportAfterTest() 531ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 530ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 2s 031ms
And Get inputs from database "ADVICE_DELIVERY" "super-admin-piast" 028ms
And Check is transport "DELIVERY" created in transport table and set transport id 1s 345ms
When Click button advice in transport table "DELIVERY" 210ms
And Set advice window in schedule in the past 3s 368ms
And Fill advice form 13s 197ms
And Click advice save button to check error message 202ms
Then Check if possible advice alert is displayed 085ms
After Hooks.deleteTransportAfterTest() 650ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 696ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 2s 035ms
And Get inputs from database "ADVICE_LOAD" "super-admin-piast" 024ms
And Check is transport "LOAD" created in transport table and set transport id 1s 371ms
When Click button advice in transport table "LOAD" 225ms
And Set advice window in schedule in the past 3s 323ms
And Fill advice form 13s 091ms
And Click advice save button to check error message 171ms
Then Check if possible advice alert is displayed 077ms
After Hooks.deleteTransportAfterTest() 559ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 6s 310ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 2s 038ms
And Get inputs from database "ADVICE_LOAD" "super-admin-keeeper" 025ms
And Check is transport "LOAD" created in transport table and set transport id 1s 345ms
When Click button advice in transport table "LOAD" 230ms
And Set advice window in schedule in the past 3s 244ms
And Fill advice form 18s 785ms
And Click advice save button to check error message 188ms
Then Check if possible advice alert is displayed 076ms
After Hooks.deleteTransportAfterTest() 600ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 411ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 994ms
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 403ms
When Click button advice in transport table "CONTAINER" 209ms
And Set advice window in schedule in the past 3s 249ms
And Fill advice form 18s 698ms
And Click advice save button to check error message 198ms
Then Check if possible advice alert is displayed 079ms
After Hooks.deleteTransportAfterTest() 596ms
Scenario Outline Check if possible to edit advice in transport details.
Before Hooks.showScenarioName(Scenario) 002ms
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 542ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 954ms
And Show all transport types 1s 165ms
And Create advice "CREATE_ADVICE_CONTAINER" "CONTAINER" "super-admin-adama" 36s 499ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//li//span[text()='88'] | //li[text()='88' 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-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.ORYE6w}, 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: e072dd2ec5767d83b767002eaff00e44
*** Element info: {Using=xpath, value=//li//span[text()='88'] | //li[text()='88' and @role='option']}
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:356)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:458)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:361)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:348)
	at CucumberTests.Transport.Transport.selectValue(Transport.java:226)
	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" "CONTAINER" "super-admin-adama"(file:Features/Atom/Advice/AdviceTransport.feature:28)
And Go to "TRANSPORT_TABLE" 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
And Go to transport details "CONTAINER" 000ms
And Expand advice panel 000ms
Then Check are advice values equals after edition 000ms
After Hooks.deleteTransportAfterTest() 506ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 679ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 2s 058ms
And Show all transport types 1s 130ms
And Create advice "ADVICE_DELIVERY" "DELIVERY" "super-admin-piast" 50s 030ms
And Go to "TRANSPORT_TABLE" 487ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-piast" 026ms
When Go to transport details "DELIVERY" 2s 928ms
And Fill transport form 1m 8s 617ms
And Get inputs from database "EDIT_ADVICE_DELIVERY" "super-admin-piast" 023ms
And Expand advice panel 277ms
And Edit advice in transport details 8s 078ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 246ms
And Go to transport details "DELIVERY" 2s 936ms
And Expand advice panel 358ms
Then Check are advice values equals after edition 304ms
After Hooks.deleteTransportAfterTest() 1s 041ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 603ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 996ms
And Show all transport types 1s 163ms
And Create advice "ADVICE_LOAD" "LOAD" "super-admin-piast" 35s 269ms
And Go to "TRANSPORT_TABLE" 431ms
And Get inputs from database "EDIT_LOAD" "super-admin-piast" 022ms
When Go to transport details "LOAD" 2s 999ms
And Fill transport form 1m 3s 300ms
And Get inputs from database "EDIT_ADVICE_DELIVERY" "super-admin-piast" 025ms
And Expand advice panel 240ms
And Edit advice in transport details 8s 248ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 229ms
And Go to transport details "LOAD" 2s 964ms
And Expand advice panel 511ms
Then Check are advice values equals after edition 337ms
After Hooks.deleteTransportAfterTest() 951ms
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 438ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 2s 037ms
And Show all transport types 1s 168ms
And Create advice "ADVICE_LOAD" "LOAD" "super-admin-keeeper" 55s 402ms
And Go to "TRANSPORT_TABLE" 405ms
And Get inputs from database "EDIT_LOAD" "super-admin-keeeper" 023ms
When Go to transport details "LOAD" 2s 836ms
And Fill transport form 28s 769ms
And Get inputs from database "EDIT_ADVICE_LOAD" "super-admin-keeeper" 023ms
And Expand advice panel 276ms
And Edit advice in transport details 34s 912ms
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-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.ORYE6w}, 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: e072dd2ec5767d83b767002eaff00e44
*** Element info: {Using=xpath, value=//li//span[text()='22'] | //li[text()='22' and @role='option']}
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:356)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:458)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:361)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:348)
	at CucumberTests.Transport.Transport.selectValue(Transport.java:226)
	at CucumberTests.Transport.Transport.fillSelectInput(Transport.java:211)
	at CucumberTests.Transport.Transport.fillForm(Transport.java:166)
	at CucumberTests.Transport.AdviceTransport.editAdviceInTransportDetails(AdviceTransport.java:126)
	at ✽.Edit advice in transport details(file:Features/Atom/Advice/AdviceTransport.feature:35)
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() 804ms
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 602ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 999ms
And Show all transport types 1s 169ms
And Create advice "ADVICE_CONTAINER" "CONTAINER" "super-admin-keeeper" 55s 457ms
And Go to "TRANSPORT_TABLE" 438ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-keeeper" 020ms
When Go to transport details "CONTAINER" 2s 795ms
And Fill transport form 28s 834ms
And Get inputs from database "EDIT_ADVICE_CONTAINER" "super-admin-keeeper" 022ms
And Expand advice panel 272ms
And Edit advice in transport details 34s 769ms
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-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.ORYE6w}, 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: e072dd2ec5767d83b767002eaff00e44
*** Element info: {Using=xpath, value=//li//span[text()='22'] | //li[text()='22' and @role='option']}
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:356)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:458)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:361)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:348)
	at CucumberTests.Transport.Transport.selectValue(Transport.java:226)
	at CucumberTests.Transport.Transport.fillSelectInput(Transport.java:211)
	at CucumberTests.Transport.Transport.fillForm(Transport.java:166)
	at CucumberTests.Transport.AdviceTransport.editAdviceInTransportDetails(AdviceTransport.java:126)
	at ✽.Edit advice in transport details(file:Features/Atom/Advice/AdviceTransport.feature:35)
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "CONTAINER" 000ms
And Expand advice panel 000ms
Then Check are advice values equals after edition 000ms
After Hooks.deleteTransportAfterTest() 779ms
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" 8s 947ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-skz" 3s 007ms
And Show all transport types 1s 172ms
And Create advice "CREATE_ADVICE" "CONTAINER" "super-admin-skz" 34s 907ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//li//span[text()='88'] | //li[text()='88' 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-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.ORYE6w}, 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: e072dd2ec5767d83b767002eaff00e44
*** Element info: {Using=xpath, value=//li//span[text()='88'] | //li[text()='88' and @role='option']}
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:356)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:458)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:361)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:348)
	at CucumberTests.Transport.Transport.selectValue(Transport.java:226)
	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/Advice/AdviceTransport.feature:28)
And Go to "TRANSPORT_TABLE" 000ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-skz" 000ms
When Go to transport details "CONTAINER" 000ms
And Fill transport form 000ms
And Get inputs from database "EDIT_ADVICE" "super-admin-skz" 000ms
And Expand advice panel 000ms
And Edit advice in transport details 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "CONTAINER" 000ms
And Expand advice panel 000ms
Then Check are advice values equals after edition 000ms
After Hooks.deleteTransportAfterTest() 814ms
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" 2s 552ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 935ms
And Get inputs from database "EDIT_ADVICE_CONTAINER" "super-admin-adama" 023ms
When Show all transport types 1s 144ms
And Click button advice in transport table "CONTAINER" 283ms
And Set advice window in schedule 3s 157ms
And Fill advice form 18s 307ms
And Click advice save button and wait for advice form to disappear 33s 285ms
And Go to "TRANSPORT_TABLE" 445ms
And Go to transport details "CONTAINER" 2s 893ms
Then Check are advice values equals 3s 002ms
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() 738ms
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" 11s 429ms
And Create transport "CREATE_TRANSFER_BETWEEN_WAREHOUSES" by JSON file as "super-admin-hochland" 1s 962ms
And Get inputs from database "ADVICE_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 026ms
When Show all transport types 1s 131ms
And Click button advice in transport table "TRANSFER_BETWEEN_WAREHOUSES" 209ms
And Set advice window in schedule 7s 598ms
And Fill advice form 28s 142ms
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-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.ORYE6w}, 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: e072dd2ec5767d83b767002eaff00e44
*** Element info: {Using=xpath, value=//li//span[text()='22'] | //li[text()='22' and @role='option']}
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:356)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:458)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:361)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:348)
	at CucumberTests.Transport.Transport.selectValue(Transport.java:226)
	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: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 "TRANSFER_BETWEEN_WAREHOUSES" 000ms
Then Check are advice values equals 000ms
After Hooks.deleteTransportAfterTest() 474ms
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" 2s 644ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 2s 034ms
And Get inputs from database "ADVICE_DELIVERY" "super-admin-piast" 025ms
When Show all transport types 1s 157ms
And Click button advice in transport table "DELIVERY" 218ms
And Set advice window in schedule 3s 338ms
And Fill advice form 12s 965ms
And Click advice save button and wait for advice form to disappear 33s 847ms
And Go to "TRANSPORT_TABLE" 444ms
And Go to transport details "DELIVERY" 2s 885ms
Then Check are advice values equals 2s 769ms
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() 825ms
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" 2s 643ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 2s 002ms
And Get inputs from database "ADVICE_LOAD" "super-admin-piast" 023ms
When Show all transport types 1s 167ms
And Click button advice in transport table "LOAD" 226ms
And Set advice window in schedule 3s 448ms
And Fill advice form 13s 078ms
And Click advice save button and wait for advice form to disappear 33s 337ms
And Go to "TRANSPORT_TABLE" 421ms
And Go to transport details "LOAD" 2s 936ms
Then Check are advice values equals 2s 826ms
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() 824ms
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 560ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 994ms
And Get inputs from database "ADVICE_LOAD" "super-admin-keeeper" 021ms
When Show all transport types 1s 144ms
And Click button advice in transport table "LOAD" 233ms
And Set advice window in schedule 3s 259ms
And Fill advice form 15s 587ms
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.ORYE6w}, 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: e072dd2ec5767d83b767002eaff00e44 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: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() 558ms
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 605ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 995ms
And Get inputs from database "ADVICE_CONTAINER" "super-admin-keeeper" 021ms
When Show all transport types 1s 156ms
And Click button advice in transport table "CONTAINER" 255ms
And Set advice window in schedule 3s 177ms
And Fill advice form 18s 711ms
And Click advice save button and wait for advice form to disappear 33s 303ms
And Go to "TRANSPORT_TABLE" 449ms
And Go to transport details "CONTAINER" 2s 780ms
Then Check are advice values equals 4s 961ms
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() 780ms
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" 244ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 135ms
And Transfer transport to carrier by JSON file "super-admin-adama" "true" confirmation 771ms
And Set token of apiUsername "paa1-carrier@qa.qa-test" 207ms
And Accept transferred transport by Api 783ms
And Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 4s 978ms
And Get inputs from database "ADVICE_TRANSPORT" "super-admin-adama" 039ms
When Show all transport types 1s 311ms
And Click button advice in transport table "TRANSPORT" 260ms
And Set advice window in schedule 3s 168ms
And Fill advice form 28s 191ms
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-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.ORYE6w}, 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: e072dd2ec5767d83b767002eaff00e44
*** Element info: {Using=xpath, value=//li//span[text()='22'] | //li[text()='22' and @role='option']}
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:356)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:458)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:361)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:348)
	at CucumberTests.Transport.Transport.selectValue(Transport.java:226)
	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: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() 594ms
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" 253ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 16s 023ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 654ms
And Set token of apiUsername "pskza1-carrier@qa.qa-test" 215ms
And Accept transferred transport by Api 723ms
And Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 6s 403ms
And Get inputs from database "ADVICE_SMALLS" "super-admin-skz" 019ms
When Show all transport types 1s 173ms
And Click button advice in transport table "SMALLS_IMPORT" 1s 121ms
And Set advice window in schedule 3s 312ms
And Fill advice form 20s 284ms
And Click advice save button and wait for advice form to disappear 33s 854ms
And Go to "TRANSPORT_TABLE" 418ms
And Go to transport details "SMALLS_IMPORT" 2s 853ms
Then Check are advice values equals 4s 990ms
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() 833ms
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" 234ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 169ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 685ms
And Set token of apiUsername "pskza1-carrier@qa.qa-test" 220ms
And Accept transferred transport by Api 653ms
And Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 2s 692ms
And Get inputs from database "ADVICE_SMALLS" "super-admin-skz" 022ms
When Show all transport types 1s 217ms
And Click button advice in transport table "SMALLS_EXPORT" 892ms
And Set advice window in schedule 3s 389ms
And Fill advice form 20s 378ms
And Click advice save button and wait for advice form to disappear 33s 892ms
And Go to "TRANSPORT_TABLE" 428ms
And Go to transport details "SMALLS_EXPORT" 2s 838ms
Then Check are advice values equals 4s 988ms
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() 843ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-adama" 251ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 097ms
And Transfer transport to carrier by JSON file "super-admin-adama" "true" confirmation 649ms
And Accept transferred transport by Api 706ms
And Login as "paa1-carrier@qa.qa-test" 2s 465ms
When Show all transport types 1s 233ms
And Click button advice in transport table "TRANSPORT" 235ms
And Set week view 1s 839ms
And Show yesterday 1s 155ms
Then Check if advice restriction blockade windows are visible 049ms
After Hooks.deleteTransportAfterTest() 563ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-skz" 229ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 16s 070ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 637ms
And Accept transferred transport by Api 734ms
And Login as "pskza1-carrier@qa.qa-test" 2s 454ms
When Show all transport types 1s 176ms
And Click button advice in transport table "SMALLS_IMPORT" 1s 200ms
And Set week view 2s 313ms
And Show yesterday 1s 175ms
Then Check if advice restriction blockade windows are visible 045ms
After Hooks.deleteTransportAfterTest() 573ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-skz" 235ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 16s 063ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 680ms
And Accept transferred transport by Api 689ms
And Login as "pskza1-carrier@qa.qa-test" 2s 492ms
When Show all transport types 1s 207ms
And Click button advice in transport table "SMALLS_EXPORT" 1s 287ms
And Set week view 2s 344ms
And Show yesterday 1s 186ms
Then Check if advice restriction blockade windows are visible 105ms
After Hooks.deleteTransportAfterTest() 576ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 054ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 211ms
And Show all transport "false" 102ms
And Click on time window date 1s 696ms
And Select view "DAYS_4" 2s 149ms
And Move advice window "3" 1s 480ms
Then Check if advice window is in new location 068ms
After Hooks.deleteTransportAfterTest() 4s 128ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 5s 112ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" 17s 790ms
And Show all transport "false" 087ms
And Click on time window date 16s 082ms
And Select view "DAYS_4" 2s 177ms
And Move advice window "3" 1s 714ms
Then Check if advice window is in new location 074ms
After Hooks.deleteTransportAfterTest() 3s 519ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 4s 807ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 16s 699ms
And Show all transport "false" 089ms
And Click on time window date 15s 850ms
And Select view "DAYS_4" 2s 144ms
And Move advice window "3" 1s 576ms
Then Check if advice window is in new location 069ms
After Hooks.deleteTransportAfterTest() 3s 818ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 4s 930ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 2s 860ms
And Show all transport "false" 088ms
And Click on time window date 1s 895ms
And Select view "DAYS_4" 2s 156ms
And Move advice window "3" 1s 582ms
Then Check if advice window is in new location 066ms
After Hooks.deleteTransportAfterTest() 3s 822ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 540ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 3s 005ms
And Show all transport "false" 084ms
And Click on time window date 1s 866ms
And Select view "DAYS_4" 2s 149ms
And Move advice window "3" 1s 491ms
Then Check if advice window is in new location 082ms
After Hooks.deleteTransportAfterTest() 3s 794ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 4s 922ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 2s 780ms
And Show all transport "true" 238ms
And Click on time window date 1s 752ms
And Select view "DAYS_4" 2s 167ms
And Move advice window "3" 1s 529ms
Then Check if advice window is in new location 068ms
After Hooks.deleteTransportAfterTest() 3s 254ms
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 511ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 2s 085ms
And Set "advice" inputs from JSON file "ADVICE_DELIVERY" "super-admin-piast" 013ms
When Show all transport types 1s 156ms
And Click button advice in transport table "DELIVERY" 226ms
And Set advice window in schedule 3s 328ms
And Fill advice form 8s 113ms
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.ORYE6w}, 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: e072dd2ec5767d83b767002eaff00e44 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() 638ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 941ms
And Create transport "CREATE_LATE_DELIVERY" by JSON file as "super-admin-hochland" in "0" days 2s 960ms
Then Check if transport row is "red" 3s 257ms
After Hooks.deleteTransportAfterTest() 953ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 808ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 120ms
And Go to "TRANSPORT_TABLE" 403ms
And Show all transport types 1s 154ms
And Click on time window date 1s 682ms
And Scroll to time window "adviceWindow" 163ms
And Set time window height "2" "adviceWindow" 5s 601ms
Then Check height of the time window after expanding by "2" in "adviceWindow" 065ms
After Hooks.deleteTransportAfterTest() 3s 123ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 367ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 2s 826ms
And Go to "TRANSPORT_TABLE" 358ms
And Show all transport types 1s 197ms
And Click on time window date 1s 857ms
And Scroll to time window "adviceWindow" 159ms
And Set time window height "4" "adviceWindow" 5s 644ms
Then Check height of the time window after expanding by "4" in "adviceWindow" 066ms
After Hooks.deleteTransportAfterTest() 810ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 586ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 2s 933ms
And Go to "TRANSPORT_TABLE" 461ms
And Show all transport types 1s 166ms
And Click on time window date 1s 697ms
And Scroll to time window "adviceWindow" 150ms
And Set time window height "3" "adviceWindow" 5s 614ms
Then Check height of the time window after expanding by "3" in "adviceWindow" 062ms
After Hooks.deleteTransportAfterTest() 1s 030ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 9s 579ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" 17s 038ms
And Go to "TRANSPORT_TABLE" 534ms
And Show all transport types 1s 251ms
And Click on time window date 2s 117ms
And Scroll to time window "adviceWindow" 197ms
And Set time window height "1" "adviceWindow" 5s 589ms
Then Check height of the time window after expanding by "1" in "adviceWindow" 068ms
After Hooks.deleteTransportAfterTest() 3s 390ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 564ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 2s 014ms
And Get inputs from database "ADVICE_DELIVERY" "super-admin-piast" 021ms
When Show all transport types 1s 138ms
And Click button advice in transport table "DELIVERY" 251ms
And Set advice window in schedule 3s 324ms
And Fill advice form 12s 984ms
And Click advice save button and wait for advice form to disappear 33s 340ms
And Go to "TRANSPORT_TABLE" 422ms
And Click on time window date 1s 779ms
And Set time window height "2" "adviceWindow" 5s 671ms
Then Check height of the time window after expanding by "2" in "adviceWindow" 067ms
After Hooks.deleteTransportAfterTest() 3s 652ms
Scenario Outline Check if it is possible to advice after clicking back button in browser
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Get inputs from database "CREATE_DELIVERY" "super-admin-hochland" 021ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 072ms
And Go to "WAREHOUSE_TAB" 1s 164ms
And Select warehouse "Twarożkarnia wyrób gotowy" 2s 137ms
When Go to new transport "DELIVERY" 672ms
And Fill transport form 56s 258ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//li//span[text()='88'] | //li[text()='88' 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-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.ORYE6w}, 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: e072dd2ec5767d83b767002eaff00e44
*** Element info: {Using=xpath, value=//li//span[text()='88'] | //li[text()='88' and @role='option']}
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:356)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:458)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:361)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:348)
	at CucumberTests.Transport.Transport.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/Advice/AdviceTransport.feature:219)
And Click "save-transport" save button and wait for form to disappear 000ms
And Click previous page button in browser 000ms
Then Check if advice window can't be created 000ms
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" 024ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 035ms
And Go to "WAREHOUSE_TAB" 1s 214ms
And Select warehouse "Twarożkarnia wyrób gotowy" 2s 152ms
When Go to new transport "DELIVERY" 705ms
And Fill transport form 56s 248ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//li//span[text()='88'] | //li[text()='88' 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-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.ORYE6w}, 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: e072dd2ec5767d83b767002eaff00e44
*** Element info: {Using=xpath, value=//li//span[text()='88'] | //li[text()='88' and @role='option']}
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:356)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:458)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:361)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:348)
	at CucumberTests.Transport.Transport.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/Advice/AdviceTransport.feature:234)
And Click "save-transport" save button and wait for form to disappear 000ms
And Replace warehouse id in browser url with "Twarożkarnia wyrób gotowy" id 000ms
Then Check if advice window can't be created 000ms
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 721ms
And Create transport "CREATE_TRANSPORT_WITHOUT_WAREHOUSES" by JSON file as "super-admin-adama" 2s 292ms
And Transfer transport to carrier by JSON file "super-admin-adama" "false" confirmation 946ms
And Get inputs from database "ADVICE_TRANSPORT" "super-admin-adama" 019ms
When Show all transport types 1s 152ms
And Click button advice in transport table "TRANSPORT" 232ms
And Fill advice form 27s 298ms
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-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.ORYE6w}, 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: e072dd2ec5767d83b767002eaff00e44
*** Element info: {Using=xpath, value=//li//span[text()='22'] | //li[text()='22' and @role='option']}
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:356)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:458)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:361)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:348)
	at CucumberTests.Transport.Transport.selectValue(Transport.java:226)
	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() 570ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 8s 122ms
And Create default accepted mode of transportation by API with "pba1-carrier" 3s 803ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 2s 309ms
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 655ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 457ms
And Click button advice in transport table "LOAD_EXPORT" 1s 882ms
And Set advice window in schedule 3s 346ms
And Fill advice form 13s 974ms
And Click advice save button and wait for advice form to disappear 33s 885ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 16s 190ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 379ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "true" confirmation 620ms
When Go to "TRANSPORT_TABLE" 460ms
And Show all transport types 1s 141ms
And Click button advice in transport table "LOAD_EXPORT" 2s 391ms
And Set advice window in schedule 3s 209ms
And Select driver "Marek Kanarek" from suggestions 2s 407ms
Then Verify if mode of transportation select is empty 075ms
After Hooks.deleteTransportsAfterTest() 1s 474ms
After Hooks.deleteModeOfTransportationAfterTest() 372ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-farmacol" 208ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 15s 944ms
When Create advice by JSON file "CREATE_ADVICE_FOR_EXTERNAL_DELIVERY" as "super-admin-farmacol" 3s 857ms
And Login as "farmacol-admin" 7s 825ms
And Go to "WAREHOUSE_TAB" 1s 102ms
And Select warehouse "Katowice Przyjęcia" 1s 424ms
And Set week view 2s 570ms
And Move cursor over time window element 460ms
Then Check if "Zaawizowany" "31415" "06:00" "GDA12345" are visible on time window popup details 350ms
After Hooks.deleteTransportAfterTest() 768ms
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 173ms
And Create default accepted mode of transportation by API with "pba1-carrier" 2s 061ms
And Create transport "CREATE_EXW_DELIVERY" by JSON file as "super-admin-bausch" 2s 248ms
And Set "advice" inputs from JSON file "ADVICE_EXW_DELIVERY" "super-admin-bausch" 005ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "true" confirmation 838ms
When Go to "TRANSPORT_TABLE" 399ms
And Show all transport types 1s 145ms
And Click button advice in transport table "EXW_DELIVERY" 766ms
And Fill advice form 12s 980ms
And Click advice save button and wait for advice form to disappear 33s 241ms
And Click button advice in transport table "EXW_DELIVERY" 243ms
And Set advice window in schedule 3s 187ms
And Change filled value in details "rodo-acceptance" "checkbox" "true" "0" 2s 533ms
And Click advice save button and wait for advice form to disappear 34s 047ms
And Go to "TRANSPORT_TABLE" 402ms
And Show all transport types 1s 179ms
And Go to transport details "EXW_DELIVERY" 2s 811ms
Then Check are advice values equals 4s 596ms
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() 832ms
After Hooks.deleteModeOfTransportationAfterTest() 372ms