Project Number Date
ApolloFullRunnerReport apollo-test-2.162 18 wrz 2021, 06:45

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
DedicatedWindow 40 1 4 0 0 45 7 1 8 2m 32s 314ms Failed
Feature DedicatedWindow
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 10s 245ms
When Select "PHA1" to create dedicated window for 4s 084ms
And Click in free spot in schedule page to create dedicated window 2s 213ms
Then Check if dedicated window for "PHA1" is in the schedule 160ms
After Hooks.deleteAllNonTransportWindowsAfterTest() 109ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 6s 003ms
When Select "PPA1" to create dedicated window for 3s 181ms
And Click in free spot in schedule page to create dedicated window 2s 195ms
Then Check if dedicated window for "PPA1" is in the schedule 174ms
After Hooks.deleteAllNonTransportWindowsAfterTest() 110ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 4s 494ms
When Select "PLA1" to create dedicated window for 3s 882ms
And Click in free spot in schedule page to create dedicated window 2s 197ms
Then Check if dedicated window for "PLA1" is in the schedule 148ms
After Hooks.deleteAllNonTransportWindowsAfterTest() 099ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 5s 924ms
When Select "PKA1" to create dedicated window for 3s 063ms
And Click in free spot in schedule page to create dedicated window 2s 180ms
Then Check if dedicated window for "PKA1" is in the schedule 162ms
After Hooks.deleteAllNonTransportWindowsAfterTest() 103ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 4s 521ms
When Select "PAAA1" to create dedicated window for 3s 047ms
And Click in free spot in schedule page to create dedicated window 2s 187ms
Then Check if dedicated window for "PAAA1" is in the schedule 157ms
After Hooks.deleteAllNonTransportWindowsAfterTest() 108ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-skz" 269ms
And Get setting "AUTOMATIC_DELETING_UNUSED_DEDICATED_WINDOWS_INTERVAL" for "swisskrono" 127ms
And Create "CREATE_DEDICATED_WINDOW" window by JSON file for test as "super-admin-skz" 358ms
And Prepare setting for automatic time window delete with "super-admin-skz" 245ms
When Login as "swisskrono-admin" 7s 710ms
And Go to "WAREHOUSE_TAB" 856ms
Then Check if dedicated window is deleted from schedule 51s 188ms
After Hooks.rollbackSettings() 194ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 395ms
And Go to "WAREHOUSE_TAB" 1s 143ms
And Select "PHA1" to create dedicated window for 3s 147ms
And Click in free spot in schedule page to create dedicated window 2s 194ms
When Check if dedicated window for "PHA1" is in the schedule 176ms
Then Set time window height "1" "dedicatedWindow" 5s 664ms
And Check height of the time window after expanding by "1" in "dedicatedWindow" 080ms
And Set time window height "-1" "dedicatedWindow" 5s 632ms
And Check height of the time window after expanding by "-1" in "dedicatedWindow" 074ms
After Hooks.deleteAllNonTransportWindowsAfterTest() 101ms
Scenario Outline Check if it is possible to resize dedicated window
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 3s 141ms
And Go to "WAREHOUSE_TAB" 1s 163ms
And Select "PHA1" to create dedicated window for 3s 204ms
And Click in free spot in schedule page to create dedicated window 2s 195ms
When Check if dedicated window for "PHA1" is in the schedule 116ms
org.openqa.selenium.StaleElementReferenceException: stale element reference: element is not attached to the page document
  (Session info: headless chrome=93.0.4577.63)
For documentation on this error, please visit: http://seleniumhq.org/exceptions/stale_element_reference.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: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=93.0.4577.63 (ff5c0da2ec0adeaed5550e6c7e98417dac77d98a-refs/branch-heads/4577@{#1135}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.D4viLm}, 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=93.0.4577.63, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 1a0924b5cf70a34fbe6c4f76f33173e5
	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.getAttribute(RemoteWebElement.java:128)
	at CucumberTests.DedicatedWindow.CreateDedicatedWindowTest.checkIfDedicatedWindowForIsInTheSchedule(CreateDedicatedWindowTest.java:49)
	at ✽.Check if dedicated window for "PHA1" is in the schedule(file:Features/Atom/TimeWindow/DedicatedWindow.feature:36)
Then Set time window height "2" "dedicatedWindow" 000ms
And Check height of the time window after expanding by "2" in "dedicatedWindow" 000ms
And Set time window height "-2" "dedicatedWindow" 000ms
And Check height of the time window after expanding by "-2" in "dedicatedWindow" 000ms
After Hooks.deleteAllNonTransportWindowsAfterTest() 100ms