Project Number Date
ApolloFullRunnerReport apollo-test-2.53 24 cze 2021, 06:22

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 38s 062ms Failed
Feature Transport form
Given Set "transport" inputs from JSON file "CREATE_SMALLS_IMPORT" "super-admin-skz" 002ms
And Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 659ms
When Go to new transport "SMALLS_IMPORT" 710ms
And Fill transport form 21s 563ms
And Click "save-transport-and-close" save button and wait for form to disappear 1s 450ms
And Show all transport "false" 158ms
And Go to transport details "SMALLS_IMPORT" 4s 824ms
And Click create similar button 15s 247ms
And Fill "transport" form "CREATE_SIMILAR_SMALLS_IMPORT" by "super-admin-skz" 001ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 314ms
And Open similar transport details 437ms
Then Check are transport values equals 2s 407ms
After Hooks.deleteTransportAfterTest() 606ms
After Hooks.deleteSimilarTransportAfterTest() 647ms
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 962ms
When Go to new transport "TRANSPORT_ORDER" 762ms
And Fill transport form 26s 282ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 925ms
And Show all transport "true" 354ms
And Go to transport details "TRANSPORT_ORDER" 4s 856ms
And Click create similar button 15s 280ms
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 663ms
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.7CIOVP}, 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: c8c7ae5e3278a2e9c6c89c673026655c
	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() 569ms
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 405ms
When Go to new transport "DELIVERY" 15s 617ms
And Fill transport form 52s 887ms
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() 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" 000ms
And Login as "pna1-carrier" and set token of apiUsername "pna1-carrier" 2s 452ms
When Go to new transport "DELIVERY" 15s 617ms
And Fill transport form 53s 040ms
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() 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 784ms
When Go to new transport "SMALLS_IMPORT" 727ms
And Fill transport form 36s 397ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 951ms
And Go to transport details "SMALLS_IMPORT" 4s 871ms
And Go to transport print details form 3s 556ms
Then Check are transport values equals 8s 970ms
After Hooks.deleteTransportAfterTest() 634ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 3s 001ms
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 143ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 875ms
And Go to transport details "SMALLS_IMPORT" 4s 862ms
Then Verify that the transport can be edited 2s 011ms
And Close transport details 15s 242ms
And If user is login then logout 244ms
And Login as "pskza1-carrier@qa.qa-test" 2s 656ms
And Go to transport details "SMALLS_IMPORT" 7s 367ms
And Verify that the transport cannot be edited 46s 951ms
After Hooks.deleteTransportAfterTest() 732ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 845ms
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 172ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 788ms
And Go to transport details "SMALLS_EXPORT" 4s 906ms
Then Verify that the transport can be edited 1s 978ms
And Close transport details 15s 281ms
And If user is login then logout 286ms
And Login as "pskza1-carrier@qa.qa-test" 2s 900ms
And Go to transport details "SMALLS_EXPORT" 6s 998ms
And Verify that the transport cannot be edited 46s 930ms
After Hooks.deleteTransportAfterTest() 762ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 2s 757ms
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 563ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 3s 025ms
And Go to transport details "SMALLS_IMPORT" 4s 839ms
Then Verify that the hidden data in transport are not visible 1s 128ms
And Close transport details 15s 224ms
And If user is login then logout 297ms
And Login as "swisskrono-admin" 2s 892ms
And Go to transport details "SMALLS_IMPORT" 5s 065ms
And Verify that the hidden data in transport are visible 1s 544ms
After Hooks.deleteTransportAfterTest() 709ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 2s 618ms
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 764ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 3s 115ms
And Go to transport details "SMALLS_EXPORT" 4s 837ms
Then Verify that the hidden data in transport are not visible 1s 119ms
And Close transport details 15s 188ms
And If user is login then logout 314ms
And Login as "swisskrono-admin" 2s 762ms
And Go to transport details "SMALLS_EXPORT" 4s 982ms
And Verify that the hidden data in transport are visible 1s 702ms
After Hooks.deleteTransportAfterTest() 694ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 168ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 168ms
When Go to transport details "DELIVERY" 4s 880ms
And Change filled value in transport details "unloaded-stere" "text" "3" "0" 1s 525ms
And Change filled value in transport details "warehouseman" "select" "Dorosz Mieczysław" "0" 3s 818ms
And Change filled value in transport details "insp.-accord.-with-ins." "select" "NIE" "1" 3s 776ms
And Fill discrepancy report section without closing the form 22s 047ms
And Click "save-transport" save button 3s 228ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 495ms
And Check if transport details form is disappeared 15s 064ms
After Hooks.deleteTransportAfterTest() 908ms
Given Set token of apiUsername "super-admin-hochland" 271ms
And Add action authority with: "hochland" "hochland-warehouseman" "DELIVERY" "EDIT_DESCRIPTION_FIELD" "UNLIMITED" 337ms
And Add access to the warehouse "Magazyn Ciepły Kaźmierz" to the user "hochland-warehouseman" by JSON file 935ms
And Create transport "CREATE_DELIVERY_WARM_KAZMIERZ" by JSON file as "super-admin-hochland" 3s 163ms
And Login as "hochland-warehouseman" and set token of apiUsername "super-admin-hochland" 10s 406ms
When Go to "TRANSPORT_TABLE" 462ms
And Go to transport details "DELIVERY" 4s 958ms
And Change filled value in transport details "transport-description" "text" "opis" "0" 1s 566ms
Then Verify that "transport-description" in transport has value "opis" 080ms
After Hooks.deleteTransportAfterTest() 952ms
After Hooks.rollbackAddedActionAuthorities() 341ms
After Hooks.rollbackWarehousesAccess() 968ms
Given Set token of apiUsername "super-admin-hochland" 272ms
And Create transport "CREATE_DELIVERY_WARM_KAZMIERZ" by JSON file as "super-admin-hochland" 3s 181ms
And Remove action authority with: "hochland" "hochland-warehouseman" "DELIVERY" "EDIT_DESCRIPTION_FIELD" "UNLIMITED" 377ms
And Add access to the warehouse "Magazyn Ciepły Kaźmierz" to the user "hochland-warehouseman" by JSON file 795ms
And Login as "hochland-warehouseman" and set token of apiUsername "super-admin-hochland" 8s 949ms
When Go to "TRANSPORT_TABLE" 471ms
And Go to transport details "DELIVERY" 4s 899ms
Then Verify that "transport-description" in transport form is disabled 077ms
After Hooks.deleteTransportAfterTest() 1s 047ms
After Hooks.rollbackRemovedActionAuthorities() 304ms
After Hooks.rollbackWarehousesAccess() 986ms
Given Set token of apiUsername "super-admin-hochland" 259ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 436ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 214ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 8s 962ms
And Show all transport "false" 161ms
When Go to "TRANSPORT_TABLE" 458ms
And Go to transport details "DELIVERY" 4s 990ms
Then Verify that "CARRIER" in transport form is visible 074ms
After Hooks.deleteTransportAfterTest() 814ms
After Hooks.rollbackAddedActionAuthorities() 323ms
Given Set token of apiUsername "super-admin-adama" 262ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 379ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 137ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 4s 793ms
And Show all transport "false" 158ms
When Go to "TRANSPORT_TABLE" 360ms
And Go to transport details "TRANSPORT" 4s 840ms
Then Verify that "CARRIER" in transport form is visible 100ms
After Hooks.deleteTransportAfterTest() 602ms
After Hooks.rollbackAddedActionAuthorities() 312ms
Given Set token of apiUsername "super-admin-alrec" 254ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 361ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 246ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 4s 617ms
And Show all transport "true" 342ms
When Go to "TRANSPORT_TABLE" 407ms
And Go to transport details "TRANSPORT_ORDER" 4s 868ms
Then Verify that "CARRIER" in transport form is visible 087ms
After Hooks.deleteTransportAfterTest() 624ms
After Hooks.rollbackAddedActionAuthorities() 310ms
Given Set token of apiUsername "super-admin-hochland" 260ms
And Remove action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 359ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 093ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 9s 143ms
And Show all transport "false" 160ms
When Go to "TRANSPORT_TABLE" 486ms
And Go to transport details "DELIVERY" 4s 947ms
Then Verify that "CARRIER" in transport form is not visible 15s 061ms
After Hooks.deleteTransportAfterTest() 864ms
After Hooks.rollbackRemovedActionAuthorities() 339ms
Given Set token of apiUsername "super-admin-adama" 237ms
And Remove action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 349ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 989ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 5s 326ms
And Show all transport "false" 162ms
When Go to "TRANSPORT_TABLE" 513ms
And Go to transport details "TRANSPORT" 4s 882ms
Then Verify that "CARRIER" in transport form is not visible 15s 033ms
After Hooks.deleteTransportAfterTest() 573ms
After Hooks.rollbackRemovedActionAuthorities() 399ms
Given Set token of apiUsername "super-admin-alrec" 257ms
And Remove action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 352ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 294ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 4s 599ms
And Show all transport "true" 332ms
When Go to "TRANSPORT_TABLE" 407ms
And Go to transport details "TRANSPORT_ORDER" 4s 893ms
Then Verify that "CARRIER" in transport form is not visible 15s 035ms
After Hooks.deleteTransportAfterTest() 524ms
After Hooks.rollbackRemovedActionAuthorities() 305ms
Given Set token of apiUsername "super-admin-hochland" 257ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 336ms
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 031ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 9s 333ms
And Show all transport "false" 161ms
When Go to "TRANSPORT_TABLE" 508ms
And Go to transport details "DELIVERY" 4s 984ms
Then Verify that "CARRIER" in transport form is not disabled 075ms
After Hooks.deleteTransportAfterTest() 931ms
After Hooks.rollbackAddedActionAuthorities() 617ms
Given Set token of apiUsername "super-admin-adama" 261ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 356ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 343ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 089ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 5s 024ms
And Show all transport "false" 160ms
When Go to "TRANSPORT_TABLE" 409ms
And Go to transport details "TRANSPORT" 4s 956ms
Then Verify that "CARRIER" in transport form is not disabled 084ms
After Hooks.deleteTransportAfterTest() 719ms
After Hooks.rollbackAddedActionAuthorities() 605ms
Given Set token of apiUsername "super-admin-alrec" 271ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 359ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 350ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 217ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 4s 692ms
And Show all transport "true" 336ms
When Go to "TRANSPORT_TABLE" 421ms
And Go to transport details "TRANSPORT_ORDER" 4s 950ms
Then Verify that "CARRIER" in transport form is not disabled 076ms
After Hooks.deleteTransportAfterTest() 560ms
After Hooks.rollbackAddedActionAuthorities() 526ms
Given Set token of apiUsername "super-admin-hochland" 233ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 377ms
And Remove action authority with: "hochland" "hochland-admin" "DELIVERY" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 397ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 2s 965ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 8s 808ms
And Show all transport "false" 157ms
When Go to "TRANSPORT_TABLE" 448ms
And Go to transport details "DELIVERY" 4s 883ms
Then Verify that "CARRIER" in transport form is disabled 088ms
After Hooks.deleteTransportAfterTest() 1s 005ms
After Hooks.rollbackAddedActionAuthorities() 307ms
After Hooks.rollbackRemovedActionAuthorities() 312ms
Given Set token of apiUsername "super-admin-adama" 262ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 366ms
And Remove action authority with: "adama" "adama-admin" "TRANSPORT" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 055ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 098ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 5s 221ms
And Show all transport "false" 171ms
When Go to "TRANSPORT_TABLE" 546ms
And Go to transport details "TRANSPORT" 4s 895ms
Then Verify that "CARRIER" in transport form is disabled 088ms
After Hooks.deleteTransportAfterTest() 608ms
After Hooks.rollbackAddedActionAuthorities() 283ms
After Hooks.rollbackRemovedActionAuthorities() 000ms
Given Set token of apiUsername "super-admin-alrec" 256ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 349ms
And Remove action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 058ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 296ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 4s 684ms
And Show all transport "true" 335ms
When Go to "TRANSPORT_TABLE" 406ms
And Go to transport details "TRANSPORT_ORDER" 4s 890ms
Then Verify that "CARRIER" in transport form is disabled 097ms
After Hooks.deleteTransportAfterTest() 605ms
After Hooks.rollbackAddedActionAuthorities() 393ms
After Hooks.rollbackRemovedActionAuthorities() 000ms
Given Set token of apiUsername "super-admin-adama" 260ms
And Get custom field settings for "DELIVERY" transport type and "" company 119ms
And Mark custom fields as not obligatory 004ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 2s 775ms
And Remove action authority with: "adama" "adama-admin" "DELIVERY" "UPDATE_MAIN_DATA_SECTION" "UNLIMITED" 355ms
And Remove action authority with: "adama" "adama-admin" "DELIVERY" "UPDATE_ADVICE" "UNLIMITED" 366ms
And Add action authority with: "adama" "adama-admin" "DELIVERY" "EDIT_DESCRIPTION_FIELD" "UNLIMITED" 350ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 4s 961ms
When Find transport in table with status "planned" 3s 706ms
And Confirm statuses until reach "process-ended" 9s 490ms
And Wait "90" seconds 1m 30s
And Go to "ARCHIVE_TAB" 484ms
And Show "DELIVERY" 166ms
And Go to transport details "DELIVERY" 32s 663ms
And Change filled value in transport details "transport-description" "text" "opis" "0" 1s 587ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 936ms
And Wait "7" seconds 7s
And Go to transport details "DELIVERY" 32s 605ms
Then Verify that "transport-description" in transport has value "opis" 081ms
After Hooks.deleteTransportAfterTest() 706ms
After Hooks.rollbackAllCustomFieldsSettings() 004ms
After Hooks.rollbackAddedActionAuthorities() 309ms
After Hooks.rollbackRemovedActionAuthorities() 608ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 9s 651ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 034ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 171ms
When Go to transport details "DELIVERY" 4s 906ms
And Fill transport form 40s 571ms
And Change filled value in transport details "driver-name" "text" "XXX ZZZ" "0" 1s 686ms
And Click "save-transport-and-close" save button and wait for form to disappear 18s 048ms
And Go to new transport "DELIVERY" 639ms
Then Verify that driver "XXX ZZZ" is in list 960ms
After Hooks.deleteTransportAfterTest() 985ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 870ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 186ms
When Transfer transport to carrier "Przewoźnik SKZ Automat 1" 5s 295ms
And If user is login then logout 244ms
And Login as "pskza1-carrier@qa.qa-test" 2s 614ms
Then Verify that the transport has been transferred 4s 398ms
And Accept or reject "accept" transferred transport 16s 558ms
And Go to transport details "SMALLS_IMPORT" 4s 803ms
And Verify that "transaction-price" in transport form is visible 087ms
And Verify that transaction price field has correct value 077ms
And Verify that transaction currency field has correct value: "swisskrono" "SMALLS_IMPORT" 123ms
After Hooks.deleteTransportAfterTest() 703ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 746ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 185ms
When Transfer transport to carrier "Przewoźnik SKZ Automat 1" 20s 825ms
And If user is login then logout 299ms
And Login as "pskza1-carrier@qa.qa-test" 2s 704ms
Then Verify that the transport has been transferred 4s 546ms
And Accept or reject "accept" transferred transport 16s 564ms
And Go to transport details "SMALLS_EXPORT" 4s 863ms
And Verify that "transaction-price" in transport form is visible 070ms
And Verify that transaction price field has correct value 058ms
And Verify that transaction currency field has correct value: "swisskrono" "SMALLS_EXPORT" 093ms
After Hooks.deleteTransportAfterTest() 632ms
Scenario Outline Check if carrier can select supplier in transport form
Steps
Given Login as "pna1-carrier" 2s 161ms
When Click plan transport button 734ms
When Change filled value in transport details "company-step-0" "autocomplete" "DNA1" "0" 35s 090ms
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.GeneratedMethodAccessor302.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 139ms
And Create transport "CREATE_TRANSPORT_WITH_CUSTOM_FIELDS" by JSON file as "super-admin-alrec" 2s 290ms
And Show all transport "true" 327ms
And Go to transport details "TRANSPORT_ORDER" 4s 893ms
And Set custom fields values 1m 46s 293ms
And Create transport by create similar button 25s 748ms
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.7CIOVP}, 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: c8c7ae5e3278a2e9c6c89c673026655c
	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 133ms
Given Set token of apiUsername "super-admin-alrec" 267ms
And Get "DELIVERY" settings from "alrec" 179ms
And Set transportType settings with values: "numberOfDaysAddedToFirstStep", "10" 323ms
And Login as "alrec-admin" 2s 715ms
And Go to "TRANSPORT_TABLE" 390ms
When Go to new transport "DELIVERY" 631ms
Then Check if scheduled date of advice in transport form is in 10 days 086ms
After Hooks.rollbackTransportTypeSettings() 270ms
Given Set token of apiUsername "super-admin-alrec" 255ms
And Get "DELIVERY" settings from "alrec" 175ms
And Set transportType settings with values: "numberOfDaysAddedToFirstStep", "10" 257ms
And Login as "alrec-admin" 2s 612ms
And Go to "TRANSPORT_TABLE" 389ms
When Go to new transport "DELIVERY" 608ms
Then Check if scheduled date of advice in transport form is in 10 days 072ms
After Hooks.rollbackTransportTypeSettings() 260ms
Given Set token of apiUsername "super-admin-bausch" 260ms
And Get "Warunki incoterms" settings from "bausch" in "LOAD_EXPORT" 223ms
When Set custom field "Warunki incoterms" with "EDIT_LOAD_EXPORT_INCOTERMS_CFD" in "LOAD_EXPORT" - "bausch" by "super-admin-bausch" 328ms
And Login as "bausch-admin" 6s 072ms
And Go to new transport "LOAD_EXPORT" 917ms
Then Check is field "incoterms-terms" of type "select" equals "DAP" 2s 149ms
After Hooks.rollbackCustomFieldSettings() 179ms
Given Set token of apiUsername "super-admin-dayco" 229ms
And Get custom field settings for "OWN_COLLECTION" transport type and "dayco" company 126ms
And Mark custom fields as not obligatory 004ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-dayco" 2s 001ms
And Set "advice" inputs from JSON file "ADVICE_OWN_COLLECTION" "super-admin-dayco" 001ms
When Login as "dayco-admin" 4s 453ms
And Click button advice in transport table "OWN_COLLECTION" 907ms
And Set advice window in schedule 3s 255ms
And Fill advice form 9s 325ms
And Click advice save button and wait for advice form to disappear 33s 225ms
And Go to "TRANSPORT_TABLE" 415ms
And Find transport in table with status "planned" 3s 600ms
And Confirm statuses until reach "on-the-area" 5s 404ms
And Go to transport details "OWN_COLLECTION" 4s 783ms
And Click create similar button 15s 236ms
And Fill "transport" form "CREATE_SIMILAR_OWN_COLLECTION" by "super-admin-dayco" 6s 962ms
And Click "save-transport-and-close" save button and wait for form to disappear 1s 398ms
And Open similar transport details 742ms
Then Check if transport form modal is visible 114ms
After Hooks.deleteTransportAfterTest() 806ms
After Hooks.deleteSimilarTransportAfterTest() 687ms
After Hooks.rollbackAllCustomFieldsSettings() 605ms
Given Set token of apiUsername "super-admin-dayco" 256ms
And Get custom field settings for "OWN_COLLECTION" transport type and "dayco" company 162ms
And Mark custom fields as not obligatory 005ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-dayco" 2s 074ms
And Set "advice" inputs from JSON file "ADVICE_OWN_COLLECTION" "super-admin-dayco" 001ms
When Login as "dayco-admin" 5s 017ms
And Click button advice in transport table "OWN_COLLECTION" 959ms
And Set advice window in schedule 3s 411ms
And Fill advice form 9s 141ms
And Click advice save button and wait for advice form to disappear 33s 225ms
And Go to "TRANSPORT_TABLE" 436ms
And Find transport in table with status "planned" 3s 672ms
And Confirm statuses until reach "during-load" 9s 465ms
And Go to transport details "OWN_COLLECTION" 4s 915ms
And Click create similar button 15s 259ms
And Fill "transport" form "CREATE_SIMILAR_OWN_COLLECTION" by "super-admin-dayco" 6s 928ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 323ms
And Open similar transport details 430ms
Then Check if transport form modal is visible 109ms
After Hooks.deleteTransportAfterTest() 923ms
After Hooks.deleteSimilarTransportAfterTest() 564ms
After Hooks.rollbackAllCustomFieldsSettings() 626ms
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" 252ms
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 079ms
When Login as "lisner-admin" and set token of apiUsername "super-admin-lisner" 6s 378ms
And Go to new transport "DELIVERY" 647ms
And Fill transport form 16s 645ms
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() 000ms
After Hooks.deleteCustomFieldAfterTest() 2s 654ms