Project Number Date
ApolloFullRunnerReport develop.295 04 lut 2021, 05:47

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
SK Api - Statuses confirmation 10 1 1 0 0 12 0 1 1 6m 32s 895ms Failed
Feature SK Api - Statuses confirmation
Scenario Outline Check if it is possible to confirm statuses by SkApi
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 175ms
When Get inputs from database "CREATE_TRANSPORT_ORDER" "super-admin-skz" 002ms
And Add transport by SKApi in "MGW" 178ms
And Check is transport "TRANSPORT_ORDER" created in transport table and set transport id 24s 145ms
And Click button advice in transport table "TRANSPORT_ORDER" 132ms
And Set advice window in schedule 2s 675ms
And Get inputs from database "CREATE_ADVICE" "super-admin-skz" 002ms
And Fill advice form 14s 679ms
And Click advice save button and wait for advice form to disappear 30s 701ms
And Find transport in table with status "planned" 1s 301ms
And Confirm statuses until reach "left-the-factory" through SKAPI 5m 17s 899ms
org.openqa.selenium.StaleElementReferenceException: stale element reference: element is not attached to the page document
  (Session info: headless chrome=88.0.4324.146)
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: 'ns3112421', ip: '94.23.29.183', os.name: 'Linux', os.arch: 'amd64', os.version: '4.15.0-128-generic', java.version: '1.8.0_201'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=88.0.4324.96 (68dba2d8a0b149a1d3afac56fa74648032bcf46b-refs/branch-heads/4324@{#1784}), userDataDir=/home/teamcity/build-agent/temp/buildTmp/.com.google.Chrome.AlIcnT}, 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=88.0.4324.146, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 0d92b9374bb17520c7db06316fba85d1
	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 Utils.StatusUtil.waitUntilAttributeOfWebElementChangeValue(StatusUtil.java:38)
	at Pages.Transport.TransportsPage.confirmStatusesForSkz(TransportsPage.java:355)
	at CucumberTests.StatusTests.ConfirmStatuses.confirmStatusesUntilReachThroughSKAPI(ConfirmStatuses.java:54)
	at ✽.Confirm statuses until reach "left-the-factory" through SKAPI(file:Features/Atom/SK_API/SkApiConfirmStatuses.feature:15)
Then Check if transport has "left-the-factory" 000ms
After Hooks.deleteTransportAfterTest() 125ms