Project Number Date
PCCFullRunnerReport 3 09 mar 2022, 11:12

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Transport feature 1 1 9 0 0 11 0 1 1 15s 614ms Failed
Feature Transport feature
Scenario Outline Checking if car washes can be added to the order and they appear in the external cost
Steps
Given Go to Autochem platform 236ms
Given Login by button as "Admin" and set token of apiUsername "pcc-autochem-admin" 15s 376ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//button[contains(text(), 'Admin')]"}
  (Session info: headless chrome=99.0.4844.51)
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'ns3369872.ip-37-187-91.eu', ip: '37.187.91.162', os.name: 'Linux', os.arch: 'amd64', os.version: '3.14.32-xxxx-grs-ipv6-64', java.version: '1.8.0_192'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{networkConnectionEnabled=false, chrome={chromedriverVersion=99.0.4844.51 (d537ec02474b5afe23684e7963d538896c63ac77-refs/branch-heads/4844@{#875}), userDataDir=/home/teamcity/BuildAgent/temp/buildTmp/.com.google.Chrome.OJPVoA}, 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=99.0.4844.51, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: cdfd2ce81e5e30163c4340a0038bec02
*** Element info: {Using=xpath, value=//button[contains(text(), 'Admin')]}
	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.RemoteWebDriver.findElement(RemoteWebDriver.java:356)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:458)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:361)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:348)
	at Pages.Autochem.AutochemLoginPage.cilckOnRoleButton(AutochemLoginPage.java:36)
	at CucumberTests.Autochem.AutochemLoginTest.loginByButtonAs(AutochemLoginTest.java:21)
	at ✽.Login by button as "Admin" and set token of apiUsername "pcc-autochem-admin"(file:Features/Atom/Autochem/AutochemTransport.feature:6)
When Add transport with "PCC Exol" 000ms
When Find transport in Autochem transport table 000ms
Then Confirm transport 000ms
And Choose carrier 000ms
And Add wash 000ms
Then Go to transport details in autochem platform 000ms
And Check if the cost of the car wash is added to external costs 000ms
When Close transport details in autochem platform 000ms
Then Logout from Autochem platform 000ms
After CleanUpTest.deleteAutochemTransportAfterTest() 259ms