Project Number Date
ApolloFullRunnerReport apollo-test-2.128 22 sie 2021, 05:16

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Transport form 420 2 1 0 0 423 40 2 42 36m 23s 064ms Failed
Feature Transport form
Before Hooks.showScenarioName(Scenario) 001ms
Given Set "transport" inputs from JSON file "CREATE_SMALLS_IMPORT" "super-admin-skz" 000ms
And Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 913ms
When Go to new transport "SMALLS_IMPORT" 730ms
And Fill transport form 21s 494ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 266ms
And Show all transport "false" 077ms
And Go to transport details "SMALLS_IMPORT" 3s 075ms
And Click create similar button 15s 287ms
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 30s 268ms
And Open similar transport details 557ms
Then Check are transport values equals 2s 367ms
After Hooks.deleteSimilarTransportAfterTest() 564ms
After Hooks.deleteTransportAfterTest() 520ms
Scenario Outline Check if transport created with advice by similar button has correct values
Before Hooks.showScenarioName(Scenario) 000ms
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" 8s 125ms
When Go to new transport "DELIVERY" 15s 597ms
And Fill transport form 42s 849ms
And Click "save-transport" save button and wait for form to disappear 30s 252ms
And Set advice window in schedule 2s 385ms
And Check is transport created in schedule and set transport id 3s 329ms
And Go to "TRANSPORT_TABLE" 534ms
And Go to transport details "DELIVERY" 30s 654ms
And Click create similar button 15s 261ms
And Fill "transport" form "CREATE_SIMILAR_DELIVERY" by "pna1-carrier" 13s 969ms
And Click "save-transport" save button and wait for form to disappear 30s 191ms
And Set advice window in schedule in "2" days 4s 543ms
And Go to "TRANSPORT_TABLE" 483ms
And Open similar transport details 686ms
Then Check are transport values equals 071ms
org.junit.ComparisonFailure: Wartości w formularzu w polu erp-identifier są niepoprawne, wartość na stronie: 1111 wartość poprawna: 123456 expected:<1[23456]> but was:<1[111]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:123)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:263)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/TransportForm/TransportForm.feature:42)
After Hooks.deleteSimilarTransportAfterTest() 1s 022ms
After Hooks.deleteTransportAfterTest() 951ms
Scenario Outline Check if transport created with advice by similar button has correct carrier
Before Hooks.showScenarioName(Scenario) 001ms
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 448ms
When Go to new transport "DELIVERY" 15s 559ms
And Fill transport form 42s 959ms
And Click "save-transport" save button and wait for form to disappear 30s 193ms
And Set advice window in schedule 2s 387ms
And Check is transport created in schedule and set transport id 3s 309ms
And Go to "TRANSPORT_TABLE" 514ms
And Go to transport details "DELIVERY" 30s 737ms
And Click create similar button 15s 265ms
And Fill "transport" form "CREATE_SIMILAR_DELIVERY" by "pna1-carrier" 14s 073ms
And Click "save-transport" save button and wait for form to disappear 30s 211ms
And Set advice window in schedule in "2" days 4s 527ms
And Go to "TRANSPORT_TABLE" 482ms
And Open similar transport details 1s 611ms
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element  is not clickable at point (49, 407). Other element would receive the click: 
  (Session info: headless chrome=92.0.4515.131)
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=92.0.4515.107 (87a818b10553a07434ea9e2b6dccf3cbe7895134-refs/branch-heads/4515@{#1634}), userDataDir=/home/teamcity/build-agent/temp/buildTmp/.com.google.Chrome.KxtivS}, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, unhandledPromptBehavior=dismiss and notify, strictFileInteractability=false, platform=LINUX, proxy=Proxy(), goog:chromeOptions={debuggerAddress=localhost:9222}, webauthn:extension:credBlob=true, acceptInsecureCerts=false, browserVersion=92.0.4515.131, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 5569bb3f553cb37be0f7d68114832d6a
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120)
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586)
	at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:279)
	at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:83)
	at CucumberTests.Transport.TransportFormTest.openSimilarTransportDetails(TransportFormTest.java:95)
	at ✽.Open similar transport details(file:Features/Atom/Transport/TransportForm/TransportForm.feature:65)
Then Check is field "CARRIER" of type "autocomplete" equals "Przewoźnik Neuca Automat 1" 000ms
After Hooks.deleteSimilarTransportAfterTest() 799ms
After Hooks.deleteTransportAfterTest() 821ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 875ms
And Set "transport" inputs from JSON file "CREATE_SMALLS_IMPORT_FOR_PRINT" "super-admin-skz" 000ms
When Go to new transport "SMALLS_IMPORT" 745ms
And Fill transport form 36s 421ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 264ms
And Go to transport details "SMALLS_IMPORT" 2s 882ms
And Go to transport print details form 3s 583ms
Then Check are transport values equals 8s 970ms
After Hooks.deleteTransportAfterTest() 606ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 927ms
And Set "transport" inputs from JSON file "CREATE_SMALLS_IMPORT" "super-admin-skz" 000ms
And Create transport "CREATE_SMALLS_IMPORT" 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 882ms
And Go to transport details "SMALLS_IMPORT" 2s 918ms
Then Verify that the transport can be edited 1s 410ms
And Close transport details 15s 253ms
And If user is login then logout 259ms
And Login as "pskza1-carrier@qa.qa-test" 2s 995ms
And Go to transport details "SMALLS_IMPORT" 3s 823ms
And Verify that the transport cannot be edited 31s 307ms
After Hooks.deleteTransportAfterTest() 718ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 935ms
And Set "transport" inputs from JSON file "CREATE_SMALLS_EXPORT" "super-admin-skz" 000ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 139ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 780ms
And Go to transport details "SMALLS_EXPORT" 2s 887ms
Then Verify that the transport can be edited 2s 064ms
And Close transport details 15s 257ms
And If user is login then logout 310ms
And Login as "pskza1-carrier@qa.qa-test" 2s 742ms
And Go to transport details "SMALLS_EXPORT" 4s 004ms
And Verify that the transport cannot be edited 46s 958ms
After Hooks.deleteTransportAfterTest() 634ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 2s 881ms
And Set "transport" inputs from JSON file "HIDDEN_DATA_SMALLS_IMPORT" "super-admin-skz" 000ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 361ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 842ms
And Go to transport details "SMALLS_IMPORT" 2s 909ms
Then Verify that the hidden data in transport are not visible 1s 126ms
And Close transport details 15s 211ms
And If user is login then logout 295ms
And Login as "swisskrono-admin" 2s 920ms
And Go to transport details "SMALLS_IMPORT" 3s 076ms
And Verify that the hidden data in transport are visible 1s 694ms
After Hooks.deleteTransportAfterTest() 632ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "pskza1-carrier@qa.qa-test" and set token of apiUsername "super-admin-skz" 2s 711ms
And Set "transport" inputs from JSON file "HIDDEN_DATA_SMALLS_EXPORT" "super-admin-skz" 000ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 396ms
When Set transport on auction with "500" and "20000" by JSON file as "super-admin-skz" 2s 829ms
And Go to transport details "SMALLS_EXPORT" 2s 829ms
Then Verify that the hidden data in transport are not visible 1s 113ms
And Close transport details 15s 250ms
And If user is login then logout 297ms
And Login as "swisskrono-admin" 3s 110ms
And Go to transport details "SMALLS_EXPORT" 2s 989ms
And Verify that the hidden data in transport are visible 1s 678ms
After Hooks.deleteTransportAfterTest() 642ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 087ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 166ms
When Go to transport details "DELIVERY" 2s 974ms
And Change filled value in details "unloaded-stere" "text" "3" "0" 1s 587ms
And Change filled value in details "warehouseman" "select" "Dorosz Mieczysław" "0" 3s 905ms
And Change filled value in details "insp.-accord.-with-ins." "select" "NIE" "1" 3s 846ms
And Fill discrepancy report section without closing the form 22s 428ms
And Click "save-transport" save button 2s 716ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 316ms
And Check if transport details form is disappeared 15s 080ms
After Hooks.deleteTransportAfterTest() 906ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 237ms
And Add action authority with: "hochland" "hochland-warehouseman" "DELIVERY" "EDIT_DESCRIPTION_FIELD" "UNLIMITED" 344ms
And Add access to the warehouse "Magazyn Ciepły Kaźmierz" to the user "hochland-warehouseman" by JSON file 1s 133ms
And Create transport "CREATE_DELIVERY_WARM_KAZMIERZ" by JSON file as "super-admin-hochland" 3s 151ms
And Login as "hochland-warehouseman" and set token of apiUsername "super-admin-hochland" 10s 719ms
When Go to "TRANSPORT_TABLE" 513ms
And Go to transport details "DELIVERY" 2s 971ms
And Change filled value in details "transport-description" "text" "opis" "0" 1s 589ms
Then Verify that "transport-description" in transport has value "opis" 084ms
After Hooks.deleteTransportAfterTest() 745ms
After Hooks.rollbackAddedActionAuthorities() 269ms
After Hooks.rollbackWarehousesAccess() 893ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 240ms
And Create transport "CREATE_DELIVERY_WARM_KAZMIERZ" by JSON file as "super-admin-hochland" 3s 083ms
And Remove action authority with: "hochland" "hochland-warehouseman" "DELIVERY" "EDIT_DESCRIPTION_FIELD" "UNLIMITED" 343ms
And Add access to the warehouse "Magazyn Ciepły Kaźmierz" to the user "hochland-warehouseman" by JSON file 735ms
And Login as "hochland-warehouseman" and set token of apiUsername "super-admin-hochland" 8s 936ms
When Go to "TRANSPORT_TABLE" 499ms
And Go to transport details "DELIVERY" 2s 990ms
Then Verify that "transport-description" in transport form is disabled 084ms
After Hooks.deleteTransportAfterTest() 1s 191ms
After Hooks.rollbackRemovedActionAuthorities() 305ms
After Hooks.rollbackWarehousesAccess() 879ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 228ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 339ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 118ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 9s 037ms
And Show all transport "false" 080ms
When Go to "TRANSPORT_TABLE" 511ms
And Go to transport details "DELIVERY" 2s 980ms
Then Verify that "CARRIER" in transport form is visible 073ms
After Hooks.deleteTransportAfterTest() 1s 149ms
After Hooks.rollbackAddedActionAuthorities() 257ms
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-adama" 240ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 344ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 099ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 4s 711ms
And Show all transport "false" 082ms
When Go to "TRANSPORT_TABLE" 434ms
And Go to transport details "TRANSPORT" 2s 939ms
Then Verify that "CARRIER" in transport form is visible 191ms
After Hooks.deleteTransportAfterTest() 609ms
After Hooks.rollbackAddedActionAuthorities() 292ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-alrec" 235ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 336ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 211ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 4s 713ms
And Show all transport "true" 238ms
When Go to "TRANSPORT_TABLE" 353ms
And Go to transport details "TRANSPORT_ORDER" 2s 954ms
Then Verify that "CARRIER" in transport form is visible 123ms
After Hooks.deleteTransportAfterTest() 622ms
After Hooks.rollbackAddedActionAuthorities() 264ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 223ms
And Remove action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 325ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 107ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 9s 007ms
And Show all transport "false" 087ms
When Go to "TRANSPORT_TABLE" 528ms
And Go to transport details "DELIVERY" 3s 036ms
Then Verify that "CARRIER" in transport form is not visible 15s 070ms
After Hooks.deleteTransportAfterTest() 762ms
After Hooks.rollbackRemovedActionAuthorities() 281ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-adama" 228ms
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 063ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 4s 988ms
And Show all transport "false" 084ms
When Go to "TRANSPORT_TABLE" 419ms
And Go to transport details "TRANSPORT" 3s 020ms
Then Verify that "CARRIER" in transport form is not visible 15s 035ms
After Hooks.deleteTransportAfterTest() 690ms
After Hooks.rollbackRemovedActionAuthorities() 291ms
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-alrec" 240ms
And Remove action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 344ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 214ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 4s 640ms
And Show all transport "true" 278ms
When Go to "TRANSPORT_TABLE" 434ms
And Go to transport details "TRANSPORT_ORDER" 2s 916ms
Then Verify that "CARRIER" in transport form is not visible 15s 076ms
After Hooks.deleteTransportAfterTest() 546ms
After Hooks.rollbackRemovedActionAuthorities() 291ms
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-hochland" 240ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 326ms
And Add action authority with: "hochland" "hochland-admin" "DELIVERY" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 308ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 134ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 9s 106ms
And Show all transport "false" 082ms
When Go to "TRANSPORT_TABLE" 515ms
And Go to transport details "DELIVERY" 3s 044ms
Then Verify that "CARRIER" in transport form is not disabled 081ms
After Hooks.deleteTransportAfterTest() 1s 060ms
After Hooks.rollbackAddedActionAuthorities() 568ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-adama" 245ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 330ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 310ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 031ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 4s 705ms
And Show all transport "false" 079ms
When Go to "TRANSPORT_TABLE" 382ms
And Go to transport details "TRANSPORT" 3s 006ms
Then Verify that "CARRIER" in transport form is not disabled 087ms
After Hooks.deleteTransportAfterTest() 550ms
After Hooks.rollbackAddedActionAuthorities() 568ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-alrec" 229ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 317ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 305ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 210ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 4s 479ms
And Show all transport "true" 292ms
When Go to "TRANSPORT_TABLE" 406ms
And Go to transport details "TRANSPORT_ORDER" 2s 868ms
Then Verify that "CARRIER" in transport form is not disabled 126ms
After Hooks.deleteTransportAfterTest() 576ms
After Hooks.rollbackAddedActionAuthorities() 546ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-hochland" 234ms
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" 322ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 055ms
And Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 8s 925ms
And Show all transport "false" 088ms
When Go to "TRANSPORT_TABLE" 518ms
And Go to transport details "DELIVERY" 3s 063ms
Then Verify that "CARRIER" in transport form is disabled 090ms
After Hooks.deleteTransportAfterTest() 1s 140ms
After Hooks.rollbackAddedActionAuthorities() 261ms
After Hooks.rollbackRemovedActionAuthorities() 265ms
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-adama" 228ms
And Add action authority with: "adama" "adama-admin" "TRANSPORT" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 317ms
And Remove action authority with: "adama" "adama-admin" "TRANSPORT" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 056ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 067ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 4s 793ms
And Show all transport "false" 084ms
When Go to "TRANSPORT_TABLE" 370ms
And Go to transport details "TRANSPORT" 2s 997ms
Then Verify that "CARRIER" in transport form is disabled 092ms
After Hooks.deleteTransportAfterTest() 597ms
After Hooks.rollbackAddedActionAuthorities() 290ms
After Hooks.rollbackRemovedActionAuthorities() 000ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-alrec" 224ms
And Add action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "ACCESS_CARRIER_COMPANY_FIELD" "UNLIMITED" 316ms
And Remove action authority with: "alrec" "alrec-admin" "TRANSPORT_ORDER" "UPDATE_CARRIER_COMPANY_FIELD" "UNLIMITED" 055ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-alrec" 2s 160ms
And Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 4s 526ms
And Show all transport "true" 266ms
When Go to "TRANSPORT_TABLE" 398ms
And Go to transport details "TRANSPORT_ORDER" 2s 907ms
Then Verify that "CARRIER" in transport form is disabled 114ms
After Hooks.deleteTransportAfterTest() 575ms
After Hooks.rollbackAddedActionAuthorities() 250ms
After Hooks.rollbackRemovedActionAuthorities() 000ms
Before Hooks.showScenarioName(Scenario) 000ms
Given Set token of apiUsername "super-admin-adama" 254ms
And Get custom field settings for "DELIVERY" transport type and "" company 125ms
And Mark custom fields as not obligatory 004ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 2s 647ms
And Remove action authority with: "adama" "adama-admin" "DELIVERY" "UPDATE_MAIN_DATA_SECTION" "UNLIMITED" 324ms
And Remove action authority with: "adama" "adama-admin" "DELIVERY" "UPDATE_ADVICE" "UNLIMITED" 321ms
And Add action authority with: "adama" "adama-admin" "DELIVERY" "EDIT_DESCRIPTION_FIELD" "UNLIMITED" 312ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 4s 666ms
When Find transport in table with status "planned" 3s 762ms
And Confirm statuses until reach "process-ended" 11s 610ms
And Wait "90" seconds 1m 30s
And Go to "ARCHIVE_TAB" 530ms
And Show "DELIVERY" 178ms
And Go to transport details "DELIVERY" 30s 695ms
And Change filled value in details "transport-description" "text" "opis" "0" 1s 595ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 264ms
And Wait "7" seconds 7s
And Go to transport details "DELIVERY" 30s 623ms
Then Verify that "transport-description" in transport has value "opis" 060ms
After Hooks.deleteTransportAfterTest() 650ms
After Hooks.rollbackAllCustomFieldsSettings() 004ms
After Hooks.rollbackAddedActionAuthorities() 270ms
After Hooks.rollbackRemovedActionAuthorities() 531ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 9s 690ms
And Set "transport" inputs from JSON file "EDIT_DELIVERY" "super-admin-hochland" 001ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 3s 140ms
When Go to transport details "DELIVERY" 2s 993ms
And Fill transport form 43s 218ms
And Change filled value in details "driver-name" "text" "XXX ZZZ" "0" 1s 698ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 268ms
And Go to new transport "DELIVERY" 675ms
Then Verify that driver "XXX ZZZ" is in list 948ms
After Hooks.deleteTransportAfterTest() 785ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 900ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 142ms
When Transfer transport to carrier "Przewoźnik SKZ Automat 1" 34s 963ms
And If user is login then logout 279ms
And Login as "pskza1-carrier@qa.qa-test" 2s 641ms
Then Verify that the transport has been transferred 3s 637ms
And Accept or reject "accept" transferred transport 16s 619ms
And Go to transport details "SMALLS_IMPORT" 2s 911ms
And Verify that "transaction-price" in transport form is visible 103ms
And Verify that transaction price field has correct value 088ms
And Verify that transaction currency field has correct value: "swisskrono" "SMALLS_IMPORT" 169ms
After Hooks.deleteTransportAfterTest() 603ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 841ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 178ms
When Transfer transport to carrier "Przewoźnik SKZ Automat 1" 34s 704ms
And If user is login then logout 304ms
And Login as "pskza1-carrier@qa.qa-test" 2s 576ms
Then Verify that the transport has been transferred 3s 780ms
And Accept or reject "accept" transferred transport 16s 525ms
And Go to transport details "SMALLS_EXPORT" 2s 926ms
And Verify that "transaction-price" in transport form is visible 121ms
And Verify that transaction price field has correct value 080ms
And Verify that transaction currency field has correct value: "swisskrono" "SMALLS_EXPORT" 189ms
After Hooks.deleteTransportAfterTest() 593ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "pna1-carrier" 2s 250ms
When Click plan transport button 525ms
When Change filled value in details "company-step-0" "autocomplete" "DNA1" "0" 7s 023ms
Then Verify that value in field is equals details "company-step-0" "autocomplete" "DNA1" 1s 071ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-alrec" 251ms
And Get "DELIVERY" settings from "alrec" 129ms
And Set transportType settings with values: "numberOfDaysAddedToFirstStep", "10" 321ms
And Login as "alrec-admin" 4s 597ms
And Go to "TRANSPORT_TABLE" 417ms
When Go to new transport "DELIVERY" 733ms
Then Check if scheduled date of advice in transport form is in 10 days 073ms
After Hooks.rollbackTransportTypeSettings() 247ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-alrec" 225ms
And Get "DELIVERY" settings from "alrec" 146ms
And Set transportType settings with values: "numberOfDaysAddedToFirstStep", "10" 225ms
And Login as "alrec-admin" 2s 693ms
And Go to "TRANSPORT_TABLE" 375ms
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() 237ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 231ms
And Get "Warunki incoterms" settings from "bausch" in "LOAD_EXPORT" 171ms
When Set custom field "Warunki incoterms" with "EDIT_LOAD_EXPORT_INCOTERMS_CFD" in "LOAD_EXPORT" - "bausch" by "super-admin-bausch" 295ms
And Login as "bausch-admin" 6s 411ms
And Go to new transport "LOAD_EXPORT" 743ms
Then Check is field "incoterms-terms" of type "select" equals "DAP" 2s 150ms
After Hooks.rollbackCustomFieldSettings() 213ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-dayco" 226ms
And Get custom field settings for "OWN_COLLECTION" transport type and "dayco" company 114ms
And Mark custom fields as not obligatory 005ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-dayco" 2s 091ms
And Set "advice" inputs from JSON file "ADVICE_OWN_COLLECTION" "super-admin-dayco" 001ms
When Login as "dayco-admin" 4s 851ms
And Click button advice in transport table "OWN_COLLECTION" 935ms
And Set advice window in schedule 3s 386ms
And Fill advice form 11s 760ms
And Click advice save button and wait for advice form to disappear 33s 237ms
And Go to "TRANSPORT_TABLE" 496ms
And Find transport in table with status "planned" 3s 691ms
And Confirm statuses until reach "on-the-area" 6s 310ms
And Go to transport details "OWN_COLLECTION" 2s 947ms
And Click create similar button 15s 250ms
And Fill "transport" form "CREATE_SIMILAR_OWN_COLLECTION" by "super-admin-dayco" 7s 044ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 243ms
And Open similar transport details 512ms
Then Check if transport form modal is visible 081ms
After Hooks.deleteSimilarTransportAfterTest() 541ms
After Hooks.deleteTransportAfterTest() 748ms
After Hooks.rollbackAllCustomFieldsSettings() 453ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-dayco" 266ms
And Get custom field settings for "OWN_COLLECTION" transport type and "dayco" company 117ms
And Mark custom fields as not obligatory 006ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-dayco" 2s 024ms
And Set "advice" inputs from JSON file "ADVICE_OWN_COLLECTION" "super-admin-dayco" 001ms
When Login as "dayco-admin" 4s 769ms
And Click button advice in transport table "OWN_COLLECTION" 935ms
And Set advice window in schedule 3s 320ms
And Fill advice form 11s 608ms
And Click advice save button and wait for advice form to disappear 33s 296ms
And Go to "TRANSPORT_TABLE" 467ms
And Find transport in table with status "planned" 3s 719ms
And Confirm statuses until reach "during-load" 11s 484ms
And Go to transport details "OWN_COLLECTION" 2s 930ms
And Click create similar button 15s 284ms
And Fill "transport" form "CREATE_SIMILAR_OWN_COLLECTION" by "super-admin-dayco" 6s 986ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 247ms
And Open similar transport details 563ms
Then Check if transport form modal is visible 079ms
After Hooks.deleteSimilarTransportAfterTest() 529ms
After Hooks.deleteTransportAfterTest() 807ms
After Hooks.rollbackAllCustomFieldsSettings() 474ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-lisner" 227ms
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 996ms
When Login as "lisner-admin-2" and set token of apiUsername "super-admin-lisner" 6s 941ms
And Go to new transport "DELIVERY" 713ms
And Fill transport form 33s 707ms
And Click "save-transport" save button and wait for form to disappear 30s 242ms
And Set advice window in schedule 2s 417ms
And Go to "TRANSPORT_TABLE" 453ms
And Show all transport types 1s 159ms
And Go to transport details "DELIVERY" 2s 763ms
Then Verify that "date-and-time" in transport form is visible 088ms
After Hooks.deleteTransportAfterTest() 894ms
After Hooks.deleteCustomFieldAfterTest() 2s 369ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "farmacol-admin" and set token of apiUsername "super-admin-farmacol" 7s 168ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 2s 004ms
When Go to "TRANSPORT_TABLE" 436ms
And Go to transport details "EXTERNAL_DELIVERY" 2s 857ms
And Change filled value in details "warehouse-select-step-1" "select" "Rogoźnica Przyjęcia" "0" 3s 790ms
And Calculate date and hour for fill transport details "time-range-to-date-1" "no" "16:01" 084ms
And Change date value in field with calendar in transport details "time-range-to-date-1" "calculatedValue" 2s 026ms
And Click "save-transport" save button 882ms
Then Check if warehouse working hour is validate correctly "yes" 084ms
After Hooks.deleteTransportsAfterTest() 670ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 5s 111ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 074ms
When Go to "TRANSPORT_TABLE" 435ms
And Go to transport details "TRANSPORT" 2s 942ms
And Change filled value in details "warehouse-select-step-1" "select" "Magazyn S7" "0" 3s 865ms
And Calculate date and hour for fill transport details "time-range-to-date-1" "no" "22:01" 069ms
And Change date value in field with calendar in transport details "time-range-to-date-1" "calculatedValue" 2s 074ms
And Click "save-transport" save button 906ms
Then Check if warehouse working hour is validate correctly "yes" 098ms
After Hooks.deleteTransportsAfterTest() 600ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "farmacol-admin" and set token of apiUsername "super-admin-farmacol" 2s 811ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 2s 043ms
When Go to "TRANSPORT_TABLE" 380ms
And Go to transport details "EXTERNAL_DELIVERY" 2s 853ms
And Change filled value in details "warehouse-select-step-1" "select" "Rogoźnica Przyjęcia" "0" 3s 841ms
And Calculate date and hour for fill transport details "time-range-to-date-1" "today" "16:01" 077ms
And Change date value in field with calendar in transport details "time-range-to-date-1" "calculatedValue" 2s 091ms
And Click "save-transport" save button 897ms
Then Check if warehouse working hour is validate correctly "yes" 071ms
After Hooks.deleteTransportsAfterTest() 571ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 612ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 073ms
When Go to "TRANSPORT_TABLE" 356ms
And Go to transport details "TRANSPORT" 2s 969ms
And Change filled value in details "warehouse-select-step-1" "select" "Magazyn S7" "0" 3s 781ms
And Calculate date and hour for fill transport details "time-range-to-date-1" "today" "22:01" 081ms
And Change date value in field with calendar in transport details "time-range-to-date-1" "calculatedValue" 2s 049ms
And Click "save-transport" save button 879ms
Then Check if warehouse working hour is validate correctly "yes" 079ms
After Hooks.deleteTransportsAfterTest() 586ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 709ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 067ms
When Go to "TRANSPORT_TABLE" 413ms
And Go to transport details "TRANSPORT" 2s 983ms
And Change filled value in details "warehouse-select-step-1" "select" "Magazyn S7" "0" 3s 778ms
And Calculate date and hour for fill transport details "time-range-to-date-1" "no" "22:00" 068ms
And Change date value in field with calendar in transport details "time-range-to-date-1" "calculatedValue" 1s 877ms
And Click "save-transport" save button 2s 047ms
Then Check if warehouse working hour is validate correctly "no" 15s 086ms
After Hooks.deleteTransportsAfterTest() 635ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "farmacol-admin" and set token of apiUsername "super-admin-farmacol" 2s 964ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 2s 006ms
When Go to "TRANSPORT_TABLE" 434ms
And Go to transport details "EXTERNAL_DELIVERY" 2s 865ms
And Change filled value in details "warehouse-select-step-1" "select" "Rogoźnica Przyjęcia" "0" 3s 855ms
And Calculate date and hour for fill transport details "time-range-to-date-1" "today" "16:00" 055ms
And Change date value in field with calendar in transport details "time-range-to-date-1" "calculatedValue" 1s 953ms
And Click "save-transport" save button 916ms
Then Check if warehouse working hour is validate correctly "no" 15s 083ms
After Hooks.deleteTransportsAfterTest() 600ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "farmacol-admin" and set token of apiUsername "super-admin-farmacol" 2s 874ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 2s 017ms
When Go to "TRANSPORT_TABLE" 402ms
And Go to transport details "EXTERNAL_DELIVERY" 2s 840ms
And Change filled value in details "warehouse-select-step-1" "select" "Rogoźnica Przyjęcia" "0" 3s 774ms
And Calculate date and hour for fill transport details "time-range-from-date-1" "no" "06:00" 068ms
And Calculate date and hour for fill transport details "time-range-to-date-1" "no" "15:00" 069ms
And Change date value in field with calendar in transport details "time-range-from-date-1" "calculatedValue" 1s 846ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 272ms
Then Check if warehouse working hour is validate correctly "no" 15s 032ms
After Hooks.deleteTransportsAfterTest() 530ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 633ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 285ms
When Go to "TRANSPORT_TABLE" 442ms
And Go to transport details "TRANSPORT" 2s 908ms
And Change filled value in details "warehouse-select-step-1" "select" "Magazyn S7" "0" 3s 781ms
And Calculate date and hour for fill transport details "time-range-from-date-1" "no" "07:00" 066ms
And Calculate date and hour for fill transport details "time-range-to-date-1" "no" "15:00" 068ms
And Change date value in field with calendar in transport details "time-range-from-date-1" "calculatedValue" 1s 842ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 228ms
Then Check if warehouse working hour is validate correctly "no" 15s 026ms
After Hooks.deleteTransportsAfterTest() 563ms