Project Number Date
ApolloFullRunnerReport apollo-test-2.50 30 cze 2021, 09:31

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. 63 2 3 0 0 68 4 2 6 11m 49s 355ms Failed
Feature Base options of periodic transport - create, edit, delete etc.
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 8s 236ms
And Set access to periodic advice by API for company "SET_PERIODIC_TRANSPORT" as "super-admin-neuca" 452ms
Given Set "transport" inputs from JSON file "CREATE_DELIVERY" "super-admin-neuca" 001ms
And Go to new transport "DELIVERY" 15s 539ms
And Fill transport form 45s 939ms
And Select option of periodic transport and fill settings "DAILY" 50s 789ms
And Click "save-transport" save button and wait for form to disappear 15s 776ms
Then Set advice window in schedule in "0" days 277ms
And Check is transport created in schedule and set transport id 3s 860ms
And Set week view 3s 047ms
Then Wait for schedule update 1s 222ms
Then Check if periodic transport for "DAILY" is created correctly 30s 478ms
After Hooks.deleteAllTransports() 1m 36s 486ms
Scenario Outline Create time windows of periodic transport [A-6089]
Steps
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 2s 440ms
And Set access to periodic advice by API for company "SET_PERIODIC_TRANSPORT" as "super-admin-neuca" 297ms
Given Set "transport" inputs from JSON file "CREATE_DELIVERY" "super-admin-neuca" 001ms
And Go to new transport "DELIVERY" 15s 526ms
And Fill transport form 46s 005ms
And Select option of periodic transport and fill settings "WEEKLY" 20s 699ms
And Click "save-transport" save button and wait for form to disappear 15s 779ms
Then Set advice window in schedule in "0" days 233ms
And Check is transport created in schedule and set transport id 3s 578ms
And Set week view 3s 394ms
Then Wait for schedule update 1s 149ms
Then Check if periodic transport for "WEEKLY" is created correctly 30s 240ms
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:345)
	at CucumberTests.Transport.PeriodicTransportTest.waitAMinuteAndCheckIfPeriodicTransportForIsCreatedCorectly(PeriodicTransportTest.java:77)
	at ✽.Check if periodic transport for "WEEKLY" is created correctly(file:Features/Atom/Transport/PeriodicTransport/PeriodicTransport.feature:16)
After Hooks.deleteAllTransports() 1m 27s 974ms
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 2s 403ms
And Set access to periodic advice by API for company "SET_PERIODIC_TRANSPORT" as "super-admin-neuca" 304ms
Given Set "transport" inputs from JSON file "CREATE_DELIVERY" "super-admin-neuca" 001ms
And Go to new transport "DELIVERY" 15s 530ms
And Fill transport form 45s 961ms
And Select option of periodic transport and fill settings "MONTHLY" 19s 605ms
And Click "save-transport" save button and wait for form to disappear 839ms
Then Set advice window in schedule in "0" days 617ms
And Check is transport created in schedule and set transport id 3s 631ms
And Set week view 3s 271ms
Then Wait for schedule update 1s 233ms
Then Check if periodic transport for "MONTHLY" is created correctly 32s 477ms
After Hooks.deleteAllTransports() 1m 35s 160ms
Scenario Outline Edition data of periodic transport from order form
Steps
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 2s 430ms
And Set access to periodic advice by API for company "SET_PERIODIC_TRANSPORT" as "super-admin-neuca" 414ms
And Create periodic transport "CREATE_PERIODIC_TR" by JSON file as "super-admin-neuca" 2s 089ms
When Go to "WAREHOUSE_TAB" 1s 049ms
And Set week view 3s 196ms
And Select warehouse "Katowice" 5s 621ms
And Open the middle periodic transport form from the schedule view 24s 225ms
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element 
...
is not clickable at point (1193, 233). Other element would receive the click:
...
(Session info: headless chrome=91.0.4472.114) 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.JMAmfP}, 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: 3595313b213fdae8380e63c3ae803684 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 Pages.Schedule.SchedulePage.openParticularPeriodicTransportFormFromSchedule(SchedulePage.java:279) at CucumberTests.Transport.PeriodicTransportTest.openTheMiddlePeriodicTransportFormFromTheScheduleView(PeriodicTransportTest.java:151) at ✽.Open the middle periodic transport form from the schedule view(file:Features/Atom/Transport/PeriodicTransport/PeriodicTransport.feature:32)
Then Change filled value in transport details "number-of-pallets-step-0" "number" "30" "0" 000ms
And Click save and-close and react on alert "dismiss" 000ms
And Check if rest of periodic transports is react correctly "noEditing" 000ms
After Hooks.deleteAllTransports() 1m 37s 190ms
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 2s 369ms
And Set access to periodic advice by API for company "SET_PERIODIC_TRANSPORT" as "super-admin-neuca" 295ms
And Create periodic transport "CREATE_PERIODIC_TR" by JSON file as "super-admin-neuca" 2s 141ms
When Go to "WAREHOUSE_TAB" 1s 064ms
And Set week view 2s 847ms
And Select warehouse "Katowice" 5s 059ms
And Open the middle periodic transport form from the schedule view 39s 797ms
Then Change filled value in transport details "number-of-pallets-step-0" "number" "30" "0" 1s 913ms
And Click save and-close and react on alert "accept" 738ms
And Check if rest of periodic transports is react correctly "editing" 20s 579ms
After Hooks.deleteAllTransports() 1m 37s 028ms
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 2s 450ms
And Set access to periodic advice by API for company "SET_PERIODIC_TRANSPORT" as "super-admin-neuca" 294ms
And Create periodic transport "CREATE_PERIODIC_TR" by JSON file as "super-admin-neuca" 2s 225ms
When Go to "WAREHOUSE_TAB" 1s 124ms
And Set week view 2s 696ms
And Select warehouse "Katowice" 5s 117ms
And Open the middle periodic transport form from the schedule view 1m 58s 639ms
Then Check if designation of periodic transport in transport form is correct 097ms
And Close transport details 15s 608ms
When Go to "TRANSPORT_TABLE" 651ms
And Wait until all periodic transports will be visible in transport table 1s 699ms
Then Check if designation of periodic transport in transport table is correct 2s 070ms
After Hooks.deleteAllTransports() 1m 36s 881ms