Project Number Date
ApolloFullRunnerReport apollo-test-2.57 27 cze 2021, 06:33

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 20s 456ms Failed
Feature Transport form
Given Set "transport" inputs from JSON file "CREATE_SMALLS_IMPORT" "super-admin-skz" 001ms
And Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 511ms
When Go to new transport "SMALLS_IMPORT" 704ms
And Fill transport form 21s 352ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 454ms
And Show all transport "false" 075ms
And Go to transport details "SMALLS_IMPORT" 4s 981ms
And Click create similar button 15s 264ms
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 369ms
And Open similar transport details 476ms
Then Check are transport values equals 2s 379ms
After Hooks.deleteTransportAfterTest() 753ms
After Hooks.deleteSimilarTransportAfterTest() 763ms
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 208ms
When Go to new transport "DELIVERY" 15s 537ms
And Fill transport form 52s 983ms
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: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:204)
	at CucumberTests.Transport.Transport.fillForm(Transport.java:163)
	at CucumberTests.Transport.CreateTransport.fillTransportForm(CreateTransport.java:183)
	at sun.reflect.GeneratedMethodAccessor283.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at cucumber.runtime.Utils$1.call(Utils.java:26)
	at cucumber.runtime.Timeout.timeout(Timeout.java:16)
	at cucumber.runtime.Utils.invoke(Utils.java:20)
	at cucumber.runtime.java.JavaStepDefinition.execute(JavaStepDefinition.java:57)
	at cucumber.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:50)
	at cucumber.runner.TestStep.executeStep(TestStep.java:63)
	at cucumber.runner.TestStep.run(TestStep.java:49)
	at cucumber.runner.PickleStepTestStep.run(PickleStepTestStep.java:43)
	at cucumber.runner.TestCase.run(TestCase.java:45)
	at cucumber.runner.Runner.runPickle(Runner.java:40)
	at cucumber.runtime.junit.PickleRunners$WithStepDescriptions.run(PickleRunners.java:97)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:68)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:23)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:73)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:122)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:64)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at cucumber.api.junit.Cucumber$1.evaluate(Cucumber.java:131)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
And Click "save-transport" save button and wait for form to disappear 000ms
And Set advice window in schedule 000ms
And Check is transport created in schedule and set transport id 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "DELIVERY" 000ms
And Click create similar button 000ms
And Fill "transport" form "CREATE_SIMILAR_DELIVERY" by "pna1-carrier" 000ms
And Click "save-transport" save button and wait for form to disappear 000ms
And Set advice window in schedule in "2" days 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Open similar transport details 000ms
Then Check are transport values equals 000ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteSimilarTransportAfterTest() 000ms
Scenario Outline Check if transport created with advice by similar button has correct carrier
Steps
Given Set "transport" inputs from JSON file "CREATE_DELIVERY" "pna1-carrier" 001ms
And Login as "pna1-carrier" and set token of apiUsername "pna1-carrier" 2s 506ms
When Go to new transport "DELIVERY" 15s 563ms
And Fill transport form 52s 945ms
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: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:204)
	at CucumberTests.Transport.Transport.fillForm(Transport.java:163)
	at CucumberTests.Transport.CreateTransport.fillTransportForm(CreateTransport.java:183)
	at sun.reflect.GeneratedMethodAccessor283.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at cucumber.runtime.Utils$1.call(Utils.java:26)
	at cucumber.runtime.Timeout.timeout(Timeout.java:16)
	at cucumber.runtime.Utils.invoke(Utils.java:20)
	at cucumber.runtime.java.JavaStepDefinition.execute(JavaStepDefinition.java:57)
	at cucumber.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:50)
	at cucumber.runner.TestStep.executeStep(TestStep.java:63)
	at cucumber.runner.TestStep.run(TestStep.java:49)
	at cucumber.runner.PickleStepTestStep.run(PickleStepTestStep.java:43)
	at cucumber.runner.TestCase.run(TestCase.java:45)
	at cucumber.runner.Runner.runPickle(Runner.java:40)
	at cucumber.runtime.junit.PickleRunners$WithStepDescriptions.run(PickleRunners.java:97)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:68)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:23)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:73)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:122)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:64)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at cucumber.api.junit.Cucumber$1.evaluate(Cucumber.java:131)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
And Click "save-transport" save button and wait for form to disappear 000ms
And Set advice window in schedule 000ms
And Check is transport created in schedule and set transport id 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "DELIVERY" 000ms
And Click create similar button 000ms
And Fill "transport" form "CREATE_SIMILAR_DELIVERY" by "pna1-carrier" 000ms
And Click "save-transport" save button and wait for form to disappear 000ms
And Set advice window in schedule in "2" days 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Open similar transport details 000ms
Then Check is field "CARRIER" of type "autocomplete" equals "Przewoźnik Neuca Automat 1" 000ms
After Hooks.deleteTransportAfterTest() 000ms
After Hooks.deleteSimilarTransportAfterTest() 000ms
Given Get inputs from database "CREATE_SMALLS_IMPORT_FOR_PRINT" "super-admin-skz" 023ms
And Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 846ms
When Go to new transport "SMALLS_IMPORT" 689ms
And Fill transport form 36s 286ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 969ms
And Go to transport details "SMALLS_IMPORT" 4s 799ms
And Go to transport print details form 3s 345ms
Then Check are transport values equals 8s 980ms
After Hooks.deleteTransportAfterTest() 695ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 636ms
And Get inputs from database "CREATE_SMALLS_IMPORT" "super-admin-skz" 019ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 158ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 834ms
And Go to transport details "SMALLS_IMPORT" 4s 794ms
Then Verify that the transport can be edited 2s 030ms
And Close transport details 15s 221ms
And If user is login then logout 280ms
And Login as "pskza1-carrier@qa.qa-test" 2s 502ms
And Go to transport details "SMALLS_IMPORT" 5s 640ms
And Verify that the transport cannot be edited 46s 938ms
After Hooks.deleteTransportAfterTest() 818ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 756ms
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 166ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 802ms
And Go to transport details "SMALLS_EXPORT" 4s 838ms
Then Verify that the transport can be edited 2s 020ms
And Close transport details 15s 215ms
And If user is login then logout 287ms
And Login as "pskza1-carrier@qa.qa-test" 2s 696ms
And Go to transport details "SMALLS_EXPORT" 5s 671ms
And Verify that the transport cannot be edited 46s 953ms
After Hooks.deleteTransportAfterTest() 779ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 2s 680ms
And Get inputs from database "HIDDEN_DATA_SMALLS_IMPORT" "super-admin-skz" 017ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 428ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 797ms
And Go to transport details "SMALLS_IMPORT" 4s 783ms
Then Verify that the hidden data in transport are not visible 1s 115ms
And Close transport details 15s 233ms
And If user is login then logout 296ms
And Login as "swisskrono-admin" 2s 691ms
And Go to transport details "SMALLS_IMPORT" 4s 966ms
And Verify that the hidden data in transport are visible 1s 688ms
After Hooks.deleteTransportAfterTest() 836ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 2s 611ms
And Get inputs from database "HIDDEN_DATA_SMALLS_EXPORT" "super-admin-skz" 022ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 317ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 870ms
And Go to transport details "SMALLS_EXPORT" 4s 829ms
Then Verify that the hidden data in transport are not visible 1s 115ms
And Close transport details 15s 206ms
And If user is login then logout 256ms
And Login as "swisskrono-admin" 2s 638ms
And Go to transport details "SMALLS_EXPORT" 4s 912ms
And Verify that the hidden data in transport are visible 1s 695ms
After Hooks.deleteTransportAfterTest() 850ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 2s 967ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 199ms
When Go to transport details "DELIVERY" 4s 896ms
And Change filled value in transport details "unloaded-stere" "text" "3" "0" 1s 515ms
And Change filled value in transport details "warehouseman" "select" "Dorosz Mieczysław" "0" 3s 859ms
And Change filled value in transport details "insp.-accord.-with-ins." "select" "NIE" "1" 3s 885ms
And Fill discrepancy report section without closing the form 22s 210ms
And Click "save-transport" save button 2s 752ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 578ms
And Check if transport details form is disappeared 15s 032ms
After Hooks.deleteTransportAfterTest() 993ms
Given Set token of apiUsername "super-admin-hochland" 220ms
And Add action authority with: "hochland" "hochland-warehouseman" "DELIVERY" "EDIT_DESCRIPTION_FIELD" "UNLIMITED" 327ms
And Add access to the warehouse "Magazyn Ciepły Kaźmierz" to the user "hochland-warehouseman" by JSON file 886ms
And Create transport "CREATE_DELIVERY_WARM_KAZMIERZ" by JSON file as "super-admin-hochland" 3s 186ms
And Login as "hochland-warehouseman" and set token of apiUsername "super-admin-hochland" 10s 697ms
When Go to "TRANSPORT_TABLE" 481ms
And Go to transport details "DELIVERY" 4s 946ms
And Change filled value in transport details "transport-description" "text" "opis" "0" 1s 588ms
Then Verify that "transport-description" in transport has value "opis" 075ms
After Hooks.deleteTransportAfterTest() 995ms
After Hooks.rollbackAddedActionAuthorities() 287ms
After Hooks.rollbackWarehousesAccess() 611ms
Given Set token of apiUsername "super-admin-hochland" 229ms
And Create transport "CREATE_DELIVERY_WARM_KAZMIERZ" by JSON file as "super-admin-hochland" 3s 233ms
And Remove action authority with: "hochland" "hochland-warehouseman" "DELIVERY" "EDIT_DESCRIPTION_FIELD" "UNLIMITED" 318ms
And Add access to the warehouse "Magazyn Ciepły Kaźmierz" to the user "hochland-warehouseman" by JSON file 680ms
And Login as "hochland-warehouseman" and set token of apiUsername "super-admin-hochland" 8s 498ms
When Go to "TRANSPORT_TABLE" 471ms
And Go to transport details "DELIVERY" 4s 915ms
Then Verify that "transport-description" in transport form is disabled 091ms
After Hooks.deleteTransportAfterTest() 1s 080ms
After Hooks.rollbackRemovedActionAuthorities() 284ms
After Hooks.rollbackWarehousesAccess() 653ms
Given Set token of apiUsername "super-admin-hochland" 227ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 341ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 332ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 9s 124ms
And Show all transport "false" 079ms
When Go to "TRANSPORT_TABLE" 515ms
And Go to transport details "DELIVERY" 4s 991ms
Then Verify that "CARRIER" in transport form is visible 083ms
After Hooks.deleteTransportAfterTest() 994ms
After Hooks.rollbackAddedActionAuthorities() 283ms
Given Set token of apiUsername "super-admin-adama" 232ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 353ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 087ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 5s 088ms
And Show all transport "false" 092ms
When Go to "TRANSPORT_TABLE" 371ms
And Go to transport details "TRANSPORT" 5s 004ms
Then Verify that "CARRIER" in transport form is visible 095ms
After Hooks.deleteTransportAfterTest() 626ms
After Hooks.rollbackAddedActionAuthorities() 285ms
Given Set token of apiUsername "super-admin-alrec" 235ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 342ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 304ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 4s 901ms
And Show all transport "true" 268ms
When Go to "TRANSPORT_TABLE" 441ms
And Go to transport details "TRANSPORT_ORDER" 4s 902ms
Then Verify that "CARRIER" in transport form is visible 098ms
After Hooks.deleteTransportAfterTest() 654ms
After Hooks.rollbackAddedActionAuthorities() 268ms
Given Set token of apiUsername "super-admin-hochland" 228ms
And Remove action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 341ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 193ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 9s 128ms
And Show all transport "false" 082ms
When Go to "TRANSPORT_TABLE" 510ms
And Go to transport details "DELIVERY" 4s 968ms
Then Verify that "CARRIER" in transport form is not visible 15s 049ms
After Hooks.deleteTransportAfterTest() 892ms
After Hooks.rollbackRemovedActionAuthorities() 282ms
Given Set token of apiUsername "super-admin-adama" 231ms
And Remove action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 337ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 055ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 5s 157ms
And Show all transport "false" 088ms
When Go to "TRANSPORT_TABLE" 475ms
And Go to transport details "TRANSPORT" 4s 941ms
Then Verify that "CARRIER" in transport form is not visible 15s 040ms
After Hooks.deleteTransportAfterTest() 646ms
After Hooks.rollbackRemovedActionAuthorities() 369ms
Given Set token of apiUsername "super-admin-alrec" 226ms
And Remove action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 319ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 262ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 4s 725ms
And Show all transport "true" 281ms
When Go to "TRANSPORT_TABLE" 405ms
And Go to transport details "TRANSPORT_ORDER" 4s 912ms
Then Verify that "CARRIER" in transport form is not visible 15s 075ms
After Hooks.deleteTransportAfterTest() 635ms
After Hooks.rollbackRemovedActionAuthorities() 268ms
Given Set token of apiUsername "super-admin-hochland" 233ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 318ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 313ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 217ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 9s 542ms
And Show all transport "false" 087ms
When Go to "TRANSPORT_TABLE" 433ms
And Go to transport details "DELIVERY" 4s 941ms
Then Verify that "CARRIER" in transport form is not disabled 076ms
After Hooks.deleteTransportAfterTest() 970ms
After Hooks.rollbackAddedActionAuthorities() 523ms
Given Set token of apiUsername "super-admin-adama" 247ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 312ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 302ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 113ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 4s 732ms
And Show all transport "false" 085ms
When Go to "TRANSPORT_TABLE" 435ms
And Go to transport details "TRANSPORT" 4s 951ms
Then Verify that "CARRIER" in transport form is not disabled 092ms
After Hooks.deleteTransportAfterTest() 776ms
After Hooks.rollbackAddedActionAuthorities() 547ms
Given Set token of apiUsername "super-admin-alrec" 241ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 331ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 322ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 190ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 4s 657ms
And Show all transport "true" 275ms
When Go to "TRANSPORT_TABLE" 427ms
And Go to transport details "TRANSPORT_ORDER" 4s 859ms
Then Verify that "CARRIER" in transport form is not disabled 096ms
After Hooks.deleteTransportAfterTest() 657ms
After Hooks.rollbackAddedActionAuthorities() 536ms
Given Set token of apiUsername "super-admin-hochland" 225ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 337ms
And Remove action authority with: "hochland" "hochland-admin" "DELIVERY" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 340ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 156ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 9s 105ms
And Show all transport "false" 085ms
When Go to "TRANSPORT_TABLE" 500ms
And Go to transport details "DELIVERY" 4s 920ms
Then Verify that "CARRIER" in transport form is disabled 096ms
After Hooks.deleteTransportAfterTest() 1s 098ms
After Hooks.rollbackAddedActionAuthorities() 280ms
After Hooks.rollbackRemovedActionAuthorities() 259ms
Given Set token of apiUsername "super-admin-adama" 225ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 313ms
And Remove action authority with: "adama" "adama-admin" "TRANSPORT" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 061ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 087ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 5s 305ms
And Show all transport "false" 082ms
When Go to "TRANSPORT_TABLE" 539ms
And Go to transport details "TRANSPORT" 4s 831ms
Then Verify that "CARRIER" in transport form is disabled 064ms
After Hooks.deleteTransportAfterTest() 609ms
After Hooks.rollbackAddedActionAuthorities() 271ms
After Hooks.rollbackRemovedActionAuthorities() 000ms
Given Set token of apiUsername "super-admin-alrec" 242ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 283ms
And Remove action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 049ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 200ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 4s 468ms
And Show all transport "true" 275ms
When Go to "TRANSPORT_TABLE" 405ms
And Go to transport details "TRANSPORT_ORDER" 4s 850ms
Then Verify that "CARRIER" in transport form is disabled 090ms
After Hooks.deleteTransportAfterTest() 668ms
After Hooks.rollbackAddedActionAuthorities() 266ms
After Hooks.rollbackRemovedActionAuthorities() 000ms
Given Set token of apiUsername "super-admin-adama" 223ms
And Get custom field settings for "DELIVERY" transport type and "" company 093ms
And Mark custom fields as not obligatory 004ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 2s 885ms
And Remove action authority with: "adama" "adama-admin" "DELIVERY" "UPDATE_MAIN_DATA_SECTION" "UNLIMITED" 321ms
And Remove action authority with: "adama" "adama-admin" "DELIVERY" "UPDATE_ADVICE" "UNLIMITED" 338ms
And Add action authority with: "adama" "adama-admin" "DELIVERY" "EDIT_DESCRIPTION_FIELD" "UNLIMITED" 314ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 4s 947ms
When Find transport in table with status "planned" 3s 772ms
And Confirm statuses until reach "process-ended" 9s 445ms
And Wait "90" seconds 1m 30s
And Go to "ARCHIVE_TAB" 516ms
And Show "DELIVERY" 178ms
And Go to transport details "DELIVERY" 32s 669ms
And Change filled value in transport details "transport-description" "text" "opis" "0" 1s 525ms
And Click "save-transport-and-close" save button and wait for form to disappear 17s 424ms
And Wait "7" seconds 7s
And Go to transport details "DELIVERY" 32s 606ms
Then Verify that "transport-description" in transport has value "opis" 085ms
After Hooks.deleteTransportAfterTest() 849ms
After Hooks.rollbackAllCustomFieldsSettings() 004ms
After Hooks.rollbackAddedActionAuthorities() 255ms
After Hooks.rollbackRemovedActionAuthorities() 537ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 9s 745ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 018ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 209ms
When Go to transport details "DELIVERY" 4s 868ms
And Fill transport form 40s 733ms
And Change filled value in transport details "driver-name" "text" "XXX ZZZ" "0" 1s 702ms
And Click "save-transport-and-close" save button and wait for form to disappear 18s 020ms
And Go to new transport "DELIVERY" 598ms
Then Verify that driver "XXX ZZZ" is in list 882ms
After Hooks.deleteTransportAfterTest() 995ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 696ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 169ms
When Transfer transport to carrier "Przewoźnik SKZ Automat 1" 5s 322ms
And If user is login then logout 247ms
And Login as "pskza1-carrier@qa.qa-test" 2s 499ms
Then Verify that the transport has been transferred 3s 169ms
And Accept or reject "accept" transferred transport 16s 637ms
And Go to transport details "SMALLS_IMPORT" 4s 900ms
And Verify that "transaction-price" in transport form is visible 094ms
And Verify that transaction price field has correct value 077ms
And Verify that transaction currency field has correct value: "swisskrono" "SMALLS_IMPORT" 118ms
After Hooks.deleteTransportAfterTest() 679ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 614ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 119ms
When Transfer transport to carrier "Przewoźnik SKZ Automat 1" 5s 207ms
And If user is login then logout 238ms
And Login as "pskza1-carrier@qa.qa-test" 2s 526ms
Then Verify that the transport has been transferred 3s 230ms
And Accept or reject "accept" transferred transport 16s 628ms
And Go to transport details "SMALLS_EXPORT" 4s 875ms
And Verify that "transaction-price" in transport form is visible 083ms
And Verify that transaction price field has correct value 067ms
And Verify that transaction currency field has correct value: "swisskrono" "SMALLS_EXPORT" 124ms
After Hooks.deleteTransportAfterTest() 670ms
Scenario Outline Check if carrier can select supplier in transport form
Steps
Given Login as "pna1-carrier" 2s 331ms
When Click plan transport button 474ms
When Change filled value in transport details "company-step-0" "autocomplete" "DNA1" "0" 35s 190ms
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: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: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" 4s 714ms
And Create transport "CREATE_TRANSPORT_WITH_CUSTOM_FIELDS" by JSON file as "super-admin-alrec" 2s 296ms
And Show all transport "true" 249ms
And Go to transport details "TRANSPORT_ORDER" 4s 900ms
And Set custom fields values 1m 46s 286ms
And Create transport by create similar button 25s 894ms
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.u5reoh}, 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: 5a5499d3085df027d32946dd6250004a
	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 134ms
Given Set token of apiUsername "super-admin-alrec" 216ms
And Get "DELIVERY" settings from "alrec" 140ms
And Set transportType settings with values: "numberOfDaysAddedToFirstStep", "10" 273ms
And Login as "alrec-admin" 2s 724ms
And Go to "TRANSPORT_TABLE" 348ms
When Go to new transport "DELIVERY" 582ms
Then Check if scheduled date of advice in transport form is in 10 days 073ms
After Hooks.rollbackTransportTypeSettings() 223ms
Given Set token of apiUsername "super-admin-alrec" 210ms
And Get "DELIVERY" settings from "alrec" 119ms
And Set transportType settings with values: "numberOfDaysAddedToFirstStep", "10" 196ms
And Login as "alrec-admin" 2s 392ms
And Go to "TRANSPORT_TABLE" 324ms
When Go to new transport "DELIVERY" 506ms
Then Check if scheduled date of advice in transport form is in 10 days 062ms
After Hooks.rollbackTransportTypeSettings() 232ms
Given Set token of apiUsername "super-admin-bausch" 228ms
And Get "Warunki incoterms" settings from "bausch" in "LOAD_EXPORT" 142ms
When Set custom field "Warunki incoterms" with "EDIT_LOAD_EXPORT_INCOTERMS_CFD" in "LOAD_EXPORT" - "bausch" by "super-admin-bausch" 282ms
And Login as "bausch-admin" 5s 934ms
And Go to new transport "LOAD_EXPORT" 797ms
Then Check is field "incoterms-terms" of type "select" equals "DAP" 2s 159ms
After Hooks.rollbackCustomFieldSettings() 193ms
Given Set token of apiUsername "super-admin-dayco" 236ms
And Get custom field settings for "OWN_COLLECTION" transport type and "dayco" company 128ms
And Mark custom fields as not obligatory 004ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-dayco" 2s 087ms
And Set "advice" inputs from JSON file "ADVICE_OWN_COLLECTION" "super-admin-dayco" 001ms
When Login as "dayco-admin" 4s 781ms
And Click button advice in transport table "OWN_COLLECTION" 917ms
And Set advice window in schedule 3s 284ms
And Fill advice form 9s 155ms
And Click advice save button and wait for advice form to disappear 33s 317ms
And Go to "TRANSPORT_TABLE" 456ms
And Find transport in table with status "planned" 3s 732ms
And Confirm statuses until reach "on-the-area" 5s 244ms
And Go to transport details "OWN_COLLECTION" 4s 800ms
And Click create similar button 15s 245ms
And Fill "transport" form "CREATE_SIMILAR_OWN_COLLECTION" by "super-admin-dayco" 6s 994ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 359ms
And Open similar transport details 457ms
Then Check if transport form modal is visible 090ms
After Hooks.deleteTransportAfterTest() 934ms
After Hooks.deleteSimilarTransportAfterTest() 560ms
After Hooks.rollbackAllCustomFieldsSettings() 498ms
Given Set token of apiUsername "super-admin-dayco" 237ms
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 050ms
And Set "advice" inputs from JSON file "ADVICE_OWN_COLLECTION" "super-admin-dayco" 001ms
When Login as "dayco-admin" 5s 033ms
And Click button advice in transport table "OWN_COLLECTION" 867ms
And Set advice window in schedule 3s 302ms
And Fill advice form 9s 265ms
And Click advice save button and wait for advice form to disappear 33s 329ms
And Go to "TRANSPORT_TABLE" 452ms
And Find transport in table with status "planned" 3s 641ms
And Confirm statuses until reach "during-load" 9s 430ms
And Go to transport details "OWN_COLLECTION" 4s 832ms
And Click create similar button 15s 267ms
And Fill "transport" form "CREATE_SIMILAR_OWN_COLLECTION" by "super-admin-dayco" 6s 994ms
And Click "save-transport-and-close" save button and wait for form to disappear 16s 290ms
And Open similar transport details 574ms
Then Check if transport form modal is visible 099ms
After Hooks.deleteTransportAfterTest() 973ms
After Hooks.deleteSimilarTransportAfterTest() 615ms
After Hooks.rollbackAllCustomFieldsSettings() 478ms
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" 202ms
And Set "transport" inputs from JSON file "CREATE_DELIVERY" "super-admin-lisner" 000ms
And Create custom field with "CREATE_DELIVERY_DATE_AND_TIME_CFD" by "super-admin-lisner" 2s 956ms
When Login as "lisner-admin" and set token of apiUsername "super-admin-lisner" 5s 722ms
And Go to new transport "DELIVERY" 723ms
And Fill transport form 16s 705ms
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 730ms