Project Number Date
ApolloFullRunnerReport apollo-test-2.58 28 cze 2021, 06:08

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Transport form 319 5 36 0 0 360 30 5 35 28m 21s 501ms Failed
Feature Transport form
Given Set "transport" inputs from JSON file "CREATE_SMALLS_IMPORT" "super-admin-skz" 003ms
And Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 385ms
When Go to new transport "SMALLS_IMPORT" 703ms
And Fill transport form 21s 386ms
And Click "save-transport-and-close" save button and wait for form to disappear 1s 393ms
And Show all transport "false" 084ms
And Go to transport details "SMALLS_IMPORT" 4s 940ms
And Click create similar button 15s 285ms
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 356ms
And Open similar transport details 493ms
Then Check are transport values equals 2s 404ms
After Hooks.deleteTransportAfterTest() 836ms
After Hooks.deleteSimilarTransportAfterTest() 686ms
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 102ms
When Go to new transport "DELIVERY" 15s 529ms
And Fill transport form 53s 051ms
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:201)
	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:30)
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:201)
	at CucumberTests.Transport.Transport.fillForm(Transport.java:163)
	at CucumberTests.Transport.CreateTransport.fillTransportForm(CreateTransport.java:183)
	at sun.reflect.GeneratedMethodAccessor281.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at cucumber.runtime.Utils$1.call(Utils.java:26)
	at cucumber.runtime.Timeout.timeout(Timeout.java:16)
	at cucumber.runtime.Utils.invoke(Utils.java:20)
	at cucumber.runtime.java.JavaStepDefinition.execute(JavaStepDefinition.java:57)
	at cucumber.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:50)
	at cucumber.runner.TestStep.executeStep(TestStep.java:63)
	at cucumber.runner.TestStep.run(TestStep.java:49)
	at cucumber.runner.PickleStepTestStep.run(PickleStepTestStep.java:43)
	at cucumber.runner.TestCase.run(TestCase.java:45)
	at cucumber.runner.Runner.runPickle(Runner.java:40)
	at cucumber.runtime.junit.PickleRunners$WithStepDescriptions.run(PickleRunners.java:97)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:68)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:23)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:73)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:122)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:64)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at cucumber.api.junit.Cucumber$1.evaluate(Cucumber.java:131)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
And Click "save-transport" save button and wait for form to disappear 000ms
And Set advice window in schedule 000ms
And Check is transport created in schedule and set transport id 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "DELIVERY" 000ms
And Click create similar button 000ms
And Fill "transport" form "CREATE_SIMILAR_DELIVERY" by "pna1-carrier" 000ms
And Click "save-transport" save button and wait for form to disappear 000ms
And Set advice window in schedule in "2" days 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Open similar transport details 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteSimilarTransportAfterTest() 000ms
Scenario Outline Check if transport created with advice by similar button has correct carrier
Steps
Given Set "transport" inputs from JSON file "CREATE_DELIVERY" "pna1-carrier" 001ms
And Login as "pna1-carrier" and set token of apiUsername "pna1-carrier" 2s 233ms
When Go to new transport "DELIVERY" 15s 527ms
And Fill transport form 52s 829ms
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:201)
	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:54)
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:201)
	at CucumberTests.Transport.Transport.fillForm(Transport.java:163)
	at CucumberTests.Transport.CreateTransport.fillTransportForm(CreateTransport.java:183)
	at sun.reflect.GeneratedMethodAccessor281.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" 019ms
And Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 948ms
When Go to new transport "SMALLS_IMPORT" 716ms
And Fill transport form 36s 076ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 899ms
And Go to transport details "SMALLS_IMPORT" 4s 908ms
And Go to transport print details form 3s 370ms
Then Check are transport values equals 9s 005ms
After Hooks.deleteTransportAfterTest() 734ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 800ms
And Get inputs from database "CREATE_SMALLS_IMPORT" "super-admin-skz" 021ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 173ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 809ms
And Go to transport details "SMALLS_IMPORT" 4s 795ms
Then Verify that the transport can be edited 2s 006ms
And Close transport details 15s 228ms
And If user is login then logout 292ms
And Login as "pskza1-carrier@qa.qa-test" 2s 554ms
And Go to transport details "SMALLS_IMPORT" 5s 727ms
And Verify that the transport cannot be edited 46s 927ms
After Hooks.deleteTransportAfterTest() 787ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 841ms
And Get inputs from database "CREATE_SMALLS_EXPORT" "super-admin-skz" 018ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 147ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 724ms
And Go to transport details "SMALLS_EXPORT" 4s 797ms
Then Verify that the transport can be edited 2s 017ms
And Close transport details 15s 260ms
And If user is login then logout 312ms
And Login as "pskza1-carrier@qa.qa-test" 2s 623ms
And Go to transport details "SMALLS_EXPORT" 5s 528ms
And Verify that the transport cannot be edited 46s 802ms
After Hooks.deleteTransportAfterTest() 781ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 2s 739ms
And Get inputs from database "HIDDEN_DATA_SMALLS_IMPORT" "super-admin-skz" 019ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 328ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 818ms
And Go to transport details "SMALLS_IMPORT" 4s 829ms
Then Verify that the hidden data in transport are not visible 1s 109ms
And Close transport details 15s 193ms
And If user is login then logout 303ms
And Login as "swisskrono-admin" 2s 758ms
And Go to transport details "SMALLS_IMPORT" 4s 978ms
And Verify that the hidden data in transport are visible 1s 691ms
After Hooks.deleteTransportAfterTest() 818ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 2s 466ms
And Get inputs from database "HIDDEN_DATA_SMALLS_EXPORT" "super-admin-skz" 018ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 559ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 797ms
And Go to transport details "SMALLS_EXPORT" 4s 783ms
Then Verify that the hidden data in transport are not visible 1s 112ms
And Close transport details 15s 224ms
And If user is login then logout 281ms
And Login as "swisskrono-admin" 2s 718ms
And Go to transport details "SMALLS_EXPORT" 4s 815ms
And Verify that the hidden data in transport are visible 1s 720ms
After Hooks.deleteTransportAfterTest() 844ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 941ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 217ms
When Go to transport details "DELIVERY" 4s 906ms
And Change filled value in transport details "unloaded-stere" "text" "3" "0" 1s 511ms
And Change filled value in transport details "warehouseman" "select" "Dorosz Mieczysław" "0" 3s 872ms
And Change filled value in transport details "insp.-accord.-with-ins." "select" "NIE" "1" 3s 829ms
And Fill discrepancy report section without closing the form 22s 235ms
And Click "save-transport" save button 3s 249ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 511ms
And Check if transport details form is disappeared 15s 075ms
After Hooks.deleteTransportAfterTest() 1s 052ms
Given Set token of apiUsername "super-admin-hochland" 229ms
And Add action authority with: "hochland" "hochland-warehouseman" "DELIVERY" "EDIT_DESCRIPTION_FIELD" "UNLIMITED" 323ms
And Add access to the warehouse "Magazyn Ciepły Kaźmierz" to the user "hochland-warehouseman" by JSON file 739ms
And Create transport "CREATE_DELIVERY_WARM_KAZMIERZ" by JSON file as "super-admin-hochland" 3s 336ms
And Login as "hochland-warehouseman" and set token of apiUsername "super-admin-hochland" 10s 310ms
When Go to "TRANSPORT_TABLE" 479ms
And Go to transport details "DELIVERY" 4s 939ms
And Change filled value in transport details "transport-description" "text" "opis" "0" 1s 574ms
Then Verify that "transport-description" in transport has value "opis" 077ms
After Hooks.deleteTransportAfterTest() 1s 008ms
After Hooks.rollbackAddedActionAuthorities() 267ms
After Hooks.rollbackWarehousesAccess() 610ms
Given Set token of apiUsername "super-admin-hochland" 231ms
And Create transport "CREATE_DELIVERY_WARM_KAZMIERZ" by JSON file as "super-admin-hochland" 3s 214ms
And Remove action authority with: "hochland" "hochland-warehouseman" "DELIVERY" "EDIT_DESCRIPTION_FIELD" "UNLIMITED" 354ms
And Add access to the warehouse "Magazyn Ciepły Kaźmierz" to the user "hochland-warehouseman" by JSON file 658ms
And Login as "hochland-warehouseman" and set token of apiUsername "super-admin-hochland" 8s 621ms
When Go to "TRANSPORT_TABLE" 461ms
And Go to transport details "DELIVERY" 4s 888ms
Then Verify that "transport-description" in transport form is disabled 092ms
After Hooks.deleteTransportAfterTest() 1s 035ms
After Hooks.rollbackRemovedActionAuthorities() 272ms
After Hooks.rollbackWarehousesAccess() 659ms
Given Set token of apiUsername "super-admin-hochland" 228ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 333ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 209ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 8s 950ms
And Show all transport "false" 087ms
When Go to "TRANSPORT_TABLE" 496ms
And Go to transport details "DELIVERY" 4s 903ms
Then Verify that "CARRIER" in transport form is visible 065ms
After Hooks.deleteTransportAfterTest() 940ms
After Hooks.rollbackAddedActionAuthorities() 251ms
Given Set token of apiUsername "super-admin-adama" 243ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 319ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 024ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 4s 981ms
And Show all transport "false" 089ms
When Go to "TRANSPORT_TABLE" 439ms
And Go to transport details "TRANSPORT" 4s 872ms
Then Verify that "CARRIER" in transport form is visible 086ms
After Hooks.deleteTransportAfterTest() 782ms
After Hooks.rollbackAddedActionAuthorities() 257ms
Given Set token of apiUsername "super-admin-alrec" 242ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 324ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 223ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 4s 800ms
And Show all transport "true" 268ms
When Go to "TRANSPORT_TABLE" 418ms
And Go to transport details "TRANSPORT_ORDER" 4s 907ms
Then Verify that "CARRIER" in transport form is visible 097ms
After Hooks.deleteTransportAfterTest() 682ms
After Hooks.rollbackAddedActionAuthorities() 270ms
Given Set token of apiUsername "super-admin-hochland" 241ms
And Remove action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 315ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 143ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 8s 774ms
And Show all transport "false" 085ms
When Go to "TRANSPORT_TABLE" 447ms
And Go to transport details "DELIVERY" 4s 919ms
Then Verify that "CARRIER" in transport form is not visible 15s 082ms
After Hooks.deleteTransportAfterTest() 831ms
After Hooks.rollbackRemovedActionAuthorities() 276ms
Given Set token of apiUsername "super-admin-adama" 231ms
And Remove action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 330ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 063ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 5s 216ms
And Show all transport "false" 087ms
When Go to "TRANSPORT_TABLE" 447ms
And Go to transport details "TRANSPORT" 5s 015ms
Then Verify that "CARRIER" in transport form is not visible 15s 040ms
After Hooks.deleteTransportAfterTest() 634ms
After Hooks.rollbackRemovedActionAuthorities() 333ms
Given Set token of apiUsername "super-admin-alrec" 239ms
And Remove action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 312ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 144ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 4s 511ms
And Show all transport "true" 265ms
When Go to "TRANSPORT_TABLE" 414ms
And Go to transport details "TRANSPORT_ORDER" 4s 873ms
Then Verify that "CARRIER" in transport form is not visible 15s 050ms
After Hooks.deleteTransportAfterTest() 576ms
After Hooks.rollbackRemovedActionAuthorities() 255ms
Given Set token of apiUsername "super-admin-hochland" 228ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 322ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 323ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 070ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 9s 276ms
And Show all transport "false" 084ms
When Go to "TRANSPORT_TABLE" 494ms
And Go to transport details "DELIVERY" 4s 918ms
Then Verify that "CARRIER" in transport form is not disabled 086ms
After Hooks.deleteTransportAfterTest() 988ms
After Hooks.rollbackAddedActionAuthorities() 530ms
Given Set token of apiUsername "super-admin-adama" 233ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 329ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 311ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 073ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 4s 985ms
And Show all transport "false" 085ms
When Go to "TRANSPORT_TABLE" 432ms
And Go to transport details "TRANSPORT" 4s 936ms
Then Verify that "CARRIER" in transport form is not disabled 081ms
After Hooks.deleteTransportAfterTest() 672ms
After Hooks.rollbackAddedActionAuthorities() 554ms
Given Set token of apiUsername "super-admin-alrec" 233ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 324ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 307ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 179ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 4s 578ms
And Show all transport "true" 287ms
When Go to "TRANSPORT_TABLE" 404ms
And Go to transport details "TRANSPORT_ORDER" 4s 847ms
Then Verify that "CARRIER" in transport form is not disabled 077ms
After Hooks.deleteTransportAfterTest() 655ms
After Hooks.rollbackAddedActionAuthorities() 543ms
Given Set token of apiUsername "super-admin-hochland" 239ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 313ms
And Remove action authority with: "hochland" "hochland-admin" "DELIVERY" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 334ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 142ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 8s 657ms
And Show all transport "false" 078ms
When Go to "TRANSPORT_TABLE" 429ms
And Go to transport details "DELIVERY" 4s 896ms
Then Verify that "CARRIER" in transport form is disabled 088ms
After Hooks.deleteTransportAfterTest() 989ms
After Hooks.rollbackAddedActionAuthorities() 255ms
After Hooks.rollbackRemovedActionAuthorities() 270ms
Given Set token of apiUsername "super-admin-adama" 232ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 336ms
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 094ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 5s 410ms
And Show all transport "false" 083ms
When Go to "TRANSPORT_TABLE" 478ms
And Go to transport details "TRANSPORT" 4s 946ms
Then Verify that "CARRIER" in transport form is disabled 083ms
After Hooks.deleteTransportAfterTest() 683ms
After Hooks.rollbackAddedActionAuthorities() 266ms
After Hooks.rollbackRemovedActionAuthorities() 000ms
Given Set token of apiUsername "super-admin-alrec" 237ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 305ms
And Remove action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 065ms
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 476ms
And Show all transport "true" 232ms
When Go to "TRANSPORT_TABLE" 342ms
And Go to transport details "TRANSPORT_ORDER" 4s 794ms
Then Verify that "CARRIER" in transport form is disabled 081ms
After Hooks.deleteTransportAfterTest() 664ms
After Hooks.rollbackAddedActionAuthorities() 273ms
After Hooks.rollbackRemovedActionAuthorities() 000ms
Given Set token of apiUsername "super-admin-adama" 228ms
And Get custom field settings for "DELIVERY" transport type and "" company 106ms
And Mark custom fields as not obligatory 004ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 2s 776ms
And Remove action authority with: "adama" "adama-admin" "DELIVERY" "UPDATE_MAIN_DATA_SECTION" "UNLIMITED" 291ms
And Remove action authority with: "adama" "adama-admin" "DELIVERY" "UPDATE_ADVICE" "UNLIMITED" 293ms
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" 4s 744ms
When Find transport in table with status "planned" 3s 761ms
And Confirm statuses until reach "process-ended" 11s 489ms
And Wait "90" seconds 1m 30s
And Go to "ARCHIVE_TAB" 476ms
And Show "DELIVERY" 178ms
And Go to transport details "DELIVERY" 32s 685ms
And Change filled value in transport details "transport-description" "text" "opis" "0" 1s 585ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 907ms
And Wait "7" seconds 7s
And Go to transport details "DELIVERY" 32s 629ms
Then Verify that "transport-description" in transport has value "opis" 080ms
After Hooks.deleteTransportAfterTest() 806ms
After Hooks.rollbackAllCustomFieldsSettings() 004ms
After Hooks.rollbackAddedActionAuthorities() 273ms
After Hooks.rollbackRemovedActionAuthorities() 538ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 9s 465ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 023ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 143ms
When Go to transport details "DELIVERY" 4s 853ms
And Fill transport form 40s 601ms
And Change filled value in transport details "driver-name" "text" "XXX ZZZ" "0" 1s 700ms
And Click "save-transport-and-close" save button and wait for form to disappear 18s 037ms
And Go to new transport "DELIVERY" 613ms
Then Verify that driver "XXX ZZZ" is in list 931ms
After Hooks.deleteTransportAfterTest() 978ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 819ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 124ms
When Transfer transport to carrier "Przewoźnik SKZ Automat 1" 5s 352ms
And If user is login then logout 253ms
And Login as "pskza1-carrier@qa.qa-test" 2s 345ms
Then Verify that the transport has been transferred 3s 210ms
And Accept or reject "accept" transferred transport 16s 577ms
And Go to transport details "SMALLS_IMPORT" 4s 849ms
And Verify that "transaction-price" in transport form is visible 072ms
And Verify that transaction price field has correct value 064ms
And Verify that transaction currency field has correct value: "swisskrono" "SMALLS_IMPORT" 109ms
After Hooks.deleteTransportAfterTest() 703ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 631ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 106ms
When Transfer transport to carrier "Przewoźnik SKZ Automat 1" 20s 642ms
And If user is login then logout 286ms
And Login as "pskza1-carrier@qa.qa-test" 2s 345ms
Then Verify that the transport has been transferred 3s 363ms
And Accept or reject "accept" transferred transport 16s 762ms
And Go to transport details "SMALLS_EXPORT" 4s 869ms
And Verify that "transaction-price" in transport form is visible 067ms
And Verify that transaction price field has correct value 057ms
And Verify that transaction currency field has correct value: "swisskrono" "SMALLS_EXPORT" 099ms
After Hooks.deleteTransportAfterTest() 759ms
Scenario Outline Check if carrier can select supplier in transport form
Steps
Given Login as "pna1-carrier" 2s 067ms
When Click plan transport button 527ms
When Change filled value in transport details "company-step-0" "autocomplete" "DNA1" "0" 35s 035ms
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:201)
	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:294)
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:201)
	at CucumberTests.Transport.Transport.fillForm(Transport.java:163)
	at CucumberTests.Transport.TransportFormTest.changeFilledValueInTransportDetails(TransportFormTest.java:274)
	at sun.reflect.GeneratedMethodAccessor299.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at cucumber.runtime.Utils$1.call(Utils.java:26)
	at cucumber.runtime.Timeout.timeout(Timeout.java:16)
	at cucumber.runtime.Utils.invoke(Utils.java:20)
	at cucumber.runtime.java.JavaStepDefinition.execute(JavaStepDefinition.java:57)
	at cucumber.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:50)
	at cucumber.runner.TestStep.executeStep(TestStep.java:63)
	at cucumber.runner.TestStep.run(TestStep.java:49)
	at cucumber.runner.PickleStepTestStep.run(PickleStepTestStep.java:43)
	at cucumber.runner.TestCase.run(TestCase.java:45)
	at cucumber.runner.Runner.runPickle(Runner.java:40)
	at cucumber.runtime.junit.PickleRunners$WithStepDescriptions.run(PickleRunners.java:97)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:68)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:23)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:73)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:122)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:64)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at cucumber.api.junit.Cucumber$1.evaluate(Cucumber.java:131)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
Then Verify that value in field is equals details "company-step-0" "autocomplete" "DNA1" 000ms
Scenario Outline Check if transport created by similar button has correct custom fields values
Steps
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 5s
And Create transport "CREATE_TRANSPORT_WITH_CUSTOM_FIELDS" by JSON file as "super-admin-alrec" 2s 248ms
And Show all transport "true" 254ms
And Go to transport details "TRANSPORT_ORDER" 4s 837ms
And Set custom fields values 1m 46s 284ms
And Create transport by create similar button 25s 953ms
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.KGx3Q4}, 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: ddae78be8afb82e110b49f23c02daaab
	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:307)
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 129ms
Given Set token of apiUsername "super-admin-alrec" 199ms
And Get "DELIVERY" settings from "alrec" 129ms
And Set transportType settings with values: "numberOfDaysAddedToFirstStep", "10" 287ms
And Login as "alrec-admin" 2s 724ms
And Go to "TRANSPORT_TABLE" 396ms
When Go to new transport "DELIVERY" 664ms
Then Check if scheduled date of advice in transport form is in 10 days 079ms
After Hooks.rollbackTransportTypeSettings() 236ms
Given Set token of apiUsername "super-admin-alrec" 225ms
And Get "DELIVERY" settings from "alrec" 135ms
And Set transportType settings with values: "numberOfDaysAddedToFirstStep", "10" 218ms
And Login as "alrec-admin" 2s 571ms
And Go to "TRANSPORT_TABLE" 356ms
When Go to new transport "DELIVERY" 521ms
Then Check if scheduled date of advice in transport form is in 10 days 070ms
After Hooks.rollbackTransportTypeSettings() 232ms
Given Set token of apiUsername "super-admin-bausch" 228ms
And Get "Warunki incoterms" settings from "bausch" in "LOAD_EXPORT" 147ms
When Set custom field "Warunki incoterms" with "EDIT_LOAD_EXPORT_INCOTERMS_CFD" in "LOAD_EXPORT" - "bausch" by "super-admin-bausch" 291ms
And Login as "bausch-admin" 6s 066ms
And Go to new transport "LOAD_EXPORT" 711ms
Then Check is field "incoterms-terms" of type "select" equals "DAP" 2s 153ms
After Hooks.rollbackCustomFieldSettings() 192ms
Given Set token of apiUsername "super-admin-dayco" 224ms
And Get custom field settings for "OWN_COLLECTION" transport type and "dayco" company 112ms
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" 001ms
When Login as "dayco-admin" 4s 481ms
And Click button advice in transport table "OWN_COLLECTION" 775ms
And Set advice window in schedule 3s 190ms
And Fill advice form 9s 178ms
And Click advice save button and wait for advice form to disappear 33s 326ms
And Go to "TRANSPORT_TABLE" 415ms
And Find transport in table with status "planned" 3s 672ms
And Confirm statuses until reach "on-the-area" 6s 270ms
And Go to transport details "OWN_COLLECTION" 4s 880ms
And Click create similar button 15s 227ms
And Fill "transport" form "CREATE_SIMILAR_OWN_COLLECTION" by "super-admin-dayco" 6s 997ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 343ms
And Open similar transport details 463ms
Then Check if transport form modal is visible 097ms
After Hooks.deleteTransportAfterTest() 953ms
After Hooks.deleteSimilarTransportAfterTest() 616ms
After Hooks.rollbackAllCustomFieldsSettings() 456ms
Given Set token of apiUsername "super-admin-dayco" 228ms
And Get custom field settings for "OWN_COLLECTION" transport type and "dayco" company 113ms
And Mark custom fields as not obligatory 005ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-dayco" 2s 009ms
And Set "advice" inputs from JSON file "ADVICE_OWN_COLLECTION" "super-admin-dayco" 001ms
When Login as "dayco-admin" 4s 966ms
And Click button advice in transport table "OWN_COLLECTION" 903ms
And Set advice window in schedule 3s 283ms
And Fill advice form 9s 056ms
And Click advice save button and wait for advice form to disappear 33s 340ms
And Go to "TRANSPORT_TABLE" 435ms
And Find transport in table with status "planned" 3s 683ms
And Confirm statuses until reach "during-load" 11s 468ms
And Go to transport details "OWN_COLLECTION" 4s 875ms
And Click create similar button 15s 216ms
And Fill "transport" form "CREATE_SIMILAR_OWN_COLLECTION" by "super-admin-dayco" 7s 060ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 347ms
And Open similar transport details 468ms
Then Check if transport form modal is visible 090ms
After Hooks.deleteTransportAfterTest() 912ms
After Hooks.deleteSimilarTransportAfterTest() 645ms
After Hooks.rollbackAllCustomFieldsSettings() 501ms
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" 224ms
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" 2s 931ms
When Login as "lisner-admin" and set token of apiUsername "super-admin-lisner" 5s 974ms
And Go to new transport "DELIVERY" 812ms
And Fill transport form 16s 658ms
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:388)
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 711ms