Project Number Date
ApolloFullRunnerReport kapibary.38 13 cze 2021, 04:15

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Advice transport 324 16 97 0 0 437 25 16 41 24m 50s 983ms Failed
Feature Advice transport
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 3s 396ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 2s 224ms
And Get inputs from database "CREATE_ADVICE_CONTAINER" "super-admin-adama" 8s 913ms
And Check is transport "CONTAINER" created in transport table and set transport id 1s 385ms
When Click button advice in transport table "CONTAINER" 270ms
And Set advice window in schedule in the past 3s 848ms
And Fill advice form 19s 923ms
And Click advice save button to check error message 192ms
Then Check if possible advice alert is displayed 070ms
After Hooks.deleteTransportAfterTest() 892ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 699ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 2s 121ms
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 392ms
When Click button advice in transport table "DELIVERY" 257ms
And Set advice window in schedule in the past 3s 649ms
And Fill advice form 10s 469ms
And Click advice save button to check error message 172ms
Then Check if possible advice alert is displayed 069ms
After Hooks.deleteTransportAfterTest() 735ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 628ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 2s 096ms
And Get inputs from database "ADVICE_LOAD" "super-admin-piast" 036ms
And Check is transport "LOAD" created in transport table and set transport id 1s 395ms
When Click button advice in transport table "LOAD" 250ms
And Set advice window in schedule in the past 3s 759ms
And Fill advice form 10s 773ms
And Click advice save button to check error message 183ms
Then Check if possible advice alert is displayed 065ms
After Hooks.deleteTransportAfterTest() 565ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 554ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 2s 201ms
And Get inputs from database "ADVICE_LOAD" "super-admin-keeeper" 036ms
And Check is transport "LOAD" created in transport table and set transport id 1s 388ms
When Click button advice in transport table "LOAD" 212ms
And Set advice window in schedule in the past 3s 350ms
And Fill advice form 16s 521ms
And Click advice save button to check error message 199ms
Then Check if possible advice alert is displayed 073ms
After Hooks.deleteTransportAfterTest() 557ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 625ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 2s 121ms
And Get inputs from database "ADVICE_CONTAINER" "super-admin-keeeper" 035ms
And Check is transport "CONTAINER" created in transport table and set transport id 1s 308ms
When Click button advice in transport table "CONTAINER" 190ms
And Set advice window in schedule in the past 3s 212ms
And Fill advice form 16s 466ms
And Click advice save button to check error message 202ms
Then Check if possible advice alert is displayed 074ms
After Hooks.deleteTransportAfterTest() 604ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 550ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 958ms
And Show all transport types 1s 148ms
And Create advice "CREATE_ADVICE_CONTAINER" "CONTAINER" "super-admin-adama" 57s 713ms
And Go to "TRANSPORT_TABLE" 409ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-adama" 041ms
When Go to transport details "CONTAINER" 4s 826ms
And Fill transport form 5s 225ms
And Get inputs from database "EDIT_ADVICE_CONTAINER" "super-admin-adama" 046ms
And Expand advice panel 360ms
And Edit advice in transport details 15s 392ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 543ms
And Go to transport details "CONTAINER" 4s 911ms
And Expand advice panel 268ms
Then Check are advice values equals after edition 702ms
After Hooks.deleteTransportAfterTest() 899ms
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 686ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 2s 100ms
And Show all transport types 1s 158ms
And Create advice "ADVICE_DELIVERY" "DELIVERY" "super-admin-piast" 24s 537ms
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.7ORV52}, 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.77, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: c62336e2932501a08fd91432e97640a3
	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:166)
	at CucumberTests.Transport.AdviceTransport.createAdvice(AdviceTransport.java:61)
	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() 578ms
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 604ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 2s 079ms
And Show all transport types 1s 173ms
And Create advice "ADVICE_LOAD" "LOAD" "super-admin-piast" 25s 488ms
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.7ORV52}, 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.77, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: c62336e2932501a08fd91432e97640a3
	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:166)
	at CucumberTests.Transport.AdviceTransport.createAdvice(AdviceTransport.java:61)
	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() 535ms
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 632ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 2s 014ms
And Show all transport types 1s 179ms
And Create advice "ADVICE_LOAD" "LOAD" "super-admin-keeeper" 30s 138ms
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.7ORV52}, 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.77, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: c62336e2932501a08fd91432e97640a3
	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:166)
	at CucumberTests.Transport.AdviceTransport.createAdvice(AdviceTransport.java:61)
	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() 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 693ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 2s 011ms
And Show all transport types 1s 136ms
And Create advice "ADVICE_CONTAINER" "CONTAINER" "super-admin-keeeper" 30s 187ms
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.7ORV52}, 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.77, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: c62336e2932501a08fd91432e97640a3
	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:166)
	at CucumberTests.Transport.AdviceTransport.createAdvice(AdviceTransport.java:61)
	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() 608ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 692ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 971ms
And Get inputs from database "EDIT_ADVICE_CONTAINER" "super-admin-adama" 038ms
When Show all transport types 1s 183ms
And Click button advice in transport table "CONTAINER" 247ms
And Set advice window in schedule 3s 153ms
And Fill advice form 16s 085ms
And Click advice save button and wait for advice form to disappear 33s 286ms
And Go to "TRANSPORT_TABLE" 455ms
And Go to transport details "CONTAINER" 4s 867ms
Then Check are advice values equals 911ms
After Hooks.deleteTransportAfterTest() 753ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 963ms
And Create transport "CREATE_TRANSFER_BETWEEN_WAREHOUSES" by JSON file as "super-admin-hochland" 2s 036ms
And Get inputs from database "ADVICE_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 035ms
When Show all transport types 1s 213ms
And Click button advice in transport table "TRANSFER_BETWEEN_WAREHOUSES" 231ms
And Set advice window in schedule 7s 617ms
And Fill advice form 14s 718ms
And Click advice save button and wait for advice form to disappear 33s 875ms
And Go to "TRANSPORT_TABLE" 543ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 4s 964ms
Then Check are advice values equals 2s 842ms
After Hooks.deleteTransportAfterTest() 1s 162ms
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" 3s 004ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 2s 077ms
And Get inputs from database "ADVICE_DELIVERY" "super-admin-piast" 036ms
When Show all transport types 1s 169ms
And Click button advice in transport table "DELIVERY" 235ms
And Set advice window in schedule 3s 385ms
And Fill advice form 10s 645ms
And Click advice save button and wait for advice form to disappear 10s 360ms
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.7ORV52}, 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.77, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: c62336e2932501a08fd91432e97640a3
	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:166)
	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() 725ms
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 712ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 963ms
And Get inputs from database "ADVICE_LOAD" "super-admin-piast" 036ms
When Show all transport types 1s 151ms
And Click button advice in transport table "LOAD" 241ms
And Set advice window in schedule 3s 618ms
And Fill advice form 10s 730ms
And Click advice save button and wait for advice form to disappear 10s 310ms
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.7ORV52}, 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.77, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: c62336e2932501a08fd91432e97640a3
	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:166)
	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() 609ms
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 751ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 995ms
And Get inputs from database "ADVICE_LOAD" "super-admin-keeeper" 036ms
When Show all transport types 1s 166ms
And Click button advice in transport table "LOAD" 241ms
And Set advice window in schedule 3s 238ms
And Fill advice form 16s 414ms
And Click advice save button and wait for advice form to disappear 10s 737ms
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.7ORV52}, 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.77, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: c62336e2932501a08fd91432e97640a3
	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:166)
	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() 529ms
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 727ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 2s 016ms
And Get inputs from database "ADVICE_CONTAINER" "super-admin-keeeper" 035ms
When Show all transport types 1s 162ms
And Click button advice in transport table "CONTAINER" 250ms
And Set advice window in schedule 3s 284ms
And Fill advice form 16s 447ms
And Click advice save button and wait for advice form to disappear 10s 794ms
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.7ORV52}, 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.77, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: c62336e2932501a08fd91432e97640a3
	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:166)
	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() 551ms
Given Set token of apiUsername "super-admin-adama" 267ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 16s 110ms
And Transfer transport to carrier by JSON file "super-admin-adama" "true" confirmation 901ms
And Set token of apiUsername "paa1-carrier@qa.qa-test" 318ms
And Accept transferred transport by Api 6s 940ms
And Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 2s 646ms
And Get inputs from database "ADVICE_TRANSPORT" "super-admin-adama" 036ms
When Show all transport types 1s 220ms
And Click button advice in transport table "TRANSPORT" 246ms
And Set advice window in schedule 3s 233ms
And Fill advice form 14s 837ms
And Click advice save button and wait for advice form to disappear 33s 985ms
And Go to "TRANSPORT_TABLE" 470ms
And Go to transport details "TRANSPORT" 4s 870ms
Then Check are advice values equals 2s 840ms
After Hooks.deleteTransportAfterTest() 844ms
Given Set token of apiUsername "super-admin-skz" 243ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 141ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 650ms
And Set token of apiUsername "pskza1-carrier@qa.qa-test" 256ms
And Accept transferred transport by Api 753ms
And Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 2s 655ms
And Get inputs from database "ADVICE_SMALLS" "super-admin-skz" 038ms
When Show all transport types 1s 206ms
And Click button advice in transport table "SMALLS_IMPORT" 1s 118ms
And Set advice window in schedule 3s 595ms
And Fill advice form 18s 050ms
And Click advice save button and wait for advice form to disappear 33s 870ms
And Go to "TRANSPORT_TABLE" 471ms
And Go to transport details "SMALLS_IMPORT" 4s 906ms
Then Check are advice values equals 2s 904ms
After Hooks.deleteTransportAfterTest() 859ms
Given Set token of apiUsername "super-admin-skz" 251ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 179ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 641ms
And Set token of apiUsername "pskza1-carrier@qa.qa-test" 229ms
And Accept transferred transport by Api 693ms
And Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 2s 722ms
And Get inputs from database "ADVICE_SMALLS" "super-admin-skz" 045ms
When Show all transport types 1s 202ms
And Click button advice in transport table "SMALLS_EXPORT" 1s 048ms
And Set advice window in schedule 3s 496ms
And Fill advice form 18s 015ms
And Click advice save button and wait for advice form to disappear 33s 874ms
And Go to "TRANSPORT_TABLE" 445ms
And Go to transport details "SMALLS_EXPORT" 4s 871ms
Then Check are advice values equals 2s 844ms
After Hooks.deleteTransportAfterTest() 901ms
Scenario Outline Check if the advice restriction blockade windows are visible during advice
Steps
Given Set token of apiUsername "super-admin-adama" 292ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 143ms
And Transfer transport to carrier by JSON file "super-admin-adama" "true" confirmation 631ms
And Accept transferred transport by Api 013ms
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:117)
	at Utils.JpaUtils.Apollo.SelectService.ApolloSelectDbService.getLongResult(ApolloSelectDbService.java:107)
	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() 868ms
Scenario Outline Check if the advice restriction blockade windows are visible during advice
Steps
Given Set token of apiUsername "super-admin-skz" 266ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 170ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 666ms
And Accept transferred transport by Api 013ms
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:117)
	at Utils.JpaUtils.Apollo.SelectService.ApolloSelectDbService.getLongResult(ApolloSelectDbService.java:107)
	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() 896ms
Scenario Outline Check if the advice restriction blockade windows are visible during advice
Steps
Given Set token of apiUsername "super-admin-skz" 247ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 191ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 667ms
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:117)
	at Utils.JpaUtils.Apollo.SelectService.ApolloSelectDbService.getLongResult(ApolloSelectDbService.java:107)
	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() 847ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 086ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 139ms
And Show all transport "false" 174ms
And Click on time window date 1s 779ms
And Select view "DAYS_4" 2s 141ms
And Move advice window "3" 1s 467ms
Then Check if advice window is in new location 056ms
After Hooks.deleteTransportAfterTest() 1s 500ms
Given Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 2s 274ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" 18s 035ms
And Show all transport "false" 171ms
And Click on time window date 16s 032ms
And Select view "DAYS_4" 2s 166ms
And Move advice window "3" 1s 704ms
Then Check if advice window is in new location 092ms
After Hooks.deleteTransportAfterTest() 648ms
Given Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 2s 635ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 16s 652ms
And Show all transport "false" 168ms
And Click on time window date 15s 876ms
And Select view "DAYS_4" 2s 176ms
And Move advice window "3" 1s 593ms
Then Check if advice window is in new location 068ms
After Hooks.deleteTransportAfterTest() 1s 052ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 948ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 2s 836ms
And Show all transport "false" 159ms
And Click on time window date 1s 924ms
And Select view "DAYS_4" 2s 183ms
And Move advice window "3" 1s 556ms
Then Check if advice window is in new location 070ms
After Hooks.deleteTransportAfterTest() 741ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 354ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 2s 880ms
And Show all transport "false" 160ms
And Click on time window date 1s 880ms
And Select view "DAYS_4" 2s 170ms
And Move advice window "3" 1s 463ms
Then Check if advice window is in new location 059ms
After Hooks.deleteTransportAfterTest() 1s 096ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 4s 745ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 2s 797ms
And Show all transport "true" 316ms
And Click on time window date 1s 802ms
And Select view "DAYS_4" 2s 154ms
And Move advice window "3" 1s 490ms
Then Check if advice window is in new location 062ms
After Hooks.deleteTransportAfterTest() 591ms
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 585ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 2s 058ms
And Set "advice" inputs from JSON file "ADVICE_DELIVERY" "super-admin-piast" 011ms
When Show all transport types 1s 156ms
And Click button advice in transport table "DELIVERY" 259ms
And Set advice window in schedule 3s 334ms
And Fill advice form 10s 579ms
And Click advice save button and wait for advice form to disappear 10s 782ms
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.7ORV52}, 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.77, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: c62336e2932501a08fd91432e97640a3
	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:166)
	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() 509ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 988ms
And Create transport "CREATE_LATE_DELIVERY" by JSON file as "super-admin-hochland" in "0" days 2s 974ms
Then Check if transport row is "red" 3s 287ms
After Hooks.deleteTransportAfterTest() 832ms
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 814ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 159ms
And Go to "TRANSPORT_TABLE" 449ms
And Show all transport types 1s 143ms
And Click on time window date 1s 813ms
And Scroll to time window "adviceWindow" 158ms
And Set time window height "80" "adviceWindow" 2s 539ms
Then Check height of the time window after expanding by "80" in "adviceWindow" 074ms
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() 330ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 216ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 2s 711ms
And Go to "TRANSPORT_TABLE" 362ms
And Show all transport types 1s 142ms
And Click on time window date 1s 852ms
And Scroll to time window "adviceWindow" 131ms
And Set time window height "120" "adviceWindow" 2s 515ms
Then Check height of the time window after expanding by "120" in "adviceWindow" 074ms
After Hooks.deleteTransportAfterTest() 834ms
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 626ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 3s 013ms
And Go to "TRANSPORT_TABLE" 401ms
And Show all transport types 1s 152ms
And Click on time window date 1s 693ms
And Scroll to time window "adviceWindow" 148ms
And Set time window height "48" "adviceWindow" 2s 519ms
Then Check height of the time window after expanding by "48" in "adviceWindow" 069ms
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() 831ms
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 8s 567ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" 17s 034ms
And Go to "TRANSPORT_TABLE" 566ms
And Show all transport types 15s 041ms
And Click on time window date 16s 190ms
And Scroll to time window "adviceWindow" 209ms
And Set time window height "40" "adviceWindow" 2s 549ms
Then Check height of the time window after expanding by "40" in "adviceWindow" 079ms
After Hooks.deleteTransportAfterTest() 833ms
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 685ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 2s 074ms
And Get inputs from database "ADVICE_DELIVERY" "super-admin-piast" 034ms
When Show all transport types 1s 155ms
And Click button advice in transport table "DELIVERY" 252ms
And Set advice window in schedule 3s 334ms
And Fill advice form 10s 363ms
And Click advice save button and wait for advice form to disappear 10s 822ms
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.7ORV52}, 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.77, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: c62336e2932501a08fd91432e97640a3
	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:166)
	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() 644ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-hochland" 035ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 985ms
And Go to "WAREHOUSE_TAB" 1s 164ms
And Select warehouse "Twarożkarnia wyrób gotowy" 2s 109ms
When Go to new transport "DELIVERY" 601ms
And Fill transport form 44s 687ms
And Click "save-transport" save button and wait for form to disappear 893ms
And Click previous page button in browser 061ms
Then Check if advice window can't be created 3s 351ms
After Hooks.deleteTransportAfterTest() 001ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-hochland" 038ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 054ms
And Go to "WAREHOUSE_TAB" 1s 153ms
And Select warehouse "Twarożkarnia wyrób gotowy" 2s 141ms
When Go to new transport "DELIVERY" 664ms
And Fill transport form 44s 733ms
And Click "save-transport" save button and wait for form to disappear 848ms
And Replace warehouse id in browser url with "Twarożkarnia wyrób gotowy" id 202ms
Then Check if advice window can't be created 2s 581ms
After Hooks.deleteTransportAfterTest() 001ms
Given Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 2s 761ms
And Create transport "CREATE_TRANSPORT_WITHOUT_WAREHOUSES" by JSON file as "super-admin-adama" 2s 223ms
And Transfer transport to carrier by JSON file "super-admin-adama" "false" confirmation 940ms
And Get inputs from database "ADVICE_TRANSPORT" "super-admin-adama" 034ms
When Show all transport types 1s 158ms
And Click button advice in transport table "TRANSPORT" 213ms
And Fill advice form 13s 865ms
And Click advice save button and wait for advice form to disappear 32s 758ms
When Find transport in table with status "no-advice-undefined" 3s 784ms
And Open statuses popup 198ms
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" 177ms
After Hooks.deleteTransportAfterTest() 794ms
Scenario Outline Check if mode of transportation select is still empty after selecting driver in advice form
Steps
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 5s 843ms
And Create default accepted mode of transportation by API with "pba1-carrier" 3s 224ms
And Create transport "CREATE_LOAD_PL" by JSON file as "super-admin-bausch" 631ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <422>.

	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.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:83)
	at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:77)
	at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:84)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:59)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:238)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:250)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure.validate(ResponseSpecificationImpl.groovy:494)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure$validate$1.call(Unknown Source)
	at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1750)
	at sun.reflect.GeneratedMethodAccessor73.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:822)
	at io.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:47)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1755)
	at sun.reflect.GeneratedMethodAccessor72.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:822)
	at io.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:47)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.RequestSpecificationImpl.post(RequestSpecificationImpl.groovy:175)
	at io.restassured.internal.RequestSpecificationImpl.post(RequestSpecificationImpl.groovy)
	at Utils.RestUtils.RestUtil.postObjectToApolloApi(RestUtil.java:64)
	at CucumberTests.Transport.CreateTransport.createByJSONFileAs(CreateTransport.java:76)
	at ✽.Create transport "CREATE_LOAD_PL" by JSON file as "super-admin-bausch"(file:Features/Atom/Advice/AdviceTransport.feature:264)
And Set "advice" inputs from JSON file "ADVICE_LOAD_PL" "super-admin-bausch" 000ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "true" confirmation 000ms
And Click button advice in transport table "LOAD_PL" 000ms
And Set advice window in schedule 000ms
And Fill advice form 000ms
And Click advice save button and wait for advice form to disappear 000ms
And Create transport "CREATE_LOAD_PL" by JSON file as "super-admin-bausch" 000ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "true" confirmation 000ms
When Go to "TRANSPORT_TABLE" 000ms
And Show all transport types 000ms
And Click button advice in transport table "LOAD_PL" 000ms
And Set advice window in schedule 000ms
And Select driver "Marek Kanarek" from suggestions 000ms
Then Verify if mode of transportation select is empty 000ms
After Hooks.deleteAllTransports() 1m 16s 952ms
After Hooks.deleteModeOfTransportationAfterTest() 540ms
Given Set token of apiUsername "super-admin-farmacol" 243ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 2s 029ms
When Create advice by JSON file "CREATE_ADVICE_FOR_EXTERNAL_DELIVERY" as "super-admin-farmacol" 3s 995ms
And Login as "farmacol-admin" 2s 379ms
And Go to "WAREHOUSE_TAB" 1s 131ms
And Select warehouse "Katowice Przyjęcia" 1s 422ms
And Set week view 2s 634ms
And Move cursor over time window element 471ms
Then Check if "Zaawizowany" "31415" "06:00" "GDA12345" are visible on time window popup details 394ms
After Hooks.deleteTransportAfterTest() 810ms
- order: advice data => advice window [A-7478]
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 4s 372ms
And Create default accepted mode of transportation by API with "pba1-carrier" 2s 027ms
And Create transport "CREATE_EXW_DELIVERY" by JSON file as "super-admin-bausch" 2s 165ms
And Set "advice" inputs from JSON file "ADVICE_EXW_DELIVERY" "super-admin-bausch" 002ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "true" confirmation 902ms
When Go to "TRANSPORT_TABLE" 318ms
And Show all transport types 1s 119ms
And Click button advice in transport table "EXW_DELIVERY" 779ms
And Fill advice form 10s 721ms
And Click advice save button and wait for advice form to disappear 33s 241ms
And Click button advice in transport table "EXW_DELIVERY" 264ms
And Set advice window in schedule 3s 447ms
And Change filled value in transport details "rodo-acceptance" "checkbox" "true" "0" 2s 658ms
And Click advice save button and wait for advice form to disappear 34s 227ms
And Go to "TRANSPORT_TABLE" 448ms
And Show all transport types 1s 163ms
And Go to transport details "EXW_DELIVERY" 4s 816ms
Then Check are advice values equals 2s 626ms
After Hooks.deleteTransportAfterTest() 897ms
After Hooks.deleteModeOfTransportationAfterTest() 370ms