Project Number Date
ApolloFullRunnerReport apollo-test-2.111 09 sie 2021, 05:45

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Transport transfer full scenario 26 1 0 0 0 27 1 1 2 4m 9s 282ms Failed
Feature Transport transfer full scenario
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 534ms
And Get inputs from database "CREATE_TRANSPOSRT_ORDER" "super-admin-adama" 020ms
When Go to new transport "TRANSPORT" 707ms
And Fill transport form 29s 044ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 250ms
And Transfer transport to carrier "Przewoźnik Adama Automat 1" with "true" 5s 329ms
And Check is transport "TRANSPORT" created in transport table and set transport id 1s 359ms
And Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 2s 627ms
And Accept or reject "reject" transferred transport 17s 691ms
And Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 570ms
And Transfer transport to carrier "Przewoźnik Adama Automat 1" with "true" 5s 267ms
And Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 2s 589ms
And Accept or reject "accept" transferred transport 18s 249ms
Then Verify that transport is accept or reject "accept" 072ms
After Hooks.deleteTransportAfterTest() 584ms
Scenario Outline Check if possible to edit transport after advice cancellation.
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 2s 672ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-piast" 019ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 2s 024ms
When Show all transport types 1s 154ms
And Click button advice in transport table "DELIVERY" 287ms
And Set advice window in schedule 3s 381ms
And Click button cancel in advice form 16s 142ms
And Go to "TRANSPORT_TABLE" 469ms
When Go to transport details "DELIVERY" 2s 834ms
And Fill transport form 1m 8s 616ms
And Click "save-transport-and-close" save button and wait for form to disappear 30s 276ms
And Go to transport details "DELIVERY" 2s 891ms
Then Check are transport values equals 195ms
org.openqa.selenium.StaleElementReferenceException: stale element reference: element is not attached to the page document
  (Session info: headless chrome=91.0.4472.164)
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=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent/temp/buildTmp/.com.google.Chrome.AUHjQE}, 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.164, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: b80da82a8a4ffcf080d1071ff95c2641
	at sun.reflect.GeneratedConstructorAccessor223.newInstance(Unknown Source)
	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.Transport.Transport.checkAreValuesEquals(Transport.java:120)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:258)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:239)
	at ✽.Check are transport values equals(file:Features/Scenario/TransportTransfer.feature:39)
After Hooks.deleteTransportAfterTest() 656ms