Project Number Date
ApolloFullRunnerReport apollo-test-2.55 26 cze 2021, 06:23

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Transport form 328 6 38 0 0 372 30 6 36 29m 59s 613ms 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 562ms
When Go to new transport "SMALLS_IMPORT" 700ms
And Fill transport form 21s 391ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 426ms
And Show all transport "false" 158ms
And Go to transport details "SMALLS_IMPORT" 4s 912ms
And Click create similar button 15s 240ms
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 415ms
And Open similar transport details 465ms
Then Check are transport values equals 2s 412ms
After Hooks.deleteTransportAfterTest() 685ms
After Hooks.deleteSimilarTransportAfterTest() 802ms
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 771ms
When Go to new transport "TRANSPORT_ORDER" 686ms
And Fill transport form 26s 200ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 948ms
And Show all transport "true" 352ms
And Go to transport details "TRANSPORT_ORDER" 4s 835ms
And Click create similar button 15s 229ms
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 455ms
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.QjWBMw}, 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.114, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 5543bfa202c08f772282e85c9514c180
	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() 763ms
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 138ms
When Go to new transport "DELIVERY" 15s 551ms
And Fill transport form 53s 077ms
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.GeneratedMethodAccessor284.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 441ms
When Go to new transport "DELIVERY" 15s 541ms
And Fill transport form 52s 994ms
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.GeneratedMethodAccessor284.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() 001ms
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 823ms
When Go to new transport "SMALLS_IMPORT" 704ms
And Fill transport form 36s 356ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 900ms
And Go to transport details "SMALLS_IMPORT" 4s 921ms
And Go to transport print details form 3s 602ms
Then Check are transport values equals 8s 944ms
After Hooks.deleteTransportAfterTest() 720ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 841ms
And Get inputs from database "CREATE_SMALLS_IMPORT" "super-admin-skz" 033ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 157ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 833ms
And Go to transport details "SMALLS_IMPORT" 4s 808ms
Then Verify that the transport can be edited 2s 009ms
And Close transport details 15s 257ms
And If user is login then logout 280ms
And Login as "pskza1-carrier@qa.qa-test" 2s 682ms
And Go to transport details "SMALLS_IMPORT" 5s 565ms
And Verify that the transport cannot be edited 46s 924ms
After Hooks.deleteTransportAfterTest() 725ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 743ms
And Get inputs from database "CREATE_SMALLS_EXPORT" "super-admin-skz" 033ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 154ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 819ms
And Go to transport details "SMALLS_EXPORT" 4s 847ms
Then Verify that the transport can be edited 1s 927ms
And Close transport details 15s 285ms
And If user is login then logout 289ms
And Login as "pskza1-carrier@qa.qa-test" 2s 700ms
And Go to transport details "SMALLS_EXPORT" 5s 621ms
And Verify that the transport cannot be edited 46s 924ms
After Hooks.deleteTransportAfterTest() 762ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 2s 742ms
And Get inputs from database "HIDDEN_DATA_SMALLS_IMPORT" "super-admin-skz" 035ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 386ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 846ms
And Go to transport details "SMALLS_IMPORT" 4s 850ms
Then Verify that the hidden data in transport are not visible 1s 099ms
And Close transport details 15s 237ms
And If user is login then logout 291ms
And Login as "swisskrono-admin" 2s 699ms
And Go to transport details "SMALLS_IMPORT" 4s 957ms
And Verify that the hidden data in transport are visible 1s 674ms
After Hooks.deleteTransportAfterTest() 872ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 2s 532ms
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 450ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 818ms
And Go to transport details "SMALLS_EXPORT" 4s 905ms
Then Verify that the hidden data in transport are not visible 1s 125ms
And Close transport details 15s 197ms
And If user is login then logout 636ms
And Login as "swisskrono-admin" 2s 430ms
And Go to transport details "SMALLS_EXPORT" 4s 848ms
And Verify that the hidden data in transport are visible 1s 699ms
After Hooks.deleteTransportAfterTest() 832ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 931ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 223ms
When Go to transport details "DELIVERY" 4s 906ms
And Change filled value in transport details "unloaded-stere" "text" "3" "0" 1s 527ms
And Change filled value in transport details "warehouseman" "select" "Dorosz Mieczysław" "0" 3s 862ms
And Change filled value in transport details "insp.-accord.-with-ins." "select" "NIE" "1" 3s 869ms
And Fill discrepancy report section without closing the form 22s 211ms
And Click "save-transport" save button 3s 199ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 440ms
And Check if transport details form is disappeared 15s 054ms
After Hooks.deleteTransportAfterTest() 1s 061ms
Given Set token of apiUsername "super-admin-hochland" 256ms
And Add action authority with: "hochland" "hochland-warehouseman" "DELIVERY" "EDIT_DESCRIPTION_FIELD" "UNLIMITED" 322ms
And Add access to the warehouse "Magazyn Ciepły Kaźmierz" to the user "hochland-warehouseman" by JSON file 1s 034ms
And Create transport "CREATE_DELIVERY_WARM_KAZMIERZ" by JSON file as "super-admin-hochland" 3s 235ms
And Login as "hochland-warehouseman" and set token of apiUsername "super-admin-hochland" 10s 553ms
When Go to "TRANSPORT_TABLE" 477ms
And Go to transport details "DELIVERY" 4s 948ms
And Change filled value in transport details "transport-description" "text" "opis" "0" 1s 560ms
Then Verify that "transport-description" in transport has value "opis" 071ms
After Hooks.deleteTransportAfterTest() 893ms
After Hooks.rollbackAddedActionAuthorities() 280ms
After Hooks.rollbackWarehousesAccess() 628ms
Given Set token of apiUsername "super-admin-hochland" 237ms
And Create transport "CREATE_DELIVERY_WARM_KAZMIERZ" by JSON file as "super-admin-hochland" 3s 184ms
And Remove action authority with: "hochland" "hochland-warehouseman" "DELIVERY" "EDIT_DESCRIPTION_FIELD" "UNLIMITED" 346ms
And Add access to the warehouse "Magazyn Ciepły Kaźmierz" to the user "hochland-warehouseman" by JSON file 667ms
And Login as "hochland-warehouseman" and set token of apiUsername "super-admin-hochland" 8s 509ms
When Go to "TRANSPORT_TABLE" 493ms
And Go to transport details "DELIVERY" 4s 836ms
Then Verify that "transport-description" in transport form is disabled 078ms
After Hooks.deleteTransportAfterTest() 1s 015ms
After Hooks.rollbackRemovedActionAuthorities() 285ms
After Hooks.rollbackWarehousesAccess() 649ms
Given Set token of apiUsername "super-admin-hochland" 235ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 339ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 293ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 9s 238ms
And Show all transport "false" 157ms
When Go to "TRANSPORT_TABLE" 486ms
And Go to transport details "DELIVERY" 4s 970ms
Then Verify that "CARRIER" in transport form is visible 083ms
After Hooks.deleteTransportAfterTest() 996ms
After Hooks.rollbackAddedActionAuthorities() 255ms
Given Set token of apiUsername "super-admin-adama" 260ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 343ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 104ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 5s 057ms
And Show all transport "false" 161ms
When Go to "TRANSPORT_TABLE" 428ms
And Go to transport details "TRANSPORT" 4s 927ms
Then Verify that "CARRIER" in transport form is visible 092ms
After Hooks.deleteTransportAfterTest() 787ms
After Hooks.rollbackAddedActionAuthorities() 263ms
Given Set token of apiUsername "super-admin-alrec" 232ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 339ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 235ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 4s 633ms
And Show all transport "true" 341ms
When Go to "TRANSPORT_TABLE" 423ms
And Go to transport details "TRANSPORT_ORDER" 4s 929ms
Then Verify that "CARRIER" in transport form is visible 092ms
After Hooks.deleteTransportAfterTest() 664ms
After Hooks.rollbackAddedActionAuthorities() 283ms
Given Set token of apiUsername "super-admin-hochland" 227ms
And Remove action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 334ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 053ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 9s 161ms
And Show all transport "false" 171ms
When Go to "TRANSPORT_TABLE" 473ms
And Go to transport details "DELIVERY" 4s 971ms
Then Verify that "CARRIER" in transport form is not visible 15s 068ms
After Hooks.deleteTransportAfterTest() 886ms
After Hooks.rollbackRemovedActionAuthorities() 291ms
Given Set token of apiUsername "super-admin-adama" 248ms
And Remove action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 339ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 019ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 5s 291ms
And Show all transport "false" 158ms
When Go to "TRANSPORT_TABLE" 544ms
And Go to transport details "TRANSPORT" 4s 851ms
Then Verify that "CARRIER" in transport form is not visible 15s 063ms
After Hooks.deleteTransportAfterTest() 595ms
After Hooks.rollbackRemovedActionAuthorities() 353ms
Given Set token of apiUsername "super-admin-alrec" 232ms
And Remove action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 326ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 224ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 4s 594ms
And Show all transport "true" 335ms
When Go to "TRANSPORT_TABLE" 422ms
And Go to transport details "TRANSPORT_ORDER" 4s 883ms
Then Verify that "CARRIER" in transport form is not visible 15s 070ms
After Hooks.deleteTransportAfterTest() 601ms
After Hooks.rollbackRemovedActionAuthorities() 260ms
Given Set token of apiUsername "super-admin-hochland" 244ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 311ms
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" 3s 144ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 9s 167ms
And Show all transport "false" 159ms
When Go to "TRANSPORT_TABLE" 535ms
And Go to transport details "DELIVERY" 4s 922ms
Then Verify that "CARRIER" in transport form is not disabled 086ms
After Hooks.deleteTransportAfterTest() 989ms
After Hooks.rollbackAddedActionAuthorities() 531ms
Given Set token of apiUsername "super-admin-adama" 254ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 318ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 329ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 102ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 5s 076ms
And Show all transport "false" 163ms
When Go to "TRANSPORT_TABLE" 331ms
And Go to transport details "TRANSPORT" 4s 876ms
Then Verify that "CARRIER" in transport form is not disabled 096ms
After Hooks.deleteTransportAfterTest() 766ms
After Hooks.rollbackAddedActionAuthorities() 552ms
Given Set token of apiUsername "super-admin-alrec" 238ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 421ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 305ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 188ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 4s 640ms
And Show all transport "true" 344ms
When Go to "TRANSPORT_TABLE" 429ms
And Go to transport details "TRANSPORT_ORDER" 4s 929ms
Then Verify that "CARRIER" in transport form is not disabled 102ms
After Hooks.deleteTransportAfterTest() 662ms
After Hooks.rollbackAddedActionAuthorities() 528ms
Given Set token of apiUsername "super-admin-hochland" 235ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 310ms
And Remove action authority with: "hochland" "hochland-admin" "DELIVERY" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 320ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 151ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 9s 339ms
And Show all transport "false" 164ms
When Go to "TRANSPORT_TABLE" 486ms
And Go to transport details "DELIVERY" 4s 929ms
Then Verify that "CARRIER" in transport form is disabled 081ms
After Hooks.deleteTransportAfterTest() 1s 021ms
After Hooks.rollbackAddedActionAuthorities() 256ms
After Hooks.rollbackRemovedActionAuthorities() 287ms
Given Set token of apiUsername "super-admin-adama" 237ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 324ms
And Remove action authority with: "adama" "adama-admin" "TRANSPORT" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 054ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 092ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 5s 288ms
And Show all transport "false" 169ms
When Go to "TRANSPORT_TABLE" 527ms
And Go to transport details "TRANSPORT" 4s 859ms
Then Verify that "CARRIER" in transport form is disabled 087ms
After Hooks.deleteTransportAfterTest() 674ms
After Hooks.rollbackAddedActionAuthorities() 262ms
After Hooks.rollbackRemovedActionAuthorities() 000ms
Given Set token of apiUsername "super-admin-alrec" 224ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 319ms
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 232ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 4s 448ms
And Show all transport "true" 353ms
When Go to "TRANSPORT_TABLE" 428ms
And Go to transport details "TRANSPORT_ORDER" 4s 842ms
Then Verify that "CARRIER" in transport form is disabled 094ms
After Hooks.deleteTransportAfterTest() 669ms
After Hooks.rollbackAddedActionAuthorities() 295ms
After Hooks.rollbackRemovedActionAuthorities() 000ms
Given Set token of apiUsername "super-admin-adama" 244ms
And Get custom field settings for "DELIVERY" transport type and "" company 171ms
And Mark custom fields as not obligatory 004ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 2s 858ms
And Remove action authority with: "adama" "adama-admin" "DELIVERY" "UPDATE_MAIN_DATA_SECTION" "UNLIMITED" 346ms
And Remove action authority with: "adama" "adama-admin" "DELIVERY" "UPDATE_ADVICE" "UNLIMITED" 345ms
And Add action authority with: "adama" "adama-admin" "DELIVERY" "EDIT_DESCRIPTION_FIELD" "UNLIMITED" 319ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 5s
When Find transport in table with status "planned" 3s 852ms
And Confirm statuses until reach "process-ended" 9s 508ms
And Wait "90" seconds 1m 30s
And Go to "ARCHIVE_TAB" 550ms
And Show "DELIVERY" 169ms
And Go to transport details "DELIVERY" 32s 618ms
And Change filled value in transport details "transport-description" "text" "opis" "0" 1s 582ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 948ms
And Wait "7" seconds 7s
And Go to transport details "DELIVERY" 32s 541ms
Then Verify that "transport-description" in transport has value "opis" 085ms
After Hooks.deleteTransportAfterTest() 876ms
After Hooks.rollbackAllCustomFieldsSettings() 004ms
After Hooks.rollbackAddedActionAuthorities() 279ms
After Hooks.rollbackRemovedActionAuthorities() 543ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 9s 607ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 034ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 259ms
When Go to transport details "DELIVERY" 4s 912ms
And Fill transport form 40s 609ms
And Change filled value in transport details "driver-name" "text" "XXX ZZZ" "0" 1s 694ms
And Click "save-transport-and-close" save button and wait for form to disappear 18s 089ms
And Go to new transport "DELIVERY" 661ms
Then Verify that driver "XXX ZZZ" is in list 921ms
After Hooks.deleteTransportAfterTest() 952ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 844ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 133ms
When Transfer transport to carrier "Przewoźnik SKZ Automat 1" 5s 382ms
And If user is login then logout 259ms
And Login as "pskza1-carrier@qa.qa-test" 2s 516ms
Then Verify that the transport has been transferred 3s 236ms
And Accept or reject "accept" transferred transport 16s 679ms
And Go to transport details "SMALLS_IMPORT" 4s 911ms
And Verify that "transaction-price" in transport form is visible 092ms
And Verify that transaction price field has correct value 072ms
And Verify that transaction currency field has correct value: "swisskrono" "SMALLS_IMPORT" 109ms
After Hooks.deleteTransportAfterTest() 694ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 757ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 199ms
When Transfer transport to carrier "Przewoźnik SKZ Automat 1" 20s 798ms
And If user is login then logout 609ms
And Login as "pskza1-carrier@qa.qa-test" 2s 343ms
Then Verify that the transport has been transferred 3s 299ms
And Accept or reject "accept" transferred transport 16s 644ms
And Go to transport details "SMALLS_EXPORT" 4s 911ms
And Verify that "transaction-price" in transport form is visible 097ms
And Verify that transaction price field has correct value 074ms
And Verify that transaction currency field has correct value: "swisskrono" "SMALLS_EXPORT" 122ms
After Hooks.deleteTransportAfterTest() 682ms
Scenario Outline Check if carrier can select supplier in transport form
Steps
Given Login as "pna1-carrier" 2s 132ms
When Click plan transport button 570ms
When Change filled value in transport details "company-step-0" "autocomplete" "DNA1" "0" 35s 077ms
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:293)
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.GeneratedMethodAccessor303.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 128ms
And Create transport "CREATE_TRANSPORT_WITH_CUSTOM_FIELDS" by JSON file as "super-admin-alrec" 2s 269ms
And Show all transport "true" 334ms
And Go to transport details "TRANSPORT_ORDER" 4s 860ms
And Set custom fields values 1m 46s 333ms
And Create transport by create similar button 25s 495ms
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.QjWBMw}, 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.114, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 5543bfa202c08f772282e85c9514c180
	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:306)
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 101ms
Given Set token of apiUsername "super-admin-alrec" 248ms
And Get "DELIVERY" settings from "alrec" 143ms
And Set transportType settings with values: "numberOfDaysAddedToFirstStep", "10" 278ms
And Login as "alrec-admin" 2s 879ms
And Go to "TRANSPORT_TABLE" 382ms
When Go to new transport "DELIVERY" 660ms
Then Check if scheduled date of advice in transport form is in 10 days 075ms
After Hooks.rollbackTransportTypeSettings() 249ms
Given Set token of apiUsername "super-admin-alrec" 242ms
And Get "DELIVERY" settings from "alrec" 143ms
And Set transportType settings with values: "numberOfDaysAddedToFirstStep", "10" 255ms
And Login as "alrec-admin" 2s 506ms
And Go to "TRANSPORT_TABLE" 404ms
When Go to new transport "DELIVERY" 603ms
Then Check if scheduled date of advice in transport form is in 10 days 071ms
After Hooks.rollbackTransportTypeSettings() 238ms
Given Set token of apiUsername "super-admin-bausch" 239ms
And Get "Warunki incoterms" settings from "bausch" in "LOAD_EXPORT" 182ms
When Set custom field "Warunki incoterms" with "EDIT_LOAD_EXPORT_INCOTERMS_CFD" in "LOAD_EXPORT" - "bausch" by "super-admin-bausch" 307ms
And Login as "bausch-admin" 6s 054ms
And Go to new transport "LOAD_EXPORT" 830ms
Then Check is field "incoterms-terms" of type "select" equals "DAP" 2s 170ms
After Hooks.rollbackCustomFieldSettings() 171ms
Given Set token of apiUsername "super-admin-dayco" 222ms
And Get custom field settings for "OWN_COLLECTION" transport type and "dayco" company 114ms
And Mark custom fields as not obligatory 005ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-dayco" 2s 066ms
And Set "advice" inputs from JSON file "ADVICE_OWN_COLLECTION" "super-admin-dayco" 003ms
When Login as "dayco-admin" 4s 813ms
And Click button advice in transport table "OWN_COLLECTION" 899ms
And Set advice window in schedule 3s 339ms
And Fill advice form 9s 276ms
And Click advice save button and wait for advice form to disappear 33s 318ms
And Go to "TRANSPORT_TABLE" 424ms
And Find transport in table with status "planned" 3s 706ms
And Confirm statuses until reach "on-the-area" 5s 295ms
And Go to transport details "OWN_COLLECTION" 4s 873ms
And Click create similar button 15s 279ms
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 343ms
And Open similar transport details 500ms
Then Check if transport form modal is visible 088ms
After Hooks.deleteTransportAfterTest() 966ms
After Hooks.deleteSimilarTransportAfterTest() 653ms
After Hooks.rollbackAllCustomFieldsSettings() 495ms
Given Set token of apiUsername "super-admin-dayco" 234ms
And Get custom field settings for "OWN_COLLECTION" transport type and "dayco" company 114ms
And Mark custom fields as not obligatory 005ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-dayco" 2s 073ms
And Set "advice" inputs from JSON file "ADVICE_OWN_COLLECTION" "super-admin-dayco" 001ms
When Login as "dayco-admin" 5s 057ms
And Click button advice in transport table "OWN_COLLECTION" 861ms
And Set advice window in schedule 3s 255ms
And Fill advice form 9s 238ms
And Click advice save button and wait for advice form to disappear 33s 228ms
And Go to "TRANSPORT_TABLE" 443ms
And Find transport in table with status "planned" 3s 662ms
And Confirm statuses until reach "during-load" 9s 493ms
And Go to transport details "OWN_COLLECTION" 4s 898ms
And Click create similar button 15s 250ms
And Fill "transport" form "CREATE_SIMILAR_OWN_COLLECTION" by "super-admin-dayco" 7s 007ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 337ms
And Open similar transport details 525ms
Then Check if transport form modal is visible 081ms
After Hooks.deleteTransportAfterTest() 956ms
After Hooks.deleteSimilarTransportAfterTest() 635ms
After Hooks.rollbackAllCustomFieldsSettings() 494ms
Scenario Outline Check if date and time custom field appeared in transport details after creating transport
Steps
Given Set token of apiUsername "super-admin-lisner" 228ms
And Set "transport" inputs from JSON file "CREATE_DELIVERY" "super-admin-lisner" 001ms
And Create custom field with "CREATE_DELIVERY_DATE_AND_TIME_CFD" by "super-admin-lisner" 3s 030ms
When Login as "lisner-admin" and set token of apiUsername "super-admin-lisner" 6s 101ms
And Go to new transport "DELIVERY" 658ms
And Fill transport form 16s 650ms
java.lang.AssertionError: Nie można wypełnić pola warehouse-zone-step-0, ponieważ nie udało się go znaleźć w formularzu
	at org.junit.Assert.fail(Assert.java:88)
	at CucumberTests.Transport.Transport.fillForm(Transport.java:152)
	at CucumberTests.Transport.CreateTransport.fillTransportForm(CreateTransport.java:183)
	at ✽.Fill transport form(file:Features/Atom/Transport/TransportForm/TransportForm.feature:387)
And Click "save-transport" save button and wait for form to disappear 000ms
And Set advice window in schedule 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Show all transport types 000ms
And Go to transport details "DELIVERY" 000ms
Then Verify that "date-and-time" in transport form is visible 000ms
After Hooks.deleteTransportAfterTest() 001ms
After Hooks.deleteCustomFieldAfterTest() 2s 750ms