Project Number Date
ApolloFullRunnerReport kapibary.44 17 cze 2021, 00:11

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Transport form 298 8 48 0 0 354 27 8 35 28m 36s 531ms Failed
Feature Transport form
Given Set "transport" inputs from JSON file "CREATE_SMALLS_IMPORT" "super-admin-skz" 001ms
And Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 609ms
When Go to new transport "SMALLS_IMPORT" 683ms
And Fill transport form 21s 447ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 361ms
And Show all transport "false" 158ms
And Go to transport details "SMALLS_IMPORT" 4s 964ms
And Click create similar button 15s 247ms
And Fill "transport" form "CREATE_SIMILAR_SMALLS_IMPORT" by "super-admin-skz" 001ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 402ms
And Open similar transport details 525ms
Then Check are transport values equals 2s 365ms
After Hooks.deleteTransportAfterTest() 597ms
After Hooks.deleteSimilarTransportAfterTest() 591ms
Scenario Outline Check if transport created without advice by similar button has correct values
Steps
Given Set "transport" inputs from JSON file "CREATE_TRANSPORT_ORDER" "super-admin-alrec" 001ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 5s 035ms
When Go to new transport "TRANSPORT_ORDER" 758ms
And Fill transport form 26s 256ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 904ms
And Show all transport "true" 337ms
And Go to transport details "TRANSPORT_ORDER" 4s 739ms
And Click create similar button 15s 190ms
And Fill "transport" form "CREATE_SIMILAR_TRANSPORT_ORDER" by "super-admin-alrec" 001ms
And Click "save-transport-and-close" save button and wait for form to disappear 10s 664ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for element to no longer be visible: By.xpath: //button[@type='submit' and @data-field-name='save-transport-and-close'] (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.0P7KcA}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.106, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: e1801bfd7fc29de801f7842a91e41467
	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.TransportFormPage.clickSaveButtonAndWaitForFormToDisappear(TransportFormPage.java:192)
	at CucumberTests.Transport.CreateTransport.clickSaveButtonAndWaitForFormToDisappear(CreateTransport.java:201)
	at ✽.Click "save-transport-and-close" save button and wait for form to disappear(file:Features/Atom/Transport/TransportForm/TransportForm.feature:14)
And Open similar transport details 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 550ms
After Hooks.deleteSimilarTransportAfterTest() 000ms
Scenario Outline Check if transport created with advice by similar button has correct values
Steps
Given Set "transport" inputs from JSON file "CREATE_DELIVERY" "pna1-carrier" 001ms
And Login as "pna1-carrier" and set token of apiUsername "pna1-carrier" 7s 975ms
When Go to new transport "DELIVERY" 15s 562ms
And Fill transport form 52s 408ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.xpath: //div[@data-field-name='company-step-0']//div[contains(@style, 'block;')] (tried for 30 second(s) with 500 MILLISECONDS interval)
	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.checkElementIsVisible(BasePage.java:177)
	at CucumberTests.Transport.Transport.fillAutocompleteInput(Transport.java:204)
	at CucumberTests.Transport.Transport.fillForm(Transport.java:163)
	at CucumberTests.Transport.CreateTransport.fillTransportForm(CreateTransport.java:183)
	at ✽.Fill transport form(file:Features/Atom/Transport/TransportForm/TransportForm.feature:29)
Caused by: org.openqa.selenium.NoSuchElementException: Cannot locate an element using By.xpath: //div[@data-field-name='company-step-0']//div[contains(@style, 'block;')]
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'apollo-test-2', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-50-generic', java.version: '1.8.0_292'
Driver info: driver.version: unknown
	at org.openqa.selenium.support.ui.ExpectedConditions.lambda$findElement$0(ExpectedConditions.java:882)
	at java.util.Optional.orElseThrow(Optional.java:290)
	at org.openqa.selenium.support.ui.ExpectedConditions.findElement(ExpectedConditions.java:881)
	at org.openqa.selenium.support.ui.ExpectedConditions.access$000(ExpectedConditions.java:43)
	at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
	at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:208)
	at Pages.BasePage.checkElementIsVisible(BasePage.java:177)
	at CucumberTests.Transport.Transport.fillAutocompleteInput(Transport.java:204)
	at CucumberTests.Transport.Transport.fillForm(Transport.java:163)
	at CucumberTests.Transport.CreateTransport.fillTransportForm(CreateTransport.java:183)
	at sun.reflect.GeneratedMethodAccessor278.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at cucumber.runtime.Utils$1.call(Utils.java:26)
	at cucumber.runtime.Timeout.timeout(Timeout.java:16)
	at cucumber.runtime.Utils.invoke(Utils.java:20)
	at cucumber.runtime.java.JavaStepDefinition.execute(JavaStepDefinition.java:57)
	at cucumber.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:50)
	at cucumber.runner.TestStep.executeStep(TestStep.java:63)
	at cucumber.runner.TestStep.run(TestStep.java:49)
	at cucumber.runner.PickleStepTestStep.run(PickleStepTestStep.java:43)
	at cucumber.runner.TestCase.run(TestCase.java:45)
	at cucumber.runner.Runner.runPickle(Runner.java:40)
	at cucumber.runtime.junit.PickleRunners$WithStepDescriptions.run(PickleRunners.java:97)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:68)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:23)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:73)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:122)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:64)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at cucumber.api.junit.Cucumber$1.evaluate(Cucumber.java:131)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
And Click "save-transport" save button and wait for form to disappear 000ms
And Set advice window in schedule 000ms
And Check is transport created in schedule and set transport id 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "DELIVERY" 000ms
And Click create similar button 000ms
And Fill "transport" form "CREATE_SIMILAR_DELIVERY" by "pna1-carrier" 000ms
And Click "save-transport" save button and wait for form to disappear 000ms
And Set advice window in schedule in "2" days 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Open similar transport details 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 001ms
After Hooks.deleteSimilarTransportAfterTest() 000ms
Scenario Outline Check if transport created with advice by similar button has correct carrier
Steps
Given Set "transport" inputs from JSON file "CREATE_DELIVERY" "pna1-carrier" 001ms
And Login as "pna1-carrier" and set token of apiUsername "pna1-carrier" 2s 590ms
When Go to new transport "DELIVERY" 15s 558ms
And Fill transport form 52s 975ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.xpath: //div[@data-field-name='company-step-0']//div[contains(@style, 'block;')] (tried for 30 second(s) with 500 MILLISECONDS interval)
	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.checkElementIsVisible(BasePage.java:177)
	at CucumberTests.Transport.Transport.fillAutocompleteInput(Transport.java:204)
	at CucumberTests.Transport.Transport.fillForm(Transport.java:163)
	at CucumberTests.Transport.CreateTransport.fillTransportForm(CreateTransport.java:183)
	at ✽.Fill transport form(file:Features/Atom/Transport/TransportForm/TransportForm.feature:53)
Caused by: org.openqa.selenium.NoSuchElementException: Cannot locate an element using By.xpath: //div[@data-field-name='company-step-0']//div[contains(@style, 'block;')]
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'apollo-test-2', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-50-generic', java.version: '1.8.0_292'
Driver info: driver.version: unknown
	at org.openqa.selenium.support.ui.ExpectedConditions.lambda$findElement$0(ExpectedConditions.java:882)
	at java.util.Optional.orElseThrow(Optional.java:290)
	at org.openqa.selenium.support.ui.ExpectedConditions.findElement(ExpectedConditions.java:881)
	at org.openqa.selenium.support.ui.ExpectedConditions.access$000(ExpectedConditions.java:43)
	at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
	at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:208)
	at Pages.BasePage.checkElementIsVisible(BasePage.java:177)
	at CucumberTests.Transport.Transport.fillAutocompleteInput(Transport.java:204)
	at CucumberTests.Transport.Transport.fillForm(Transport.java:163)
	at CucumberTests.Transport.CreateTransport.fillTransportForm(CreateTransport.java:183)
	at sun.reflect.GeneratedMethodAccessor278.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at cucumber.runtime.Utils$1.call(Utils.java:26)
	at cucumber.runtime.Timeout.timeout(Timeout.java:16)
	at cucumber.runtime.Utils.invoke(Utils.java:20)
	at cucumber.runtime.java.JavaStepDefinition.execute(JavaStepDefinition.java:57)
	at cucumber.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:50)
	at cucumber.runner.TestStep.executeStep(TestStep.java:63)
	at cucumber.runner.TestStep.run(TestStep.java:49)
	at cucumber.runner.PickleStepTestStep.run(PickleStepTestStep.java:43)
	at cucumber.runner.TestCase.run(TestCase.java:45)
	at cucumber.runner.Runner.runPickle(Runner.java:40)
	at cucumber.runtime.junit.PickleRunners$WithStepDescriptions.run(PickleRunners.java:97)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:68)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:23)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:73)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:122)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:64)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at cucumber.api.junit.Cucumber$1.evaluate(Cucumber.java:131)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
And Click "save-transport" save button and wait for form to disappear 000ms
And Set advice window in schedule 000ms
And Check is transport created in schedule and set transport id 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "DELIVERY" 000ms
And Click create similar button 000ms
And Fill "transport" form "CREATE_SIMILAR_DELIVERY" by "pna1-carrier" 000ms
And Click "save-transport" save button and wait for form to disappear 000ms
And Set advice window in schedule in "2" days 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Open similar transport details 000ms
Then Check is field "CARRIER" of type "autocomplete" equals "Przewoźnik Neuca Automat 1" 000ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteSimilarTransportAfterTest() 000ms
Given Get inputs from database "CREATE_SMALLS_IMPORT_FOR_PRINT" "super-admin-skz" 034ms
And Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 818ms
When Go to new transport "SMALLS_IMPORT" 663ms
And Fill transport form 36s 293ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 908ms
And Go to transport details "SMALLS_IMPORT" 4s 876ms
And Go to transport print details form 3s 339ms
Then Check are transport values equals 8s 980ms
After Hooks.deleteTransportAfterTest() 696ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 3s 018ms
And Get inputs from database "CREATE_SMALLS_IMPORT" "super-admin-skz" 034ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 109ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 841ms
And Go to transport details "SMALLS_IMPORT" 4s 816ms
Then Verify that the transport can be edited 2s 275ms
And Close transport details 15s 251ms
And If user is login then logout 296ms
And Login as "pskza1-carrier@qa.qa-test" 2s 615ms
And Go to transport details "SMALLS_IMPORT" 5s 723ms
And Verify that the transport cannot be edited 46s 952ms
After Hooks.deleteTransportAfterTest() 795ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 863ms
And Get inputs from database "CREATE_SMALLS_EXPORT" "super-admin-skz" 034ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 159ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 820ms
And Go to transport details "SMALLS_EXPORT" 4s 819ms
Then Verify that the transport can be edited 2s 020ms
And Close transport details 15s 235ms
And If user is login then logout 582ms
And Login as "pskza1-carrier@qa.qa-test" 2s 523ms
And Go to transport details "SMALLS_EXPORT" 5s 948ms
And Verify that the transport cannot be edited 46s 943ms
After Hooks.deleteTransportAfterTest() 679ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 2s 846ms
And Get inputs from database "HIDDEN_DATA_SMALLS_IMPORT" "super-admin-skz" 033ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 336ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 895ms
And Go to transport details "SMALLS_IMPORT" 4s 899ms
Then Verify that the hidden data in transport are not visible 1s 109ms
And Close transport details 15s 222ms
And If user is login then logout 292ms
And Login as "swisskrono-admin" 2s 842ms
And Go to transport details "SMALLS_IMPORT" 5s 003ms
And Verify that the hidden data in transport are visible 1s 687ms
After Hooks.deleteTransportAfterTest() 793ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 2s 627ms
And Get inputs from database "HIDDEN_DATA_SMALLS_EXPORT" "super-admin-skz" 039ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 356ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 877ms
And Go to transport details "SMALLS_EXPORT" 5s 024ms
Then Verify that the hidden data in transport are not visible 1s 102ms
And Close transport details 15s 181ms
And If user is login then logout 274ms
And Login as "swisskrono-admin" 2s 900ms
And Go to transport details "SMALLS_EXPORT" 5s 031ms
And Verify that the hidden data in transport are visible 1s 674ms
After Hooks.deleteTransportAfterTest() 688ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 082ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 091ms
When Go to transport details "DELIVERY" 4s 900ms
And Change filled value in transport details "unloaded-stere" "text" "3" "0" 1s 551ms
And Change filled value in transport details "warehouseman" "select" "Dorosz Mieczysław" "0" 3s 890ms
And Change filled value in transport details "insp.-accord.-with-ins." "select" "NIE" "1" 3s 862ms
And Fill discrepancy report section without closing the form 22s 212ms
And Click "save-transport" save button 2s 700ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 551ms
And Check if transport details form is disappeared 15s 039ms
After Hooks.deleteTransportAfterTest() 896ms
Given Set token of apiUsername "super-admin-hochland" 248ms
And Add action authority with: "hochland" "hochland-warehouseman" "DELIVERY" "EDIT_DESCRIPTION_FIELD" "UNLIMITED" 329ms
And Add access to the warehouse "Magazyn Ciepły Kaźmierz" to the user "hochland-warehouseman" by JSON file 1s 048ms
And Create transport "CREATE_DELIVERY_WARM_KAZMIERZ" by JSON file as "super-admin-hochland" 3s 085ms
And Login as "hochland-warehouseman" and set token of apiUsername "super-admin-hochland" 10s 691ms
When Go to "TRANSPORT_TABLE" 429ms
And Go to transport details "DELIVERY" 4s 869ms
And Change filled value in transport details "transport-description" "text" "opis" "0" 1s 556ms
Then Verify that "transport-description" in transport has value "opis" 072ms
After Hooks.deleteTransportAfterTest() 927ms
After Hooks.rollbackAddedActionAuthorities() 297ms
After Hooks.rollbackWarehousesAccess() 807ms
Given Set token of apiUsername "super-admin-hochland" 258ms
And Create transport "CREATE_DELIVERY_WARM_KAZMIERZ" by JSON file as "super-admin-hochland" 3s 078ms
And Remove action authority with: "hochland" "hochland-warehouseman" "DELIVERY" "EDIT_DESCRIPTION_FIELD" "UNLIMITED" 339ms
And Add access to the warehouse "Magazyn Ciepły Kaźmierz" to the user "hochland-warehouseman" by JSON file 714ms
And Login as "hochland-warehouseman" and set token of apiUsername "super-admin-hochland" 8s 891ms
When Go to "TRANSPORT_TABLE" 461ms
And Go to transport details "DELIVERY" 4s 920ms
Then Verify that "transport-description" in transport form is disabled 086ms
After Hooks.deleteTransportAfterTest() 899ms
After Hooks.rollbackRemovedActionAuthorities() 294ms
After Hooks.rollbackWarehousesAccess() 837ms
Given Set token of apiUsername "super-admin-hochland" 242ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 323ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 066ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 9s 239ms
And Show all transport "false" 163ms
When Go to "TRANSPORT_TABLE" 568ms
And Go to transport details "DELIVERY" 4s 995ms
Then Verify that "CARRIER" in transport form is visible 095ms
After Hooks.deleteTransportAfterTest() 909ms
After Hooks.rollbackAddedActionAuthorities() 249ms
Given Set token of apiUsername "super-admin-adama" 260ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 335ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 075ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 4s 975ms
And Show all transport "false" 163ms
When Go to "TRANSPORT_TABLE" 334ms
And Go to transport details "TRANSPORT" 4s 796ms
Then Verify that "CARRIER" in transport form is visible 079ms
After Hooks.deleteTransportAfterTest() 651ms
After Hooks.rollbackAddedActionAuthorities() 283ms
Given Set token of apiUsername "super-admin-alrec" 253ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 340ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 244ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 4s 628ms
And Show all transport "true" 347ms
When Go to "TRANSPORT_TABLE" 400ms
And Go to transport details "TRANSPORT_ORDER" 4s 869ms
Then Verify that "CARRIER" in transport form is visible 095ms
After Hooks.deleteTransportAfterTest() 590ms
After Hooks.rollbackAddedActionAuthorities() 260ms
Given Set token of apiUsername "super-admin-hochland" 245ms
And Remove action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 322ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 048ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 9s 122ms
And Show all transport "false" 161ms
When Go to "TRANSPORT_TABLE" 585ms
And Go to transport details "DELIVERY" 4s 958ms
Then Verify that "CARRIER" in transport form is not visible 15s 035ms
After Hooks.deleteTransportAfterTest() 1s 016ms
After Hooks.rollbackRemovedActionAuthorities() 283ms
Given Set token of apiUsername "super-admin-adama" 270ms
And Remove action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 323ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 170ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 4s 837ms
And Show all transport "false" 162ms
When Go to "TRANSPORT_TABLE" 379ms
And Go to transport details "TRANSPORT" 4s 806ms
Then Verify that "CARRIER" in transport form is not visible 15s 042ms
After Hooks.deleteTransportAfterTest() 549ms
After Hooks.rollbackRemovedActionAuthorities() 262ms
Given Set token of apiUsername "super-admin-alrec" 362ms
And Remove action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 335ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 258ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 4s 590ms
And Show all transport "true" 335ms
When Go to "TRANSPORT_TABLE" 416ms
And Go to transport details "TRANSPORT_ORDER" 4s 858ms
Then Verify that "CARRIER" in transport form is not visible 15s 034ms
After Hooks.deleteTransportAfterTest() 598ms
After Hooks.rollbackRemovedActionAuthorities() 283ms
Given Set token of apiUsername "super-admin-hochland" 264ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 316ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 323ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 072ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 8s 924ms
And Show all transport "false" 161ms
When Go to "TRANSPORT_TABLE" 580ms
And Go to transport details "DELIVERY" 4s 914ms
Then Verify that "CARRIER" in transport form is not disabled 084ms
After Hooks.deleteTransportAfterTest() 921ms
After Hooks.rollbackAddedActionAuthorities() 515ms
Given Set token of apiUsername "super-admin-adama" 259ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 333ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 315ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 034ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 5s 073ms
And Show all transport "false" 158ms
When Go to "TRANSPORT_TABLE" 403ms
And Go to transport details "TRANSPORT" 4s 911ms
Then Verify that "CARRIER" in transport form is not disabled 094ms
After Hooks.deleteTransportAfterTest() 564ms
After Hooks.rollbackAddedActionAuthorities() 643ms
Given Set token of apiUsername "super-admin-alrec" 252ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 313ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 316ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 214ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 4s 931ms
And Show all transport "true" 348ms
When Go to "TRANSPORT_TABLE" 462ms
And Go to transport details "TRANSPORT_ORDER" 4s 936ms
Then Verify that "CARRIER" in transport form is not disabled 095ms
After Hooks.deleteTransportAfterTest() 570ms
After Hooks.rollbackAddedActionAuthorities() 532ms
Given Set token of apiUsername "super-admin-hochland" 259ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 327ms
And Remove action authority with: "hochland" "hochland-admin" "DELIVERY" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 338ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 2s 993ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 9s 089ms
And Show all transport "false" 168ms
When Go to "TRANSPORT_TABLE" 606ms
And Go to transport details "DELIVERY" 5s 002ms
Then Verify that "CARRIER" in transport form is disabled 066ms
After Hooks.deleteTransportAfterTest() 827ms
After Hooks.rollbackAddedActionAuthorities() 266ms
After Hooks.rollbackRemovedActionAuthorities() 238ms
Given Set token of apiUsername "super-admin-adama" 250ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 311ms
And Remove action authority with: "adama" "adama-admin" "TRANSPORT" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 061ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 027ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 4s 856ms
And Show all transport "false" 156ms
When Go to "TRANSPORT_TABLE" 415ms
And Go to transport details "TRANSPORT" 4s 883ms
Then Verify that "CARRIER" in transport form is disabled 080ms
After Hooks.deleteTransportAfterTest() 527ms
After Hooks.rollbackAddedActionAuthorities() 247ms
After Hooks.rollbackRemovedActionAuthorities() 000ms
Given Set token of apiUsername "super-admin-alrec" 257ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 318ms
And Remove action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 055ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 223ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 4s 617ms
And Show all transport "true" 343ms
When Go to "TRANSPORT_TABLE" 402ms
And Go to transport details "TRANSPORT_ORDER" 4s 891ms
Then Verify that "CARRIER" in transport form is disabled 099ms
After Hooks.deleteTransportAfterTest() 567ms
After Hooks.rollbackAddedActionAuthorities() 274ms
After Hooks.rollbackRemovedActionAuthorities() 000ms
Given Set token of apiUsername "super-admin-adama" 235ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 2s 620ms
And Remove action authority with: "adama" "adama-admin" "DELIVERY" "UPDATE_MAIN_DATA_SECTION" "UNLIMITED" 417ms
And Remove action authority with: "adama" "adama-admin" "DELIVERY" "UPDATE_ADVICE" "UNLIMITED" 321ms
And Add action authority with: "adama" "adama-admin" "DELIVERY" "EDIT_DESCRIPTION_FIELD" "UNLIMITED" 325ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 4s 873ms
When Find transport in table with status "planned" 3s 781ms
And Confirm statuses until reach "process-ended" 9s 491ms
And Wait "90" seconds 1m 30s
And Go to "ARCHIVE_TAB" 518ms
And Show "DELIVERY" 170ms
And Go to transport details "DELIVERY" 32s 693ms
And Change filled value in transport details "transport-description" "text" "opis" "0" 1s 598ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 909ms
And Wait "7" seconds 7s
And Go to transport details "DELIVERY" 32s 561ms
Then Verify that "transport-description" in transport has value "opis" 087ms
After Hooks.deleteTransportAfterTest() 730ms
After Hooks.rollbackAddedActionAuthorities() 282ms
After Hooks.rollbackRemovedActionAuthorities() 572ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 9s 387ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 036ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 2s 998ms
When Go to transport details "DELIVERY" 4s 887ms
And Fill transport form 41s 023ms
And Change filled value in transport details "driver-name" "text" "XXX ZZZ" "0" 1s 712ms
And Click "save-transport-and-close" save button and wait for form to disappear 18s 010ms
And Go to new transport "DELIVERY" 638ms
Then Verify that driver "XXX ZZZ" is in list 928ms
After Hooks.deleteTransportAfterTest() 937ms
Scenario Outline Check if 'rate' field is visible in transport form with proper value and currency after passing transport to carrier
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 734ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 165ms
When Transfer transport to carrier "Przewoźnik SKZ Automat 1" 15s 219ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for element to no longer be visible: By.xpath: //button[@data-button-name='PASS'] (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.0P7KcA}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.106, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: e1801bfd7fc29de801f7842a91e41467
	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.TransportsPage.transferTransportToCarrier(TransportsPage.java:285)
	at CucumberTests.Transport.TransferTransportTest.transferTransportToCarrier(TransferTransportTest.java:43)
	at ✽.Transfer transport to carrier "Przewoźnik SKZ Automat 1"(file:Features/Atom/Transport/TransportForm/TransportForm.feature:274)
And If user is login then logout 000ms
And Login as "pskza1-carrier@qa.qa-test" 000ms
Then Verify that the transport has been transferred 000ms
And Accept or reject "accept" transferred transport 000ms
And Go to transport details "SMALLS_IMPORT" 000ms
And Verify that "transaction-price" in transport form is visible 000ms
And Verify that transaction price field has correct value 000ms
And Verify that transaction currency field has correct value: "swisskrono" "SMALLS_IMPORT" 000ms
After Hooks.deleteTransportAfterTest() 650ms
Scenario Outline Check if 'rate' field is visible in transport form with proper value and currency after passing transport to carrier
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 771ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 139ms
When Transfer transport to carrier "Przewoźnik SKZ Automat 1" 15s 130ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for element to no longer be visible: By.xpath: //button[@data-button-name='PASS'] (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.0P7KcA}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.106, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: e1801bfd7fc29de801f7842a91e41467
	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.TransportsPage.transferTransportToCarrier(TransportsPage.java:285)
	at CucumberTests.Transport.TransferTransportTest.transferTransportToCarrier(TransferTransportTest.java:43)
	at ✽.Transfer transport to carrier "Przewoźnik SKZ Automat 1"(file:Features/Atom/Transport/TransportForm/TransportForm.feature:274)
And If user is login then logout 000ms
And Login as "pskza1-carrier@qa.qa-test" 000ms
Then Verify that the transport has been transferred 000ms
And Accept or reject "accept" transferred transport 000ms
And Go to transport details "SMALLS_EXPORT" 000ms
And Verify that "transaction-price" in transport form is visible 000ms
And Verify that transaction price field has correct value 000ms
And Verify that transaction currency field has correct value: "swisskrono" "SMALLS_EXPORT" 000ms
After Hooks.deleteTransportAfterTest() 615ms
Scenario Outline Check if carrier can select supplier in transport form
Steps
Given Login as "pna1-carrier" 2s 070ms
When Click plan transport button 628ms
When Change filled value in transport details "company-step-0" "autocomplete" "DNA1" "0" 35s 026ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.xpath: //div[@data-field-name='company-step-0']//div[contains(@style, 'block;')] (tried for 30 second(s) with 500 MILLISECONDS interval)
	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.checkElementIsVisible(BasePage.java:177)
	at CucumberTests.Transport.Transport.fillAutocompleteInput(Transport.java:204)
	at CucumberTests.Transport.Transport.fillForm(Transport.java:163)
	at CucumberTests.Transport.TransportFormTest.changeFilledValueInTransportDetails(TransportFormTest.java:274)
	at ✽.Change filled value in transport details "company-step-0" "autocomplete" "DNA1" "0"(file:Features/Atom/Transport/TransportForm/TransportForm.feature:291)
Caused by: org.openqa.selenium.NoSuchElementException: Cannot locate an element using By.xpath: //div[@data-field-name='company-step-0']//div[contains(@style, 'block;')]
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'apollo-test-2', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-50-generic', java.version: '1.8.0_292'
Driver info: driver.version: unknown
	at org.openqa.selenium.support.ui.ExpectedConditions.lambda$findElement$0(ExpectedConditions.java:882)
	at java.util.Optional.orElseThrow(Optional.java:290)
	at org.openqa.selenium.support.ui.ExpectedConditions.findElement(ExpectedConditions.java:881)
	at org.openqa.selenium.support.ui.ExpectedConditions.access$000(ExpectedConditions.java:43)
	at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
	at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:208)
	at Pages.BasePage.checkElementIsVisible(BasePage.java:177)
	at CucumberTests.Transport.Transport.fillAutocompleteInput(Transport.java:204)
	at CucumberTests.Transport.Transport.fillForm(Transport.java:163)
	at CucumberTests.Transport.TransportFormTest.changeFilledValueInTransportDetails(TransportFormTest.java:274)
	at sun.reflect.GeneratedMethodAccessor299.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at cucumber.runtime.Utils$1.call(Utils.java:26)
	at cucumber.runtime.Timeout.timeout(Timeout.java:16)
	at cucumber.runtime.Utils.invoke(Utils.java:20)
	at cucumber.runtime.java.JavaStepDefinition.execute(JavaStepDefinition.java:57)
	at cucumber.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:50)
	at cucumber.runner.TestStep.executeStep(TestStep.java:63)
	at cucumber.runner.TestStep.run(TestStep.java:49)
	at cucumber.runner.PickleStepTestStep.run(PickleStepTestStep.java:43)
	at cucumber.runner.TestCase.run(TestCase.java:45)
	at cucumber.runner.Runner.runPickle(Runner.java:40)
	at cucumber.runtime.junit.PickleRunners$WithStepDescriptions.run(PickleRunners.java:97)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:68)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:23)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:73)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:122)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:64)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at cucumber.api.junit.Cucumber$1.evaluate(Cucumber.java:131)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
Then Verify that value in field is equals details "company-step-0" "autocomplete" "DNA1" 000ms
Scenario Outline Check if transport created by similar button has correct custom fields values
Steps
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 5s 192ms
And Create transport "CREATE_TRANSPORT_WITH_CUSTOM_FIELDS" by JSON file as "super-admin-alrec" 2s 239ms
And Show all transport "true" 337ms
And Go to transport details "TRANSPORT_ORDER" 4s 887ms
And Set custom fields values 1m 46s 183ms
And Create transport by create similar button 26s 034ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for element to no longer be visible: By.xpath: //button[@type='submit' and @data-field-name='save-transport-and-close'] (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.0P7KcA}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.106, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: e1801bfd7fc29de801f7842a91e41467
	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 CucumberTests.Transport.TransportFormTest.createTransportByCreateSimilarButton(TransportFormTest.java:82)
	at ✽.Create transport by create similar button(file:Features/Atom/Transport/TransportForm/TransportForm.feature:304)
And Open similar transport details 000ms
Then Verify that custom fields has added value 000ms
And Close transport details 000ms
And Go to transport details "TRANSPORT_ORDER" 000ms
Then Verify that custom fields has added value 000ms
After Hooks.deleteAllTransports() 32s 861ms
Given Set token of apiUsername "super-admin-alrec" 334ms
And Get "DELIVERY" settings from "alrec" 138ms
And Set transportType settings with values: "numberOfDaysAddedToFirstStep", "10" 242ms
And Login as "alrec-admin" 2s 814ms
And Go to "TRANSPORT_TABLE" 390ms
When Go to new transport "DELIVERY" 660ms
Then Check if scheduled date of advice in transport form is in 10 days 080ms
After Hooks.rollbackTransportTypeSettings() 241ms
Given Set token of apiUsername "super-admin-alrec" 246ms
And Get "DELIVERY" settings from "alrec" 150ms
And Set transportType settings with values: "numberOfDaysAddedToFirstStep", "10" 224ms
And Login as "alrec-admin" 2s 555ms
And Go to "TRANSPORT_TABLE" 407ms
When Go to new transport "DELIVERY" 602ms
Then Check if scheduled date of advice in transport form is in 10 days 073ms
After Hooks.rollbackTransportTypeSettings() 235ms
Scenario Outline Check if custom fields are filled with default option when form is opened
Steps
Given Set token of apiUsername "super-admin-bausch" 256ms
And Get "Serwis" settings from "bausch" in "LOAD_EXPORT" 179ms
When Set custom field "Serwis" with "EDIT_LOAD_EXPORT_INCOTERMS_CFD" in "LOAD_EXPORT" - "bausch" by "super-admin-bausch" 325ms
And Login as "bausch-admin" 5s 945ms
And Go to new transport "LOAD_EXPORT" 769ms
Then Check is field "incoterms-terms" of type "select" equals "DAP" 2s 164ms
java.lang.AssertionError: Wartości w formularzu w polu incoterms-terms są niepoprawne, wartość na stronie:  wartość poprawna: DAP
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:261)
	at CucumberTests.Transport.TransportFormTest.checkIsFieldOfTypeEquals(TransportFormTest.java:508)
	at ✽.Check is field "incoterms-terms" of type "select" equals "DAP"(file:Features/Atom/Transport/TransportForm/TransportForm.feature:347)
After Hooks.rollbackCustomFieldSettings() 296ms
Given Set token of apiUsername "super-admin-dayco" 263ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-dayco" 2s 111ms
And Set "advice" inputs from JSON file "ADVICE_OWN_COLLECTION" "super-admin-dayco" 002ms
When Login as "dayco-admin" 4s 603ms
And Click button advice in transport table "OWN_COLLECTION" 859ms
And Set advice window in schedule 3s 266ms
And Fill advice form 9s 013ms
And Click advice save button and wait for advice form to disappear 33s 254ms
And Go to "TRANSPORT_TABLE" 446ms
And Find transport in table with status "planned" 3s 700ms
And Confirm statuses until reach "on-the-area" 5s 278ms
And Go to transport details "OWN_COLLECTION" 4s 909ms
And Click create similar button 15s 212ms
And Fill "transport" form "CREATE_SIMILAR_OWN_COLLECTION" by "super-admin-dayco" 6s 985ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 308ms
And Open similar transport details 439ms
Then Check if transport form modal is visible 116ms
After Hooks.deleteTransportAfterTest() 868ms
After Hooks.deleteSimilarTransportAfterTest() 538ms
Given Set token of apiUsername "super-admin-dayco" 251ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-dayco" 2s 032ms
And Set "advice" inputs from JSON file "ADVICE_OWN_COLLECTION" "super-admin-dayco" 001ms
When Login as "dayco-admin" 2s 272ms
And Click button advice in transport table "OWN_COLLECTION" 809ms
And Set advice window in schedule 3s 299ms
And Fill advice form 9s 219ms
And Click advice save button and wait for advice form to disappear 33s 242ms
And Go to "TRANSPORT_TABLE" 437ms
And Find transport in table with status "planned" 3s 674ms
And Confirm statuses until reach "during-load" 9s 461ms
And Go to transport details "OWN_COLLECTION" 4s 873ms
And Click create similar button 15s 227ms
And Fill "transport" form "CREATE_SIMILAR_OWN_COLLECTION" by "super-admin-dayco" 6s 969ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 345ms
And Open similar transport details 467ms
Then Check if transport form modal is visible 095ms
After Hooks.deleteTransportAfterTest() 886ms
After Hooks.deleteSimilarTransportAfterTest() 512ms