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

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Transport form 300 7 47 0 0 354 28 7 35 25m 52s 850ms 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 428ms
When Go to new transport "SMALLS_IMPORT" 788ms
And Fill transport form 21s 341ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 436ms
And Show all transport "false" 159ms
And Go to transport details "SMALLS_IMPORT" 4s 963ms
And Click create similar button 15s 284ms
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 336ms
And Open similar transport details 493ms
Then Check are transport values equals 2s 381ms
After Hooks.deleteTransportAfterTest() 629ms
After Hooks.deleteSimilarTransportAfterTest() 636ms
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" 4s 866ms
When Go to new transport "TRANSPORT_ORDER" 700ms
And Fill transport form 26s 237ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 907ms
And Show all transport "true" 301ms
And Go to transport details "TRANSPORT_ORDER" 4s 814ms
And Click create similar button 15s 250ms
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 504ms
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.955K9E}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.106, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 700fbd9a0504fc9a2cbe0e2de7b58920
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:82)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231)
	at Pages.BasePage.waitUntilElementDisappear(BasePage.java:215)
	at Pages.Transport.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() 647ms
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" 8s 010ms
When Go to new transport "DELIVERY" 15s 605ms
And Fill transport form 52s 839ms
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.GeneratedMethodAccessor283.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() 000ms
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 335ms
When Go to new transport "DELIVERY" 15s 557ms
And Fill transport form 52s 930ms
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.GeneratedMethodAccessor283.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 705ms
When Go to new transport "SMALLS_IMPORT" 679ms
And Fill transport form 35s 924ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 848ms
And Go to transport details "SMALLS_IMPORT" 4s 818ms
And Go to transport print details form 3s 520ms
Then Check are transport values equals 8s 977ms
After Hooks.deleteTransportAfterTest() 598ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 869ms
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 158ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 832ms
And Go to transport details "SMALLS_IMPORT" 4s 779ms
Then Verify that the transport can be edited 2s 005ms
And Close transport details 15s 206ms
And If user is login then logout 585ms
And Login as "pskza1-carrier@qa.qa-test" 2s 471ms
And Go to transport details "SMALLS_IMPORT" 5s 555ms
And Verify that the transport cannot be edited 46s 955ms
After Hooks.deleteTransportAfterTest() 712ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 801ms
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 069ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 800ms
And Go to transport details "SMALLS_EXPORT" 4s 869ms
Then Verify that the transport can be edited 1s 939ms
And Close transport details 15s 210ms
And If user is login then logout 306ms
And Login as "pskza1-carrier@qa.qa-test" 2s 726ms
And Go to transport details "SMALLS_EXPORT" 5s 580ms
And Verify that the transport cannot be edited 46s 894ms
After Hooks.deleteTransportAfterTest() 719ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 2s 811ms
And Get inputs from database "HIDDEN_DATA_SMALLS_IMPORT" "super-admin-skz" 034ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 264ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 844ms
And Go to transport details "SMALLS_IMPORT" 4s 830ms
Then Verify that the hidden data in transport are not visible 1s 120ms
And Close transport details 15s 220ms
And If user is login then logout 289ms
And Login as "swisskrono-admin" 2s 498ms
And Go to transport details "SMALLS_IMPORT" 5s 049ms
And Verify that the hidden data in transport are visible 1s 670ms
After Hooks.deleteTransportAfterTest() 681ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 2s 430ms
And Get inputs from database "HIDDEN_DATA_SMALLS_EXPORT" "super-admin-skz" 033ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 431ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 824ms
And Go to transport details "SMALLS_EXPORT" 4s 856ms
Then Verify that the hidden data in transport are not visible 1s 105ms
And Close transport details 15s 200ms
And If user is login then logout 306ms
And Login as "swisskrono-admin" 2s 778ms
And Go to transport details "SMALLS_EXPORT" 5s 073ms
And Verify that the hidden data in transport are visible 1s 573ms
After Hooks.deleteTransportAfterTest() 643ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 953ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 138ms
When Go to transport details "DELIVERY" 4s 947ms
And Change filled value in transport details "unloaded-stere" "text" "3" "0" 1s 532ms
And Change filled value in transport details "warehouseman" "select" "Dorosz Mieczysław" "0" 3s 898ms
And Change filled value in transport details "insp.-accord.-with-ins." "select" "NIE" "1" 3s 861ms
And Fill discrepancy report section without closing the form 21s 927ms
And Click "save-transport" save button 2s 704ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 559ms
And Check if transport details form is disappeared 15s 053ms
After Hooks.deleteTransportAfterTest() 860ms
Given Set token of apiUsername "super-admin-hochland" 257ms
And Add action authority with: "hochland" "hochland-warehouseman" "DELIVERY" "EDIT_DESCRIPTION_FIELD" "UNLIMITED" 365ms
And Add access to the warehouse "Magazyn Ciepły Kaźmierz" to the user "hochland-warehouseman" by JSON file 698ms
And Create transport "CREATE_DELIVERY_WARM_KAZMIERZ" by JSON file as "super-admin-hochland" 3s 109ms
And Login as "hochland-warehouseman" and set token of apiUsername "super-admin-hochland" 9s 857ms
When Go to "TRANSPORT_TABLE" 444ms
And Go to transport details "DELIVERY" 4s 872ms
And Change filled value in transport details "transport-description" "text" "opis" "0" 1s 540ms
Then Verify that "transport-description" in transport has value "opis" 077ms
After Hooks.deleteTransportAfterTest() 914ms
After Hooks.rollbackAddedActionAuthorities() 279ms
After Hooks.rollbackWarehousesAccess() 637ms
Given Set token of apiUsername "super-admin-hochland" 240ms
And Create transport "CREATE_DELIVERY_WARM_KAZMIERZ" by JSON file as "super-admin-hochland" 3s 150ms
And Remove action authority with: "hochland" "hochland-warehouseman" "DELIVERY" "EDIT_DESCRIPTION_FIELD" "UNLIMITED" 335ms
And Add access to the warehouse "Magazyn Ciepły Kaźmierz" to the user "hochland-warehouseman" by JSON file 657ms
And Login as "hochland-warehouseman" and set token of apiUsername "super-admin-hochland" 8s 609ms
When Go to "TRANSPORT_TABLE" 483ms
And Go to transport details "DELIVERY" 4s 903ms
Then Verify that "transport-description" in transport form is disabled 076ms
After Hooks.deleteTransportAfterTest() 938ms
After Hooks.rollbackRemovedActionAuthorities() 271ms
After Hooks.rollbackWarehousesAccess() 628ms
Given Set token of apiUsername "super-admin-hochland" 238ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 333ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 112ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 8s 990ms
And Show all transport "false" 168ms
When Go to "TRANSPORT_TABLE" 635ms
And Go to transport details "DELIVERY" 4s 952ms
Then Verify that "CARRIER" in transport form is visible 088ms
After Hooks.deleteTransportAfterTest() 930ms
After Hooks.rollbackAddedActionAuthorities() 242ms
Given Set token of apiUsername "super-admin-adama" 228ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 304ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 947ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 4s 580ms
And Show all transport "false" 176ms
When Go to "TRANSPORT_TABLE" 363ms
And Go to transport details "TRANSPORT" 4s 757ms
Then Verify that "CARRIER" in transport form is visible 073ms
After Hooks.deleteTransportAfterTest() 655ms
After Hooks.rollbackAddedActionAuthorities() 250ms
Given Set token of apiUsername "super-admin-alrec" 236ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 287ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 106ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 4s 642ms
And Show all transport "true" 346ms
When Go to "TRANSPORT_TABLE" 401ms
And Go to transport details "TRANSPORT_ORDER" 4s 891ms
Then Verify that "CARRIER" in transport form is visible 100ms
After Hooks.deleteTransportAfterTest() 571ms
After Hooks.rollbackAddedActionAuthorities() 271ms
Given Set token of apiUsername "super-admin-hochland" 234ms
And Remove action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 330ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 060ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 8s 592ms
And Show all transport "false" 160ms
When Go to "TRANSPORT_TABLE" 612ms
And Go to transport details "DELIVERY" 4s 985ms
Then Verify that "CARRIER" in transport form is not visible 15s 062ms
After Hooks.deleteTransportAfterTest() 782ms
After Hooks.rollbackRemovedActionAuthorities() 256ms
Given Set token of apiUsername "super-admin-adama" 227ms
And Remove action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 301ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 928ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 4s 968ms
And Show all transport "false" 175ms
When Go to "TRANSPORT_TABLE" 384ms
And Go to transport details "TRANSPORT" 4s 870ms
Then Verify that "CARRIER" in transport form is not visible 15s 075ms
After Hooks.deleteTransportAfterTest() 562ms
After Hooks.rollbackRemovedActionAuthorities() 282ms
Given Set token of apiUsername "super-admin-alrec" 240ms
And Remove action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 440ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 210ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 4s 202ms
And Show all transport "true" 329ms
When Go to "TRANSPORT_TABLE" 355ms
And Go to transport details "TRANSPORT_ORDER" 4s 861ms
Then Verify that "CARRIER" in transport form is not visible 15s 076ms
After Hooks.deleteTransportAfterTest() 536ms
After Hooks.rollbackRemovedActionAuthorities() 274ms
Given Set token of apiUsername "super-admin-hochland" 258ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 325ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 317ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 2s 894ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 8s 644ms
And Show all transport "false" 166ms
When Go to "TRANSPORT_TABLE" 577ms
And Go to transport details "DELIVERY" 4s 893ms
Then Verify that "CARRIER" in transport form is not disabled 084ms
After Hooks.deleteTransportAfterTest() 973ms
After Hooks.rollbackAddedActionAuthorities() 565ms
Given Set token of apiUsername "super-admin-adama" 249ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 331ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 313ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 053ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 5s 049ms
And Show all transport "false" 160ms
When Go to "TRANSPORT_TABLE" 471ms
And Go to transport details "TRANSPORT" 5s 064ms
Then Verify that "CARRIER" in transport form is not disabled 088ms
After Hooks.deleteTransportAfterTest() 628ms
After Hooks.rollbackAddedActionAuthorities() 792ms
Given Set token of apiUsername "super-admin-alrec" 255ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 307ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 288ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 131ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 4s 475ms
And Show all transport "true" 329ms
When Go to "TRANSPORT_TABLE" 397ms
And Go to transport details "TRANSPORT_ORDER" 4s 850ms
Then Verify that "CARRIER" in transport form is not disabled 089ms
After Hooks.deleteTransportAfterTest() 574ms
After Hooks.rollbackAddedActionAuthorities() 528ms
Given Set token of apiUsername "super-admin-hochland" 238ms
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" 331ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 007ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 9s 069ms
And Show all transport "false" 158ms
When Go to "TRANSPORT_TABLE" 593ms
And Go to transport details "DELIVERY" 4s 903ms
Then Verify that "CARRIER" in transport form is disabled 064ms
After Hooks.deleteTransportAfterTest() 897ms
After Hooks.rollbackAddedActionAuthorities() 264ms
After Hooks.rollbackRemovedActionAuthorities() 258ms
Given Set token of apiUsername "super-admin-adama" 267ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 314ms
And Remove action authority with: "adama" "adama-admin" "TRANSPORT" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 056ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 912ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 4s 669ms
And Show all transport "false" 162ms
When Go to "TRANSPORT_TABLE" 409ms
And Go to transport details "TRANSPORT" 4s 901ms
Then Verify that "CARRIER" in transport form is disabled 094ms
After Hooks.deleteTransportAfterTest() 598ms
After Hooks.rollbackAddedActionAuthorities() 275ms
After Hooks.rollbackRemovedActionAuthorities() 000ms
Given Set token of apiUsername "super-admin-alrec" 237ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 324ms
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 201ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 4s 532ms
And Show all transport "true" 344ms
When Go to "TRANSPORT_TABLE" 402ms
And Go to transport details "TRANSPORT_ORDER" 4s 891ms
Then Verify that "CARRIER" in transport form is disabled 067ms
After Hooks.deleteTransportAfterTest() 553ms
After Hooks.rollbackAddedActionAuthorities() 233ms
After Hooks.rollbackRemovedActionAuthorities() 000ms
Scenario Outline Check if user can add description to archived transport
Steps
Given Set token of apiUsername "super-admin-adama" 217ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 410ms
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.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.GeneratedMethodAccessor74.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.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.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:87)
	at ✽.Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama"(file:Features/Atom/Transport/TransportForm/TransportForm.feature:234)
And Remove action authority with: "adama" "adama-admin" "DELIVERY" "UPDATE_MAIN_DATA_SECTION" "UNLIMITED" 000ms
And Remove action authority with: "adama" "adama-admin" "DELIVERY" "UPDATE_ADVICE" "UNLIMITED" 000ms
And Add action authority with: "adama" "adama-admin" "DELIVERY" "EDIT_DESCRIPTION_FIELD" "UNLIMITED" 000ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 000ms
When Find transport in table with status "planned" 000ms
And Confirm statuses until reach "process-ended" 000ms
And Wait "90" seconds 000ms
And Go to "ARCHIVE_TAB" 000ms
And Show "DELIVERY" 000ms
And Go to transport details "DELIVERY" 000ms
And Change filled value in transport details "transport-description" "text" "opis" "0" 000ms
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Wait "7" seconds 000ms
And Go to transport details "DELIVERY" 000ms
Then Verify that "transport-description" in transport has value "opis" 000ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.rollbackAddedActionAuthorities() 000ms
After Hooks.rollbackRemovedActionAuthorities() 000ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 8s 862ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 034ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 199ms
When Go to transport details "DELIVERY" 4s 955ms
And Fill transport form 40s 490ms
And Change filled value in transport details "driver-name" "text" "XXX ZZZ" "0" 1s 660ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 960ms
And Go to new transport "DELIVERY" 655ms
Then Verify that driver "XXX ZZZ" is in list 940ms
After Hooks.deleteTransportAfterTest() 895ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 771ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 155ms
When Transfer transport to carrier "Przewoźnik SKZ Automat 1" 20s 002ms
And If user is login then logout 218ms
And Login as "pskza1-carrier@qa.qa-test" 2s 442ms
Then Verify that the transport has been transferred 3s 233ms
And Accept or reject "accept" transferred transport 16s 596ms
And Go to transport details "SMALLS_IMPORT" 4s 917ms
And Verify that "transaction-price" in transport form is visible 095ms
And Verify that transaction price field has correct value 080ms
And Verify that transaction currency field has correct value: "swisskrono" "SMALLS_IMPORT" 114ms
After Hooks.deleteTransportAfterTest() 569ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 681ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 109ms
When Transfer transport to carrier "Przewoźnik SKZ Automat 1" 5s 250ms
And If user is login then logout 256ms
And Login as "pskza1-carrier@qa.qa-test" 2s 385ms
Then Verify that the transport has been transferred 3s 298ms
And Accept or reject "accept" transferred transport 16s 403ms
And Go to transport details "SMALLS_EXPORT" 4s 885ms
And Verify that "transaction-price" in transport form is visible 088ms
And Verify that transaction price field has correct value 077ms
And Verify that transaction currency field has correct value: "swisskrono" "SMALLS_EXPORT" 114ms
After Hooks.deleteTransportAfterTest() 591ms
Scenario Outline Check if carrier can select supplier in transport form
Steps
Given Login as "pna1-carrier" 2s 175ms
When Click plan transport button 479ms
When Change filled value in transport details "company-step-0" "autocomplete" "DNA1" "0" 35s 172ms
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.GeneratedMethodAccessor298.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" 4s 800ms
And Create transport "CREATE_TRANSPORT_WITH_CUSTOM_FIELDS" by JSON file as "super-admin-alrec" 2s 290ms
And Show all transport "true" 328ms
And Go to transport details "TRANSPORT_ORDER" 4s 823ms
And Set custom fields values 1m 46s 242ms
And Create transport by create similar button 25s 946ms
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.955K9E}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, acceptInsecureCerts=false, browserVersion=91.0.4472.106, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 700fbd9a0504fc9a2cbe0e2de7b58920
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:82)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231)
	at Pages.BasePage.waitUntilElementDisappear(BasePage.java:215)
	at 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() 33s 646ms
Given Set token of apiUsername "super-admin-alrec" 217ms
And Get "DELIVERY" settings from "alrec" 117ms
And Set transportType settings with values: "numberOfDaysAddedToFirstStep", "10" 242ms
And Login as "alrec-admin" 2s 642ms
And Go to "TRANSPORT_TABLE" 357ms
When Go to new transport "DELIVERY" 592ms
Then Check if scheduled date of advice in transport form is in 10 days 088ms
After Hooks.rollbackTransportTypeSettings() 273ms
Given Set token of apiUsername "super-admin-alrec" 234ms
And Get "DELIVERY" settings from "alrec" 135ms
And Set transportType settings with values: "numberOfDaysAddedToFirstStep", "10" 204ms
And Login as "alrec-admin" 2s 306ms
And Go to "TRANSPORT_TABLE" 393ms
When Go to new transport "DELIVERY" 567ms
Then Check if scheduled date of advice in transport form is in 10 days 060ms
After Hooks.rollbackTransportTypeSettings() 245ms
Scenario Outline Check if custom fields are filled with default option when form is opened
Steps
Given Set token of apiUsername "super-admin-bausch" 250ms
And Get "Serwis" settings from "bausch" in "LOAD_EXPORT" 154ms
When Set custom field "Serwis" with "EDIT_LOAD_EXPORT_INCOTERMS_CFD" in "LOAD_EXPORT" - "bausch" by "super-admin-bausch" 274ms
And Login as "bausch-admin" 5s 547ms
And Go to new transport "LOAD_EXPORT" 800ms
Then Check is field "incoterms-terms" of type "select" equals "DAP" 2s 150ms
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() 314ms
Given Set token of apiUsername "super-admin-dayco" 239ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-dayco" 2s 088ms
And Set "advice" inputs from JSON file "ADVICE_OWN_COLLECTION" "super-admin-dayco" 002ms
When Login as "dayco-admin" 4s 581ms
And Click button advice in transport table "OWN_COLLECTION" 859ms
And Set advice window in schedule 3s 291ms
And Fill advice form 8s 997ms
And Click advice save button and wait for advice form to disappear 33s 270ms
And Go to "TRANSPORT_TABLE" 443ms
And Find transport in table with status "planned" 3s 716ms
And Confirm statuses until reach "on-the-area" 5s 259ms
And Go to transport details "OWN_COLLECTION" 4s 888ms
And Click create similar button 15s 282ms
And Fill "transport" form "CREATE_SIMILAR_OWN_COLLECTION" by "super-admin-dayco" 7s 009ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 380ms
And Open similar transport details 420ms
Then Check if transport form modal is visible 094ms
After Hooks.deleteTransportAfterTest() 713ms
After Hooks.deleteSimilarTransportAfterTest() 527ms
Given Set token of apiUsername "super-admin-dayco" 246ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-dayco" 2s 010ms
And Set "advice" inputs from JSON file "ADVICE_OWN_COLLECTION" "super-admin-dayco" 001ms
When Login as "dayco-admin" 2s 197ms
And Click button advice in transport table "OWN_COLLECTION" 834ms
And Set advice window in schedule 3s 265ms
And Fill advice form 9s 204ms
And Click advice save button and wait for advice form to disappear 33s 312ms
And Go to "TRANSPORT_TABLE" 370ms
And Find transport in table with status "planned" 3s 588ms
And Confirm statuses until reach "during-load" 9s 359ms
And Go to transport details "OWN_COLLECTION" 4s 834ms
And Click create similar button 15s 242ms
And Fill "transport" form "CREATE_SIMILAR_OWN_COLLECTION" by "super-admin-dayco" 6s 974ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 348ms
And Open similar transport details 521ms
Then Check if transport form modal is visible 090ms
After Hooks.deleteTransportAfterTest() 858ms
After Hooks.deleteSimilarTransportAfterTest() 530ms