Project Number Date
ApolloFullRunnerReport apollo-test-2.96 27 lip 2021, 06:03

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Base options of periodic transport - create, edit, delete etc. 68 3 0 0 0 71 3 3 6 19m 41s 924ms Failed
Feature Base options of periodic transport - create, edit, delete etc.
Scenario Outline Create time windows of periodic transport [A-6089]
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 9s 110ms
And Set access to periodic advice by API for company "SET_PERIODIC_TRANSPORT" as "super-admin-neuca" 475ms
Given Set "transport" inputs from JSON file "CREATE_DELIVERY" "super-admin-neuca" 001ms
And Go to new transport "DELIVERY" 15s 532ms
And Fill transport form 45s 865ms
And Select option of periodic transport and fill settings "DAILY" 50s 275ms
And Click "save-transport" save button and wait for form to disappear 30s 247ms
Then Set advice window in schedule in "0" days 251ms
And Check is transport created in schedule and set transport id 3s 784ms
And Set week view 3s 055ms
Then Wait "120" seconds 2m
And Refresh page 2s 287ms
Then Check if periodic transport for "DAILY" is created correctly 31s 678ms
java.lang.AssertionError: Okno awizacji nie pojawiło się trzeciego dnia
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at Pages.Schedule.SchedulePage.checkPeriodicTransportLocation(SchedulePage.java:343)
	at CucumberTests.Transport.PeriodicTransportTest.waitAMinuteAndCheckIfPeriodicTransportForIsCreatedCorrectly(PeriodicTransportTest.java:80)
	at ✽.Check if periodic transport for "DAILY" is created correctly(file:Features/Atom/Transport/PeriodicTransport/PeriodicTransport.feature:18)
After Hooks.deletePeriodicTransports() 3s 461ms
Scenario Outline Create time windows of periodic transport [A-6089]
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 2s 572ms
And Set access to periodic advice by API for company "SET_PERIODIC_TRANSPORT" as "super-admin-neuca" 311ms
Given Set "transport" inputs from JSON file "CREATE_DELIVERY" "super-admin-neuca" 001ms
And Go to new transport "DELIVERY" 15s 508ms
And Fill transport form 45s 819ms
And Select option of periodic transport and fill settings "WEEKLY" 20s 452ms
And Click "save-transport" save button and wait for form to disappear 30s 236ms
Then Set advice window in schedule in "0" days 251ms
And Check is transport created in schedule and set transport id 3s 499ms
And Set week view 3s 069ms
Then Wait "120" seconds 2m
And Refresh page 2s 479ms
Then Check if periodic transport for "WEEKLY" is created correctly 31s 681ms
java.lang.AssertionError: Okno awizacji nie pojawiło się dwa dni później w tygodniu: 1
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at Pages.Schedule.SchedulePage.checkPeriodicTransportLocation(SchedulePage.java:350)
	at CucumberTests.Transport.PeriodicTransportTest.waitAMinuteAndCheckIfPeriodicTransportForIsCreatedCorrectly(PeriodicTransportTest.java:80)
	at ✽.Check if periodic transport for "WEEKLY" is created correctly(file:Features/Atom/Transport/PeriodicTransport/PeriodicTransport.feature:18)
After Hooks.deletePeriodicTransports() 8s 602ms
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 2s 571ms
And Set access to periodic advice by API for company "SET_PERIODIC_TRANSPORT" as "super-admin-neuca" 286ms
Given Set "transport" inputs from JSON file "CREATE_DELIVERY" "super-admin-neuca" 001ms
And Go to new transport "DELIVERY" 15s 549ms
And Fill transport form 45s 738ms
And Select option of periodic transport and fill settings "MONTHLY" 19s 525ms
And Click "save-transport" save button and wait for form to disappear 30s 225ms
Then Set advice window in schedule in "0" days 217ms
And Check is transport created in schedule and set transport id 3s 524ms
And Set week view 3s 316ms
Then Wait "120" seconds 2m
And Refresh page 2s 301ms
Then Check if periodic transport for "MONTHLY" is created correctly 54s 177ms
After Hooks.deletePeriodicTransports() 3s 552ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 2s 595ms
And Set access to periodic advice by API for company "SET_PERIODIC_TRANSPORT" as "super-admin-neuca" 275ms
And Create periodic transport "CREATE_PERIODIC_TR" by JSON file as "super-admin-neuca" 2s 036ms
When Go to "WAREHOUSE_TAB" 1s 001ms
And Set week view 2s 528ms
And Select warehouse "Katowice" 4s 948ms
And Open the middle periodic transport form from the schedule view 33s 885ms
Then Change filled value in transport details "number-of-pallets-step-0" "number" "30" "0" 1s 907ms
And Click save and-close and react on alert "dismiss" 750ms
And Check if rest of periodic transports is react correctly "noEditing" 20s 620ms
After Hooks.deletePeriodicTransports() 4s 068ms
Scenario Outline Edition data of periodic transport from order form
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 2s 437ms
And Set access to periodic advice by API for company "SET_PERIODIC_TRANSPORT" as "super-admin-neuca" 277ms
And Create periodic transport "CREATE_PERIODIC_TR" by JSON file as "super-admin-neuca" 1s 978ms
When Go to "WAREHOUSE_TAB" 872ms
And Set week view 2s 539ms
And Select warehouse "Katowice" 4s 945ms
And Open the middle periodic transport form from the schedule view 37s 588ms
Then Change filled value in transport details "number-of-pallets-step-0" "number" "30" "0" 1s 708ms
And Click save and-close and react on alert "accept" 731ms
And Check if rest of periodic transports is react correctly "editing" 20s 797ms
org.junit.ComparisonFailure: Następna awizacja okresowa nie została zmieniona expected:<[60]> but was:<[45]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.Transport.PeriodicTransportTest.checkIfRestOfPeriodicTransportsIsReactCorrectly(PeriodicTransportTest.java:128)
	at ✽.Check if rest of periodic transports is react correctly "editing"(file:Features/Atom/Transport/PeriodicTransport/PeriodicTransport.feature:36)
After Hooks.deletePeriodicTransports() 6s 020ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 2s 482ms
And Set access to periodic advice by API for company "SET_PERIODIC_TRANSPORT" as "super-admin-neuca" 269ms
And Create periodic transport "CREATE_PERIODIC_TR" by JSON file as "super-admin-neuca" 1s 982ms
When Go to "WAREHOUSE_TAB" 888ms
And Set week view 2s 506ms
And Select warehouse "Katowice" 4s 722ms
And Open the middle periodic transport form from the schedule view 1m 58s 877ms
Then Check if designation of periodic transport in transport form is correct 098ms
And Close transport details 15s 356ms
When Go to "TRANSPORT_TABLE" 731ms
And Wait until all periodic transports will be visible in transport table 1s 625ms
Then Check if designation of periodic transport in transport table is correct 2s 069ms
After Hooks.deletePeriodicTransports() 4s 024ms