Project Number Date
ApolloFullRunnerReport kapibary.37 12 cze 2021, 04:30

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Advice transport 323 17 97 0 0 437 24 17 41 25m 41s 598ms Failed
Feature Advice transport
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 7s 306ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 2s 114ms
And Get inputs from database "CREATE_ADVICE_CONTAINER" "super-admin-adama" 9s 044ms
And Check is transport "CONTAINER" created in transport table and set transport id 1s 361ms
When Click button advice in transport table "CONTAINER" 204ms
And Set advice window in schedule in the past 3s 481ms
And Fill advice form 19s 957ms
And Click advice save button to check error message 190ms
Then Check if possible advice alert is displayed 071ms
After Hooks.deleteTransportAfterTest() 592ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 7s 060ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 2s 126ms
And Get inputs from database "ADVICE_DELIVERY" "super-admin-piast" 036ms
And Check is transport "DELIVERY" created in transport table and set transport id 1s 317ms
When Click button advice in transport table "DELIVERY" 186ms
And Set advice window in schedule in the past 3s 417ms
And Fill advice form 10s 701ms
And Click advice save button to check error message 212ms
Then Check if possible advice alert is displayed 073ms
After Hooks.deleteTransportAfterTest() 707ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 684ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 2s 011ms
And Get inputs from database "ADVICE_LOAD" "super-admin-piast" 035ms
And Check is transport "LOAD" created in transport table and set transport id 1s 374ms
When Click button advice in transport table "LOAD" 249ms
And Set advice window in schedule in the past 3s 417ms
And Fill advice form 10s 718ms
And Click advice save button to check error message 204ms
Then Check if possible advice alert is displayed 073ms
After Hooks.deleteTransportAfterTest() 664ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 7s 624ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 2s 064ms
And Get inputs from database "ADVICE_LOAD" "super-admin-keeeper" 037ms
And Check is transport "LOAD" created in transport table and set transport id 1s 434ms
When Click button advice in transport table "LOAD" 581ms
And Set advice window in schedule in the past 3s 353ms
And Fill advice form 16s 217ms
And Click advice save button to check error message 210ms
Then Check if possible advice alert is displayed 076ms
After Hooks.deleteTransportAfterTest() 866ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 484ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 2s 089ms
And Get inputs from database "ADVICE_CONTAINER" "super-admin-keeeper" 036ms
And Check is transport "CONTAINER" created in transport table and set transport id 1s 380ms
When Click button advice in transport table "CONTAINER" 256ms
And Set advice window in schedule in the past 3s 288ms
And Fill advice form 16s 293ms
And Click advice save button to check error message 199ms
Then Check if possible advice alert is displayed 071ms
After Hooks.deleteTransportAfterTest() 570ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 528ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 2s 066ms
And Show all transport types 1s 168ms
And Create advice "CREATE_ADVICE_CONTAINER" "CONTAINER" "super-admin-adama" 41s 595ms
And Go to "TRANSPORT_TABLE" 399ms
And Get inputs from database "EDIT_CONTAINER" "super-admin-adama" 034ms
When Go to transport details "CONTAINER" 4s 859ms
And Fill transport form 5s 228ms
And Get inputs from database "EDIT_ADVICE_CONTAINER" "super-admin-adama" 043ms
And Expand advice panel 277ms
And Edit advice in transport details 15s 559ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 535ms
And Go to transport details "CONTAINER" 4s 853ms
And Expand advice panel 283ms
Then Check are advice values equals after edition 690ms
After Hooks.deleteTransportAfterTest() 779ms
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 812ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 2s 032ms
And Show all transport types 1s 164ms
And Create advice "ADVICE_DELIVERY" "DELIVERY" "super-admin-piast" 24s 675ms
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.RU4hwZ}, 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: 50caafb0670514c05ead27b6beca997b
	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() 880ms
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 612ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 2s 061ms
And Show all transport types 1s 168ms
And Create advice "ADVICE_LOAD" "LOAD" "super-admin-piast" 24s 828ms
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.RU4hwZ}, 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: 50caafb0670514c05ead27b6beca997b
	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() 628ms
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 607ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 2s 025ms
And Show all transport types 1s 156ms
And Create advice "ADVICE_LOAD" "LOAD" "super-admin-keeeper" 30s 285ms
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.RU4hwZ}, 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: 50caafb0670514c05ead27b6beca997b
	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() 500ms
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 416ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 2s 010ms
And Show all transport types 1s 161ms
And Create advice "ADVICE_CONTAINER" "CONTAINER" "super-admin-keeeper" 30s 684ms
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.RU4hwZ}, 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: 50caafb0670514c05ead27b6beca997b
	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() 591ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 666ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-adama" 1s 950ms
And Get inputs from database "EDIT_ADVICE_CONTAINER" "super-admin-adama" 036ms
When Show all transport types 1s 162ms
And Click button advice in transport table "CONTAINER" 256ms
And Set advice window in schedule 3s 194ms
And Fill advice form 16s 126ms
And Click advice save button and wait for advice form to disappear 33s 286ms
And Go to "TRANSPORT_TABLE" 467ms
And Go to transport details "CONTAINER" 4s 907ms
Then Check are advice values equals 934ms
After Hooks.deleteTransportAfterTest() 776ms
Scenario Outline Check if it is possible to advice by advice button in transport table
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 16s 298ms
And Create transport "CREATE_TRANSFER_BETWEEN_WAREHOUSES" by JSON file as "super-admin-hochland" 2s 042ms
And Get inputs from database "ADVICE_TRANSFER_BETWEEN_WAREHOUSES" "super-admin-hochland" 034ms
When Show all transport types 1s 134ms
And Click button advice in transport table "TRANSFER_BETWEEN_WAREHOUSES" 233ms
And Set advice window in schedule 7s 564ms
And Fill advice form 14s 793ms
And Click advice save button and wait for advice form to disappear 33s 830ms
And Go to "TRANSPORT_TABLE" 504ms
And Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 4s 901ms
Then Check are advice values equals 367ms
org.junit.ComparisonFailure: Wartości w formularzu w polu phone-number-prefix są niepoprawne, wartość na stronie: 48 wartość poprawna: 22 expected:<[22]> but was:<[48]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:122)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:261)
	at CucumberTests.Transport.AdviceTransport.checkAdviceValues(AdviceTransport.java:138)
	at ✽.Check are advice values equals(file:Features/Atom/Advice/AdviceTransport.feature:60)
After Hooks.deleteTransportAfterTest() 967ms
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 528ms
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
When Show all transport types 1s 166ms
And Click button advice in transport table "DELIVERY" 238ms
And Set advice window in schedule 3s 386ms
And Fill advice form 10s 558ms
And Click advice save button and wait for advice form to disappear 10s 695ms
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.RU4hwZ}, 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: 50caafb0670514c05ead27b6beca997b
	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() 566ms
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 580ms
And Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 2s 098ms
And Get inputs from database "ADVICE_LOAD" "super-admin-piast" 036ms
When Show all transport types 1s 199ms
And Click button advice in transport table "LOAD" 235ms
And Set advice window in schedule 3s 426ms
And Fill advice form 10s 822ms
And Click advice save button and wait for advice form to disappear 10s 685ms
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.RU4hwZ}, 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: 50caafb0670514c05ead27b6beca997b
	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() 534ms
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 396ms
And Create transport "CREATE_LOAD" by JSON file as "super-admin-keeeper" 1s 996ms
And Get inputs from database "ADVICE_LOAD" "super-admin-keeeper" 036ms
When Show all transport types 1s 170ms
And Click button advice in transport table "LOAD" 376ms
And Set advice window in schedule 3s 407ms
And Fill advice form 16s 493ms
And Click advice save button and wait for advice form to disappear 10s 323ms
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.RU4hwZ}, 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: 50caafb0670514c05ead27b6beca997b
	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() 581ms
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 581ms
And Create transport "CREATE_CONTAINER" by JSON file as "super-admin-keeeper" 2s 066ms
And Get inputs from database "ADVICE_CONTAINER" "super-admin-keeeper" 035ms
When Show all transport types 1s 157ms
And Click button advice in transport table "CONTAINER" 252ms
And Set advice window in schedule 3s 248ms
And Fill advice form 16s 269ms
And Click advice save button and wait for advice form to disappear 10s 853ms
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.RU4hwZ}, 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: 50caafb0670514c05ead27b6beca997b
	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() 547ms
Given Set token of apiUsername "super-admin-adama" 292ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 16s 054ms
And Transfer transport to carrier by JSON file "super-admin-adama" "true" confirmation 680ms
And Set token of apiUsername "paa1-carrier@qa.qa-test" 263ms
And Accept transferred transport by Api 7s 046ms
And Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 5s 534ms
And Get inputs from database "ADVICE_TRANSPORT" "super-admin-adama" 038ms
When Show all transport types 1s 302ms
And Click button advice in transport table "TRANSPORT" 259ms
And Set advice window in schedule 3s 298ms
And Fill advice form 14s 721ms
And Click advice save button and wait for advice form to disappear 33s 845ms
And Go to "TRANSPORT_TABLE" 472ms
And Go to transport details "TRANSPORT" 4s 891ms
Then Check are advice values equals 2s 833ms
After Hooks.deleteTransportAfterTest() 886ms
Given Set token of apiUsername "super-admin-skz" 248ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 144ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 637ms
And Set token of apiUsername "pskza1-carrier@qa.qa-test" 231ms
And Accept transferred transport by Api 764ms
And Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 10s 284ms
And Get inputs from database "ADVICE_SMALLS" "super-admin-skz" 034ms
When Show all transport types 1s 245ms
And Click button advice in transport table "SMALLS_IMPORT" 983ms
And Set advice window in schedule 3s 611ms
And Fill advice form 17s 898ms
And Click advice save button and wait for advice form to disappear 33s 884ms
And Go to "TRANSPORT_TABLE" 365ms
And Go to transport details "SMALLS_IMPORT" 4s 858ms
Then Check are advice values equals 2s 946ms
After Hooks.deleteTransportAfterTest() 838ms
Given Set token of apiUsername "super-admin-skz" 246ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 134ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 624ms
And Set token of apiUsername "pskza1-carrier@qa.qa-test" 233ms
And Accept transferred transport by Api 662ms
And Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 2s 674ms
And Get inputs from database "ADVICE_SMALLS" "super-admin-skz" 035ms
When Show all transport types 1s 170ms
And Click button advice in transport table "SMALLS_EXPORT" 1s 291ms
And Set advice window in schedule 3s 415ms
And Fill advice form 18s 122ms
And Click advice save button and wait for advice form to disappear 33s 865ms
And Go to "TRANSPORT_TABLE" 445ms
And Go to transport details "SMALLS_EXPORT" 4s 841ms
Then Check are advice values equals 2s 826ms
After Hooks.deleteTransportAfterTest() 861ms
Scenario Outline Check if the advice restriction blockade windows are visible during advice
Steps
Given Set token of apiUsername "super-admin-adama" 248ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 086ms
And Transfer transport to carrier by JSON file "super-admin-adama" "true" confirmation 601ms
And Accept transferred transport by Api 016ms
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() 817ms
Scenario Outline Check if the advice restriction blockade windows are visible during advice
Steps
Given Set token of apiUsername "super-admin-skz" 248ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 101ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 644ms
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_IMPORT" 000ms
And Set week view 000ms
And Show yesterday 000ms
Then Check if advice restriction blockade windows are visible 000ms
After Hooks.deleteTransportAfterTest() 866ms
Scenario Outline Check if the advice restriction blockade windows are visible during advice
Steps
Given Set token of apiUsername "super-admin-skz" 249ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 104ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 710ms
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_EXPORT" 000ms
And Set week view 000ms
And Show yesterday 000ms
Then Check if advice restriction blockade windows are visible 000ms
After Hooks.deleteTransportAfterTest() 852ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 127ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 100ms
And Show all transport "false" 173ms
And Click on time window date 1s 808ms
And Select view "DAYS_4" 2s 143ms
And Move advice window "3" 1s 510ms
Then Check if advice window is in new location 069ms
After Hooks.deleteTransportAfterTest() 1s 165ms
Given Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 5s 786ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" 17s 898ms
And Show all transport "false" 160ms
And Click on time window date 16s 018ms
And Select view "DAYS_4" 2s 191ms
And Move advice window "3" 1s 697ms
Then Check if advice window is in new location 087ms
After Hooks.deleteTransportAfterTest() 650ms
Given Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 5s 406ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 16s 603ms
And Show all transport "false" 161ms
And Click on time window date 15s 857ms
And Select view "DAYS_4" 2s 178ms
And Move advice window "3" 1s 650ms
Then Check if advice window is in new location 067ms
After Hooks.deleteTransportAfterTest() 930ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 6s 030ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 2s 854ms
And Show all transport "false" 198ms
And Click on time window date 1s 862ms
And Select view "DAYS_4" 2s 165ms
And Move advice window "3" 1s 584ms
Then Check if advice window is in new location 063ms
After Hooks.deleteTransportAfterTest() 1s 043ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 2s 690ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 2s 895ms
And Show all transport "false" 162ms
And Click on time window date 2s 110ms
And Select view "DAYS_4" 2s 182ms
And Move advice window "3" 1s 456ms
Then Check if advice window is in new location 065ms
After Hooks.deleteTransportAfterTest() 1s 156ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 6s 367ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 2s 763ms
And Show all transport "true" 329ms
And Click on time window date 1s 750ms
And Select view "DAYS_4" 2s 135ms
And Move advice window "3" 1s 522ms
Then Check if advice window is in new location 064ms
After Hooks.deleteTransportAfterTest() 514ms
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 491ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 975ms
And Set "advice" inputs from JSON file "ADVICE_DELIVERY" "super-admin-piast" 013ms
When Show all transport types 1s 147ms
And Click button advice in transport table "DELIVERY" 284ms
And Set advice window in schedule 3s 372ms
And Fill advice form 10s 628ms
And Click advice save button and wait for advice form to disappear 10s 806ms
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.RU4hwZ}, 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: 50caafb0670514c05ead27b6beca997b
	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() 726ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 103ms
And Create transport "CREATE_LATE_DELIVERY" by JSON file as "super-admin-hochland" in "0" days 2s 940ms
Then Check if transport row is "red" 3s 281ms
After Hooks.deleteTransportAfterTest() 798ms
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 969ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 075ms
And Go to "TRANSPORT_TABLE" 446ms
And Show all transport types 1s 143ms
And Click on time window date 1s 803ms
And Scroll to time window "adviceWindow" 161ms
And Set time window height "80" "adviceWindow" 2s 534ms
Then Check height of the time window after expanding by "80" in "adviceWindow" 071ms
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() 852ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 2s 283ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 2s 857ms
And Go to "TRANSPORT_TABLE" 373ms
And Show all transport types 1s 185ms
And Click on time window date 1s 797ms
And Scroll to time window "adviceWindow" 136ms
And Set time window height "120" "adviceWindow" 2s 498ms
Then Check height of the time window after expanding by "120" in "adviceWindow" 072ms
After Hooks.deleteTransportAfterTest() 825ms
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 406ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 2s 946ms
And Go to "TRANSPORT_TABLE" 483ms
And Show all transport types 1s 158ms
And Click on time window date 1s 698ms
And Scroll to time window "adviceWindow" 218ms
And Set time window height "48" "adviceWindow" 2s 523ms
Then Check height of the time window after expanding by "48" in "adviceWindow" 070ms
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() 801ms
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 9s 905ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" 16s 967ms
And Go to "TRANSPORT_TABLE" 506ms
And Show all transport types 15s 023ms
And Click on time window date 16s 079ms
And Scroll to time window "adviceWindow" 206ms
And Set time window height "40" "adviceWindow" 2s 568ms
Then Check height of the time window after expanding by "40" in "adviceWindow" 071ms
After Hooks.deleteTransportAfterTest() 795ms
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 765ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 2s 070ms
And Get inputs from database "ADVICE_DELIVERY" "super-admin-piast" 034ms
When Show all transport types 1s 147ms
And Click button advice in transport table "DELIVERY" 194ms
And Set advice window in schedule 3s 336ms
And Fill advice form 10s 714ms
And Click advice save button and wait for advice form to disappear 10s 307ms
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.RU4hwZ}, 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: 50caafb0670514c05ead27b6beca997b
	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() 618ms
Given Get inputs from database "CREATE_DELIVERY" "super-admin-hochland" 035ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 125ms
And Go to "WAREHOUSE_TAB" 1s 282ms
And Select warehouse "Twarożkarnia wyrób gotowy" 2s 130ms
When Go to new transport "DELIVERY" 732ms
And Fill transport form 44s 938ms
And Click "save-transport" save button and wait for form to disappear 15s 870ms
And Click previous page button in browser 051ms
Then Check if advice window can't be created 2s 932ms
After Hooks.deleteTransportAfterTest() 000ms
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 880ms
And Go to "WAREHOUSE_TAB" 1s 201ms
And Select warehouse "Twarożkarnia wyrób gotowy" 2s 230ms
When Go to new transport "DELIVERY" 666ms
And Fill transport form 45s 103ms
And Click "save-transport" save button and wait for form to disappear 852ms
And Replace warehouse id in browser url with "Twarożkarnia wyrób gotowy" id 197ms
Then Check if advice window can't be created 2s 607ms
After Hooks.deleteTransportAfterTest() 001ms
Given Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 2s 579ms
And Create transport "CREATE_TRANSPORT_WITHOUT_WAREHOUSES" by JSON file as "super-admin-adama" 2s 233ms
And Transfer transport to carrier by JSON file "super-admin-adama" "false" confirmation 851ms
And Get inputs from database "ADVICE_TRANSPORT" "super-admin-adama" 034ms
When Show all transport types 1s 150ms
And Click button advice in transport table "TRANSPORT" 288ms
And Fill advice form 13s 925ms
And Click advice save button and wait for advice form to disappear 33s 311ms
When Find transport in table with status "no-advice-undefined" 3s 695ms
And Open statuses popup 206ms
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" 164ms
After Hooks.deleteTransportAfterTest() 647ms
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 679ms
And Create default accepted mode of transportation by API with "pba1-carrier" 2s 196ms
And Create transport "CREATE_LOAD_PL" by JSON file as "super-admin-bausch" 674ms
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 17s 021ms
After Hooks.deleteModeOfTransportationAfterTest() 487ms
Given Set token of apiUsername "super-admin-farmacol" 253ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 1s 958ms
When Create advice by JSON file "CREATE_ADVICE_FOR_EXTERNAL_DELIVERY" as "super-admin-farmacol" 4s 156ms
And Login as "farmacol-admin" 9s 219ms
And Go to "WAREHOUSE_TAB" 1s 040ms
And Select warehouse "Katowice Przyjęcia" 1s 482ms
And Set week view 2s 494ms
And Move cursor over time window element 470ms
Then Check if "Zaawizowany" "31415" "06:00" "GDA12345" are visible on time window popup details 393ms
After Hooks.deleteTransportAfterTest() 759ms
- order: advice data => advice window [A-7478]
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 4s 562ms
And Create default accepted mode of transportation by API with "pba1-carrier" 1s 893ms
And Create transport "CREATE_EXW_DELIVERY" by JSON file as "super-admin-bausch" 2s 201ms
And Set "advice" inputs from JSON file "ADVICE_EXW_DELIVERY" "super-admin-bausch" 003ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "true" confirmation 819ms
When Go to "TRANSPORT_TABLE" 402ms
And Show all transport types 1s 155ms
And Click button advice in transport table "EXW_DELIVERY" 744ms
And Fill advice form 10s 746ms
And Click advice save button and wait for advice form to disappear 33s 286ms
And Click button advice in transport table "EXW_DELIVERY" 259ms
And Set advice window in schedule 3s 358ms
And Change filled value in transport details "rodo-acceptance" "checkbox" "true" "0" 2s 622ms
And Click advice save button and wait for advice form to disappear 34s 692ms
And Go to "TRANSPORT_TABLE" 412ms
And Show all transport types 1s 143ms
And Go to transport details "EXW_DELIVERY" 4s 870ms
Then Check are advice values equals 2s 706ms
After Hooks.deleteTransportAfterTest() 961ms
After Hooks.deleteModeOfTransportationAfterTest() 337ms