Project Number Date
ApolloFullRunnerReport apollo-test-2.48 21 cze 2021, 05:22

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Advice transport 331 19 89 0 0 439 22 19 41 25m 35s 029ms Failed
Feature Advice transport
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 391ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 961ms
And Get inputs from database "CREATE_ADVICE_CONTAINER" "super-admin-adama" 8s 478ms
And Check is transport "CONTAINER" created in transport table and set transport id 1s 343ms
When Click button advice in transport table "CONTAINER" 210ms
And Set advice window in schedule in the past 3s 225ms
And Fill advice form 19s 819ms
And Click advice save button to check error message 173ms
Then Check if possible advice alert is displayed 063ms
After Hooks.deleteTransportAfterTest() 542ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 460ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 2s 032ms
And Get inputs from database "ADVICE_DELIVERY" "super-admin-piast" 037ms
And Check is transport "DELIVERY" created in transport table and set transport id 1s 327ms
When Click button advice in transport table "DELIVERY" 199ms
And Set advice window in schedule in the past 3s 486ms
And Fill advice form 10s 695ms
And Click advice save button to check error message 200ms
Then Check if possible advice alert is displayed 068ms
After Hooks.deleteTransportAfterTest() 676ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 815ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 2s 029ms
And Get inputs from database "ADVICE_LOAD" "super-admin-piast" 037ms
And Check is transport "LOAD" created in transport table and set transport id 1s 394ms
When Click button advice in transport table "LOAD" 274ms
And Set advice window in schedule in the past 3s 452ms
And Fill advice form 10s 520ms
And Click advice save button to check error message 204ms
Then Check if possible advice alert is displayed 075ms
After Hooks.deleteTransportAfterTest() 569ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 537ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 2s 013ms
And Get inputs from database "ADVICE_LOAD" "super-admin-keeeper" 038ms
And Check is transport "LOAD" created in transport table and set transport id 1s 389ms
When Click button advice in transport table "LOAD" 506ms
And Set advice window in schedule in the past 3s 348ms
And Fill advice form 16s 025ms
And Click advice save button to check error message 172ms
Then Check if possible advice alert is displayed 065ms
After Hooks.deleteTransportAfterTest() 758ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 499ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 2s 017ms
And Get inputs from database "ADVICE_CONTAINER" "super-admin-keeeper" 038ms
And Check is transport "CONTAINER" created in transport table and set transport id 1s 384ms
When Click button advice in transport table "CONTAINER" 262ms
And Set advice window in schedule in the past 3s 296ms
And Fill advice form 16s 454ms
And Click advice save button to check error message 157ms
Then Check if possible advice alert is displayed 071ms
After Hooks.deleteTransportAfterTest() 643ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 611ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 947ms
And Show all transport types 1s 172ms
And Create advice "CREATE_ADVICE_CONTAINER" "CONTAINER" "super-admin-adama" 56s 457ms
And Go to "TRANSPORT_TABLE" 474ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-adama" 036ms
When Go to transport details "CONTAINER" 4s 856ms
And Fill transport form 5s 228ms
And Get inputs from database "EDIT_ADVICE_CONTAINER" "super-admin-adama" 038ms
And Expand advice panel 292ms
And Edit advice in transport details 15s 108ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 482ms
And Go to transport details "CONTAINER" 4s 907ms
And Expand advice panel 284ms
Then Check are advice values equals after edition 684ms
After Hooks.deleteTransportAfterTest() 798ms
Scenario Outline Check if possible to edit advice in transport details.
Steps
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 603ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 2s 056ms
And Show all transport types 1s 131ms
And Create advice "ADVICE_DELIVERY" "DELIVERY" "super-admin-piast" 25s 214ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for element to no longer be visible: By.xpath: //button[@data-button-name='save'] (tried for 10 second(s) with 500 MILLISECONDS interval)
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'apollo-test-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.955K9E}, 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.106, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 700fbd9a0504fc9a2cbe0e2de7b58920
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:82)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231)
	at Pages.BasePage.waitUntilElementDisappear(BasePage.java:215)
	at Pages.Transport.AdviceFormPage.confirm(AdviceFormPage.java:27)
	at CucumberTests.Transport.AdviceTransport.clickAdviceSaveButtonAndWaitForAdviceFormToDisappear(AdviceTransport.java:169)
	at CucumberTests.Transport.AdviceTransport.createAdvice(AdviceTransport.java:64)
	at ✽.Create advice "ADVICE_DELIVERY" "DELIVERY" "super-admin-piast"(file:Features/Atom/Advice/AdviceTransport.feature:28)
And Go to "TRANSPORT_TABLE" 000ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-piast" 000ms
When Go to transport details "DELIVERY" 000ms
And Fill transport form 000ms
And Get inputs from database "EDIT_ADVICE_DELIVERY" "super-admin-piast" 000ms
And Expand advice panel 000ms
And Edit advice in transport details 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "DELIVERY" 000ms
And Expand advice panel 000ms
Then Check are advice values equals after edition 000ms
After Hooks.deleteTransportAfterTest() 481ms
Scenario Outline Check if possible to edit advice in transport details.
Steps
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 491ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 937ms
And Show all transport types 1s 134ms
And Create advice "ADVICE_LOAD" "LOAD" "super-admin-piast" 24s 666ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for element to no longer be visible: By.xpath: //button[@data-button-name='save'] (tried for 10 second(s) with 500 MILLISECONDS interval)
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'apollo-test-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.955K9E}, 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.106, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 700fbd9a0504fc9a2cbe0e2de7b58920
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:82)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231)
	at Pages.BasePage.waitUntilElementDisappear(BasePage.java:215)
	at Pages.Transport.AdviceFormPage.confirm(AdviceFormPage.java:27)
	at CucumberTests.Transport.AdviceTransport.clickAdviceSaveButtonAndWaitForAdviceFormToDisappear(AdviceTransport.java:169)
	at CucumberTests.Transport.AdviceTransport.createAdvice(AdviceTransport.java:64)
	at ✽.Create advice "ADVICE_LOAD" "LOAD" "super-admin-piast"(file:Features/Atom/Advice/AdviceTransport.feature:28)
And Go to "TRANSPORT_TABLE" 000ms
And Get inputs from database "EDIT_LOAD" "super-admin-piast" 000ms
When Go to transport details "LOAD" 000ms
And Fill transport form 000ms
And Get inputs from database "EDIT_ADVICE_DELIVERY" "super-admin-piast" 000ms
And Expand advice panel 000ms
And Edit advice in transport details 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "LOAD" 000ms
And Expand advice panel 000ms
Then Check are advice values equals after edition 000ms
After Hooks.deleteTransportAfterTest() 646ms
Scenario Outline Check if possible to edit advice in transport details.
Steps
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 649ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 881ms
And Show all transport types 1s 136ms
And Create advice "ADVICE_LOAD" "LOAD" "super-admin-keeeper" 30s 780ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for element to no longer be visible: By.xpath: //button[@data-button-name='save'] (tried for 10 second(s) with 500 MILLISECONDS interval)
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'apollo-test-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.955K9E}, 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.106, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 700fbd9a0504fc9a2cbe0e2de7b58920
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:82)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231)
	at Pages.BasePage.waitUntilElementDisappear(BasePage.java:215)
	at Pages.Transport.AdviceFormPage.confirm(AdviceFormPage.java:27)
	at CucumberTests.Transport.AdviceTransport.clickAdviceSaveButtonAndWaitForAdviceFormToDisappear(AdviceTransport.java:169)
	at CucumberTests.Transport.AdviceTransport.createAdvice(AdviceTransport.java:64)
	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() 536ms
Scenario Outline Check if possible to edit advice in transport details.
Steps
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 368ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 884ms
And Show all transport types 1s 137ms
And Create advice "ADVICE_CONTAINER" "CONTAINER" "super-admin-keeeper" 30s 912ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for element to no longer be visible: By.xpath: //button[@data-button-name='save'] (tried for 10 second(s) with 500 MILLISECONDS interval)
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'apollo-test-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.955K9E}, 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.106, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 700fbd9a0504fc9a2cbe0e2de7b58920
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:82)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231)
	at Pages.BasePage.waitUntilElementDisappear(BasePage.java:215)
	at Pages.Transport.AdviceFormPage.confirm(AdviceFormPage.java:27)
	at CucumberTests.Transport.AdviceTransport.clickAdviceSaveButtonAndWaitForAdviceFormToDisappear(AdviceTransport.java:169)
	at CucumberTests.Transport.AdviceTransport.createAdvice(AdviceTransport.java:64)
	at ✽.Create advice "ADVICE_CONTAINER" "CONTAINER" "super-admin-keeeper"(file:Features/Atom/Advice/AdviceTransport.feature:28)
And Go to "TRANSPORT_TABLE" 000ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-keeeper" 000ms
When Go to transport details "CONTAINER" 000ms
And Fill transport form 000ms
And Get inputs from database "EDIT_ADVICE_CONTAINER" "super-admin-keeeper" 000ms
And Expand advice panel 000ms
And Edit advice in transport details 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to transport details "CONTAINER" 000ms
And Expand advice panel 000ms
Then Check are advice values equals after edition 000ms
After Hooks.deleteTransportAfterTest() 612ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 586ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 913ms
And Get inputs from database "EDIT_ADVICE_CONTAINER" "super-admin-adama" 036ms
When Show all transport types 1s 160ms
And Click button advice in transport table "CONTAINER" 278ms
And Set advice window in schedule 3s 194ms
And Fill advice form 15s 387ms
And Click advice save button and wait for advice form to disappear 33s 216ms
And Go to "TRANSPORT_TABLE" 430ms
And Go to transport details "CONTAINER" 4s 889ms
Then Check are advice values equals 886ms
After Hooks.deleteTransportAfterTest() 803ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 914ms
And Create transport "CREATE_TRANSFER_BETWEEN_WAREHOUSES" by JSON file as "super-admin-hochland" 1s 994ms
And Get inputs from database "ADVICE_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 037ms
When Show all transport types 1s 205ms
And Click button advice in transport table "TRANSFER_BETWEEN_WAREHOUSES" 230ms
And Set advice window in schedule 7s 420ms
And Fill advice form 14s 401ms
And Click advice save button and wait for advice form to disappear 33s 925ms
And Go to "TRANSPORT_TABLE" 488ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 4s 976ms
Then Check are advice values equals 2s 852ms
After Hooks.deleteTransportAfterTest() 813ms
Scenario Outline Check if it is possible to advice by advice button in transport table
Steps
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 643ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 2s 009ms
And Get inputs from database "ADVICE_DELIVERY" "super-admin-piast" 036ms
When Show all transport types 1s 138ms
And Click button advice in transport table "DELIVERY" 201ms
And Set advice window in schedule 3s 454ms
And Fill advice form 10s 515ms
And Click advice save button and wait for advice form to disappear 10s 412ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for element to no longer be visible: By.xpath: //button[@data-button-name='save'] (tried for 10 second(s) with 500 MILLISECONDS interval)
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'apollo-test-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.955K9E}, 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.106, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 700fbd9a0504fc9a2cbe0e2de7b58920
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:82)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231)
	at Pages.BasePage.waitUntilElementDisappear(BasePage.java:215)
	at Pages.Transport.AdviceFormPage.confirm(AdviceFormPage.java:27)
	at CucumberTests.Transport.AdviceTransport.clickAdviceSaveButtonAndWaitForAdviceFormToDisappear(AdviceTransport.java:169)
	at ✽.Click advice save button and wait for advice form to disappear(file:Features/Atom/Advice/AdviceTransport.feature:57)
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "DELIVERY" 000ms
Then Check are advice values equals 000ms
After Hooks.deleteTransportAfterTest() 659ms
Scenario Outline Check if it is possible to advice by advice button in transport table
Steps
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 437ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 985ms
And Get inputs from database "ADVICE_LOAD" "super-admin-piast" 037ms
When Show all transport types 1s 153ms
And Click button advice in transport table "LOAD" 294ms
And Set advice window in schedule 3s 395ms
And Fill advice form 10s 734ms
And Click advice save button and wait for advice form to disappear 10s 772ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for element to no longer be visible: By.xpath: //button[@data-button-name='save'] (tried for 10 second(s) with 500 MILLISECONDS interval)
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'apollo-test-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.955K9E}, 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.106, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 700fbd9a0504fc9a2cbe0e2de7b58920
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:82)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231)
	at Pages.BasePage.waitUntilElementDisappear(BasePage.java:215)
	at Pages.Transport.AdviceFormPage.confirm(AdviceFormPage.java:27)
	at CucumberTests.Transport.AdviceTransport.clickAdviceSaveButtonAndWaitForAdviceFormToDisappear(AdviceTransport.java:169)
	at ✽.Click advice save button and wait for advice form to disappear(file:Features/Atom/Advice/AdviceTransport.feature:57)
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "LOAD" 000ms
Then Check are advice values equals 000ms
After Hooks.deleteTransportAfterTest() 551ms
Scenario Outline Check if it is possible to advice by advice button in transport table
Steps
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 404ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 986ms
And Get inputs from database "ADVICE_LOAD" "super-admin-keeeper" 036ms
When Show all transport types 1s 131ms
And Click button advice in transport table "LOAD" 274ms
And Set advice window in schedule 3s 339ms
And Fill advice form 16s 416ms
And Click advice save button and wait for advice form to disappear 10s 662ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for element to no longer be visible: By.xpath: //button[@data-button-name='save'] (tried for 10 second(s) with 500 MILLISECONDS interval)
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'apollo-test-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.955K9E}, 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.106, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 700fbd9a0504fc9a2cbe0e2de7b58920
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:82)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231)
	at Pages.BasePage.waitUntilElementDisappear(BasePage.java:215)
	at Pages.Transport.AdviceFormPage.confirm(AdviceFormPage.java:27)
	at CucumberTests.Transport.AdviceTransport.clickAdviceSaveButtonAndWaitForAdviceFormToDisappear(AdviceTransport.java:169)
	at ✽.Click advice save button and wait for advice form to disappear(file:Features/Atom/Advice/AdviceTransport.feature:57)
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "LOAD" 000ms
Then Check are advice values equals 000ms
After Hooks.deleteTransportAfterTest() 522ms
Scenario Outline Check if it is possible to advice by advice button in transport table
Steps
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 531ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 1s 949ms
And Get inputs from database "ADVICE_CONTAINER" "super-admin-keeeper" 037ms
When Show all transport types 1s 160ms
And Click button advice in transport table "CONTAINER" 256ms
And Set advice window in schedule 3s 246ms
And Fill advice form 16s 182ms
And Click advice save button and wait for advice form to disappear 10s 666ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for element to no longer be visible: By.xpath: //button[@data-button-name='save'] (tried for 10 second(s) with 500 MILLISECONDS interval)
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'apollo-test-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.955K9E}, 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.106, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 700fbd9a0504fc9a2cbe0e2de7b58920
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:82)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231)
	at Pages.BasePage.waitUntilElementDisappear(BasePage.java:215)
	at Pages.Transport.AdviceFormPage.confirm(AdviceFormPage.java:27)
	at CucumberTests.Transport.AdviceTransport.clickAdviceSaveButtonAndWaitForAdviceFormToDisappear(AdviceTransport.java:169)
	at ✽.Click advice save button and wait for advice form to disappear(file:Features/Atom/Advice/AdviceTransport.feature:57)
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "CONTAINER" 000ms
Then Check are advice values equals 000ms
After Hooks.deleteTransportAfterTest() 557ms
Scenario Outline Check if it is possible to advice by advice button in transport table after passing it on to the carrier
Steps
Given Set token of apiUsername "super-admin-adama" 250ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 15s 997ms
And Transfer transport to carrier by JSON file "super-admin-adama" "true" confirmation 652ms
And Set token of apiUsername "paa1-carrier@qa.qa-test" 239ms
And Accept transferred transport by Api 594ms
And Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 2s 513ms
And Get inputs from database "ADVICE_TRANSPORT" "super-admin-adama" 039ms
When Show all transport types 1s 284ms
And Click button advice in transport table "TRANSPORT" 232ms
And Set advice window in schedule 3s 182ms
And Fill advice form 14s 854ms
And Click advice save button and wait for advice form to disappear 10s 627ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for element to no longer be visible: By.xpath: //button[@data-button-name='save'] (tried for 10 second(s) with 500 MILLISECONDS interval)
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'apollo-test-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.955K9E}, 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.106, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 700fbd9a0504fc9a2cbe0e2de7b58920
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:82)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231)
	at Pages.BasePage.waitUntilElementDisappear(BasePage.java:215)
	at Pages.Transport.AdviceFormPage.confirm(AdviceFormPage.java:27)
	at CucumberTests.Transport.AdviceTransport.clickAdviceSaveButtonAndWaitForAdviceFormToDisappear(AdviceTransport.java:169)
	at ✽.Click advice save button and wait for advice form to disappear(file:Features/Atom/Advice/AdviceTransport.feature:102)
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "TRANSPORT" 000ms
Then Check are advice values equals 000ms
After Hooks.deleteTransportAfterTest() 551ms
Given Set token of apiUsername "super-admin-skz" 255ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 15s 984ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 651ms
And Set token of apiUsername "pskza1-carrier@qa.qa-test" 227ms
And Accept transferred transport by Api 656ms
And Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 2s 726ms
And Get inputs from database "ADVICE_SMALLS" "super-admin-skz" 037ms
When Show all transport types 1s 180ms
And Click button advice in transport table "SMALLS_IMPORT" 1s 177ms
And Set advice window in schedule 3s 596ms
And Fill advice form 18s 070ms
And Click advice save button and wait for advice form to disappear 33s 895ms
And Go to "TRANSPORT_TABLE" 464ms
And Go to transport details "SMALLS_IMPORT" 4s 848ms
Then Check are advice values equals 2s 868ms
After Hooks.deleteTransportAfterTest() 808ms
Given Set token of apiUsername "super-admin-skz" 228ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 075ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 663ms
And Set token of apiUsername "pskza1-carrier@qa.qa-test" 232ms
And Accept transferred transport by Api 708ms
And Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 2s 749ms
And Get inputs from database "ADVICE_SMALLS" "super-admin-skz" 042ms
When Show all transport types 1s 180ms
And Click button advice in transport table "SMALLS_EXPORT" 1s 109ms
And Set advice window in schedule 3s 422ms
And Fill advice form 17s 906ms
And Click advice save button and wait for advice form to disappear 33s 296ms
And Go to "TRANSPORT_TABLE" 448ms
And Go to transport details "SMALLS_EXPORT" 4s 881ms
Then Check are advice values equals 2s 908ms
After Hooks.deleteTransportAfterTest() 950ms
Scenario Outline Check if the advice restriction blockade windows are visible during advice
Steps
Given Set token of apiUsername "super-admin-adama" 251ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 099ms
And Transfer transport to carrier by JSON file "super-admin-adama" "true" confirmation 638ms
And Accept transferred transport by Api 014ms
java.lang.AssertionError: Nie znaleziono szukanego zasobu w Apollo!
	at org.junit.Assert.fail(Assert.java:88)
	at Utils.JpaUtils.Apollo.SelectService.ApolloSelectDbService.getBigIntegerResult(ApolloSelectDbService.java:123)
	at Utils.JpaUtils.Apollo.SelectService.ApolloSelectDbService.getLongResult(ApolloSelectDbService.java:113)
	at Utils.JpaUtils.Apollo.SelectService.ApolloSelectDbService.findIdBy(ApolloSelectDbService.java:19)
	at CucumberTests.Transport.CarrierTransportAction.acceptTransferredTransportByApi(CarrierTransportAction.java:77)
	at ✽.Accept transferred transport by Api(file:Features/Atom/Advice/AdviceTransport.feature:117)
And Login as "paa1-carrier@qa.qa-test" 000ms
When Show all transport types 000ms
And Click button advice in transport table "TRANSPORT" 000ms
And Set week view 000ms
And Show yesterday 000ms
Then Check if advice restriction blockade windows are visible 000ms
After Hooks.deleteTransportAfterTest() 831ms
Scenario Outline Check if the advice restriction blockade windows are visible during advice
Steps
Given Set token of apiUsername "super-admin-skz" 252ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 105ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 647ms
And Accept transferred transport by Api 014ms
java.lang.AssertionError: Nie znaleziono szukanego zasobu w Apollo!
	at org.junit.Assert.fail(Assert.java:88)
	at Utils.JpaUtils.Apollo.SelectService.ApolloSelectDbService.getBigIntegerResult(ApolloSelectDbService.java:123)
	at Utils.JpaUtils.Apollo.SelectService.ApolloSelectDbService.getLongResult(ApolloSelectDbService.java:113)
	at Utils.JpaUtils.Apollo.SelectService.ApolloSelectDbService.findIdBy(ApolloSelectDbService.java:19)
	at CucumberTests.Transport.CarrierTransportAction.acceptTransferredTransportByApi(CarrierTransportAction.java:77)
	at ✽.Accept transferred transport by Api(file:Features/Atom/Advice/AdviceTransport.feature:117)
And Login as "pskza1-carrier@qa.qa-test" 000ms
When Show all transport types 000ms
And Click button advice in transport table "SMALLS_IMPORT" 000ms
And Set week view 000ms
And Show yesterday 000ms
Then Check if advice restriction blockade windows are visible 000ms
After Hooks.deleteTransportAfterTest() 870ms
Scenario Outline Check if the advice restriction blockade windows are visible during advice
Steps
Given Set token of apiUsername "super-admin-skz" 234ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 111ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 630ms
And Accept transferred transport by Api 011ms
java.lang.AssertionError: Nie znaleziono szukanego zasobu w Apollo!
	at org.junit.Assert.fail(Assert.java:88)
	at Utils.JpaUtils.Apollo.SelectService.ApolloSelectDbService.getBigIntegerResult(ApolloSelectDbService.java:123)
	at Utils.JpaUtils.Apollo.SelectService.ApolloSelectDbService.getLongResult(ApolloSelectDbService.java:113)
	at Utils.JpaUtils.Apollo.SelectService.ApolloSelectDbService.findIdBy(ApolloSelectDbService.java:19)
	at CucumberTests.Transport.CarrierTransportAction.acceptTransferredTransportByApi(CarrierTransportAction.java:77)
	at ✽.Accept transferred transport by Api(file:Features/Atom/Advice/AdviceTransport.feature:117)
And Login as "pskza1-carrier@qa.qa-test" 000ms
When Show all transport types 000ms
And Click button advice in transport table "SMALLS_EXPORT" 000ms
And Set week view 000ms
And Show yesterday 000ms
Then Check if advice restriction blockade windows are visible 000ms
After Hooks.deleteTransportAfterTest() 749ms
Scenario Outline Check if it is possible to move advice window in schedule
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 924ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 2s 973ms
And Show all transport "false" 180ms
And Click on time window date 1s 770ms
And Select view "DAYS_4" 2s 138ms
And Move advice window "3" 400ms
org.openqa.selenium.UnhandledAlertException: unexpected alert open: {Alert text : Czy chcesz zamienić okna czasowe miejscami?}
  (Session info: headless chrome=91.0.4472.106): Czy chcesz zamienić okna czasowe miejscami?
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.955K9E}, 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.106, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 700fbd9a0504fc9a2cbe0e2de7b58920
*** Element info: {Using=xpath, value=//div[@data-window-type='state-with-transport']/div}
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:118)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:356)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:458)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:361)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:348)
	at Pages.BasePage.getWebElementByXpath(BasePage.java:323)
	at CucumberTests.Transport.AdviceTransport.moveAdviceWindow(AdviceTransport.java:268)
	at ✽.Move advice window "3"(file:Features/Atom/Advice/AdviceTransport.feature:137)
Then Check if advice window is in new location 000ms
After Hooks.deleteTransportAfterTest() 938ms
Given Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 2s 038ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" 17s 586ms
And Show all transport "false" 171ms
And Click on time window date 16s 136ms
And Select view "DAYS_4" 2s 173ms
And Move advice window "3" 1s 689ms
Then Check if advice window is in new location 096ms
After Hooks.deleteTransportAfterTest() 581ms
Given Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 5s 703ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 16s 629ms
And Show all transport "false" 169ms
And Click on time window date 15s 841ms
And Select view "DAYS_4" 2s 164ms
And Move advice window "3" 1s 629ms
Then Check if advice window is in new location 064ms
After Hooks.deleteTransportAfterTest() 795ms
Scenario Outline Check if it is possible to move advice window in schedule
Steps
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 326ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 2s 862ms
And Show all transport "false" 167ms
And Click on time window date 1s 877ms
And Select view "DAYS_4" 2s 173ms
And Move advice window "3" 527ms
org.openqa.selenium.UnhandledAlertException: unexpected alert open: {Alert text : Czy chcesz zamienić okna czasowe miejscami?}
  (Session info: headless chrome=91.0.4472.106): Czy chcesz zamienić okna czasowe miejscami?
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.955K9E}, 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.106, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 700fbd9a0504fc9a2cbe0e2de7b58920
*** Element info: {Using=xpath, value=//div[@data-window-type='state-with-transport']/div}
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:118)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:356)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:458)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:361)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:348)
	at Pages.BasePage.getWebElementByXpath(BasePage.java:323)
	at CucumberTests.Transport.AdviceTransport.moveAdviceWindow(AdviceTransport.java:268)
	at ✽.Move advice window "3"(file:Features/Atom/Advice/AdviceTransport.feature:137)
Then Check if advice window is in new location 000ms
After Hooks.deleteTransportAfterTest() 745ms
Scenario Outline Check if it is possible to move advice window in schedule
Steps
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 520ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 2s 870ms
And Show all transport "false" 166ms
And Click on time window date 2s 032ms
And Select view "DAYS_4" 2s 172ms
And Move advice window "3" 428ms
org.openqa.selenium.UnhandledAlertException: unexpected alert open: {Alert text : Czy chcesz zamienić okna czasowe miejscami?}
  (Session info: headless chrome=91.0.4472.106): Czy chcesz zamienić okna czasowe miejscami?
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.955K9E}, 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.106, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 700fbd9a0504fc9a2cbe0e2de7b58920
*** Element info: {Using=xpath, value=//div[@data-window-type='state-with-transport']/div}
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:118)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:356)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:458)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:361)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:348)
	at Pages.BasePage.getWebElementByXpath(BasePage.java:323)
	at CucumberTests.Transport.AdviceTransport.moveAdviceWindow(AdviceTransport.java:268)
	at ✽.Move advice window "3"(file:Features/Atom/Advice/AdviceTransport.feature:137)
Then Check if advice window is in new location 000ms
After Hooks.deleteTransportAfterTest() 728ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 4s 529ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 2s 621ms
And Show all transport "true" 301ms
And Click on time window date 1s 705ms
And Select view "DAYS_4" 2s 133ms
And Move advice window "3" 1s 463ms
Then Check if advice window is in new location 065ms
After Hooks.deleteTransportAfterTest() 412ms
Scenario Outline Check if it is possible to add advice and move advice window in schedule
Steps
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 390ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 967ms
And Set "advice" inputs from JSON file "ADVICE_DELIVERY" "super-admin-piast" 014ms
When Show all transport types 1s 158ms
And Click button advice in transport table "DELIVERY" 293ms
And Set advice window in schedule 3s 346ms
And Fill advice form 10s 708ms
And Click advice save button and wait for advice form to disappear 10s 807ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for element to no longer be visible: By.xpath: //button[@data-button-name='save'] (tried for 10 second(s) with 500 MILLISECONDS interval)
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'apollo-test-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.955K9E}, 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.106, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 700fbd9a0504fc9a2cbe0e2de7b58920
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:82)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231)
	at Pages.BasePage.waitUntilElementDisappear(BasePage.java:215)
	at Pages.Transport.AdviceFormPage.confirm(AdviceFormPage.java:27)
	at CucumberTests.Transport.AdviceTransport.clickAdviceSaveButtonAndWaitForAdviceFormToDisappear(AdviceTransport.java:169)
	at ✽.Click advice save button and wait for advice form to disappear(file:Features/Atom/Advice/AdviceTransport.feature:157)
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() 719ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 092ms
And Create transport "CREATE_LATE_DELIVERY" by JSON file as "super-admin-hochland" in "0" days 2s 895ms
Then Check if transport row is "red" 3s 285ms
After Hooks.deleteTransportAfterTest() 884ms
Scenario Outline Check if it is possible to resize advice window in schedule
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 844ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 103ms
And Go to "TRANSPORT_TABLE" 428ms
And Show all transport types 1s 171ms
And Click on time window date 1s 755ms
And Scroll to time window "adviceWindow" 117ms
And Set time window height "80" "adviceWindow" 2s 483ms
Then Check height of the time window after expanding by "80" in "adviceWindow" 062ms
java.lang.AssertionError: Okno nie zmieniło swojego rozmiaru
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Schedule.ResizeTimeWindowTest.checkHeightOfTimeWindowAfterExpandingByIn(ResizeTimeWindowTest.java:35)
	at ✽.Check height of the time window after expanding by "80" in "adviceWindow"(file:Features/Atom/Advice/AdviceTransport.feature:186)
After Hooks.deleteTransportAfterTest() 805ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 295ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 2s 667ms
And Go to "TRANSPORT_TABLE" 317ms
And Show all transport types 1s 120ms
And Click on time window date 1s 898ms
And Scroll to time window "adviceWindow" 146ms
And Set time window height "120" "adviceWindow" 2s 529ms
Then Check height of the time window after expanding by "120" in "adviceWindow" 070ms
After Hooks.deleteTransportAfterTest() 918ms
Scenario Outline Check if it is possible to resize advice window in schedule
Steps
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 542ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 2s 806ms
And Go to "TRANSPORT_TABLE" 454ms
And Show all transport types 1s 156ms
And Click on time window date 1s 712ms
And Scroll to time window "adviceWindow" 148ms
And Set time window height "48" "adviceWindow" 2s 513ms
Then Check height of the time window after expanding by "48" in "adviceWindow" 068ms
java.lang.AssertionError: Okno nie zmieniło swojego rozmiaru
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Schedule.ResizeTimeWindowTest.checkHeightOfTimeWindowAfterExpandingByIn(ResizeTimeWindowTest.java:35)
	at ✽.Check height of the time window after expanding by "48" in "adviceWindow"(file:Features/Atom/Advice/AdviceTransport.feature:186)
After Hooks.deleteTransportAfterTest() 814ms
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 9s 640ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" 16s 976ms
And Go to "TRANSPORT_TABLE" 524ms
And Show all transport types 15s 075ms
And Click on time window date 16s 070ms
And Scroll to time window "adviceWindow" 209ms
And Set time window height "40" "adviceWindow" 2s 564ms
Then Check height of the time window after expanding by "40" in "adviceWindow" 072ms
After Hooks.deleteTransportAfterTest() 931ms
Scenario Outline Check if it is possible to resize advice window in schedule after add advice by advice button in transport table
Steps
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 594ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 2s 011ms
And Get inputs from database "ADVICE_DELIVERY" "super-admin-piast" 036ms
When Show all transport types 1s 134ms
And Click button advice in transport table "DELIVERY" 216ms
And Set advice window in schedule 3s 378ms
And Fill advice form 10s 671ms
And Click advice save button and wait for advice form to disappear 10s 793ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for element to no longer be visible: By.xpath: //button[@data-button-name='save'] (tried for 10 second(s) with 500 MILLISECONDS interval)
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'apollo-test-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.955K9E}, 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.106, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 700fbd9a0504fc9a2cbe0e2de7b58920
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:82)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231)
	at Pages.BasePage.waitUntilElementDisappear(BasePage.java:215)
	at Pages.Transport.AdviceFormPage.confirm(AdviceFormPage.java:27)
	at CucumberTests.Transport.AdviceTransport.clickAdviceSaveButtonAndWaitForAdviceFormToDisappear(AdviceTransport.java:169)
	at ✽.Click advice save button and wait for advice form to disappear(file:Features/Atom/Advice/AdviceTransport.feature:203)
And Go to "TRANSPORT_TABLE" 000ms
And Click on time window date 000ms
And Set time window height "120" "adviceWindow" 000ms
Then Check height of the time window after expanding by "120" in "adviceWindow" 000ms
After Hooks.deleteTransportAfterTest() 499ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-hochland" 052ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 891ms
And Go to "WAREHOUSE_TAB" 1s 280ms
And Select warehouse "Twarożkarnia wyrób gotowy" 2s 293ms
When Go to new transport "DELIVERY" 602ms
And Fill transport form 44s 997ms
And Click "save-transport" save button and wait for form to disappear 15s 779ms
And Click previous page button in browser 052ms
Then Check if advice window can't be created 2s 943ms
After Hooks.deleteTransportAfterTest() 001ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-hochland" 036ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 219ms
And Go to "WAREHOUSE_TAB" 1s 168ms
And Select warehouse "Twarożkarnia wyrób gotowy" 2s 143ms
When Go to new transport "DELIVERY" 672ms
And Fill transport form 44s 760ms
And Click "save-transport" save button and wait for form to disappear 827ms
And Replace warehouse id in browser url with "Twarożkarnia wyrób gotowy" id 169ms
Then Check if advice window can't be created 2s 525ms
After Hooks.deleteTransportAfterTest() 000ms
Given Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 2s 380ms
And Create transport "CREATE_TRANSPORT_WITHOUT_WAREHOUSES" by JSON file as "super-admin-adama" 2s 293ms
And Transfer transport to carrier by JSON file "super-admin-adama" "false" confirmation 911ms
And Get inputs from database "ADVICE_TRANSPORT" "super-admin-adama" 035ms
When Show all transport types 1s 160ms
And Click button advice in transport table "TRANSPORT" 219ms
And Fill advice form 13s 959ms
And Click advice save button and wait for advice form to disappear 33s 249ms
When Find transport in table with status "no-advice-undefined" 3s 569ms
And Open statuses popup 192ms
And Wait "2" seconds 2s
Then Check if transport has checkpoints from list "Zgłoszenie się kierowcy,Zakończenie załadunku,Dostarczenie do klienta" in "1" 133ms
After Hooks.deleteTransportAfterTest() 593ms
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 7s 690ms
And Create default accepted mode of transportation by API with "pba1-carrier" 1s 991ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 2s 277ms
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 679ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 317ms
And Click button advice in transport table "LOAD_EXPORT" 1s 984ms
And Set advice window in schedule 3s 372ms
And Fill advice form 11s 437ms
And Click advice save button and wait for advice form to disappear 33s 847ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 16s 151ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 308ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "true" confirmation 608ms
When Go to "TRANSPORT_TABLE" 457ms
And Show all transport types 1s 173ms
And Click button advice in transport table "LOAD_EXPORT" 2s 324ms
And Set advice window in schedule 3s 302ms
And Select driver "Marek Kanarek" from suggestions 2s 286ms
Then Verify if mode of transportation select is empty 097ms
After Hooks.deleteAllTransports() 48s 851ms
After Hooks.deleteModeOfTransportationAfterTest() 347ms
Given Set token of apiUsername "super-admin-farmacol" 242ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 1s 982ms
When Create advice by JSON file "CREATE_ADVICE_FOR_EXTERNAL_DELIVERY" as "super-admin-farmacol" 3s 736ms
And Login as "farmacol-admin" 2s 348ms
And Go to "WAREHOUSE_TAB" 1s 139ms
And Select warehouse "Katowice Przyjęcia" 1s 368ms
And Set week view 2s 650ms
And Move cursor over time window element 468ms
Then Check if "Zaawizowany" "31415" "06:00" "GDA12345" are visible on time window popup details 382ms
After Hooks.deleteTransportAfterTest() 814ms
- order: advice data => advice window [A-7478]
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 5s 073ms
And Create default accepted mode of transportation by API with "pba1-carrier" 1s 900ms
And Create transport "CREATE_EXW_DELIVERY" by JSON file as "super-admin-bausch" 2s 151ms
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 827ms
When Go to "TRANSPORT_TABLE" 387ms
And Show all transport types 1s 152ms
And Click button advice in transport table "EXW_DELIVERY" 784ms
And Fill advice form 10s 404ms
And Click advice save button and wait for advice form to disappear 17s 774ms
And Click button advice in transport table "EXW_DELIVERY" 265ms
And Set advice window in schedule 3s 243ms
And Change filled value in transport details "rodo-acceptance" "checkbox" "true" "0" 2s 516ms
And Click advice save button and wait for advice form to disappear 33s 938ms
And Go to "TRANSPORT_TABLE" 379ms
And Show all transport types 1s 155ms
And Go to transport details "EXW_DELIVERY" 4s 752ms
Then Check are advice values equals 2s 633ms
After Hooks.deleteTransportAfterTest() 850ms
After Hooks.deleteModeOfTransportationAfterTest() 347ms