Project Number Date
ApolloFullRunnerReport apollo-test-2.134 26 sie 2021, 07:47

Tag Report

Steps Scenarios Features
Tag Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
@TmsLink=A-8004 30 1 8 0 0 39 2 1 3 44s 717ms Failed
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 248ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 1s 725ms
And Get custom field settings for "LOAD_EXPORT" transport type and "bausch" company 169ms
And Mark custom fields as not obligatory 736ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 2s 225ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 635ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 469ms
And Create advice by JSON file "CREATE_ADVICE_FOR_LOAD_EXPORT" as "super-admin-bausch" with interval "-30m" 4s 555ms
And Login as "super-admin-bausch" 6s 494ms
And Go to "TRANSPORT_TABLE" 510ms
Then Confirm next status and expect alert "Status potwierdzony z opóźnieniem" 1s 662ms
And Wait "1" seconds 1s
And Verify that note was added "Status potwierdzony po czasie" 1s 371ms
After Hooks.deleteTransportAfterTest() 848ms
After Hooks.rollbackAllCustomFieldsSettings() 2s 083ms
After Hooks.deleteModeOfTransportationAfterTest() 324ms
View Feature Status confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Given Set token of apiUsername "super-admin-bausch" 258ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 1s 724ms
And Get custom field settings for "LOAD_EXPORT" transport type and "bausch" company 171ms
And Mark custom fields as not obligatory 756ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 2s 259ms
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 636ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 447ms
And Create advice by JSON file "CREATE_ADVICE_FOR_LOAD_EXPORT" as "super-admin-bausch" with interval "0m" 4s 220ms
And Login as "super-admin-bausch" 6s 395ms
And Go to "TRANSPORT_TABLE" 534ms
Then Confirm next status and expect alert "" 578ms
And Wait "1" seconds 1s 001ms
And Verify that note was added "" 000ms
After Hooks.deleteTransportAfterTest() 827ms
After Hooks.rollbackAllCustomFieldsSettings() 2s 083ms
After Hooks.deleteModeOfTransportationAfterTest() 325ms
View Feature Status confirmation
Scenario Outline Check if timeliness alert is visible after checkpoint confirmation
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-bausch" 256ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 1s 688ms
And Get custom field settings for "LOAD_EXPORT" transport type and "bausch" company 172ms
And Mark custom fields as not obligatory 721ms
And Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch" 1s 086ms
org.openqa.selenium.UnhandledAlertException: unexpected alert open: {Alert text : Status potwierdzony z opóźnieniem}
  (Session info: headless chrome=92.0.4515.131): Status potwierdzony z opóźnieniem
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=92.0.4515.107 (87a818b10553a07434ea9e2b6dccf3cbe7895134-refs/branch-heads/4515@{#1634}), userDataDir=/home/teamcity/build-agent/temp/buildTmp/.com.google.Chrome.rNCjAh}, 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=92.0.4515.131, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 017e07f8d4913bdd7b848b708fa6e3cd
*** Element info: {Using=xpath, value=//span[contains(@class, 'btn-group')]//a[contains(@href, 'transports/ALL')]}
	at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:118)
	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.findElements(RemoteWebDriver.java:383)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementsByXPath(RemoteWebDriver.java:462)
	at org.openqa.selenium.By$ByXPath.findElements(By.java:356)
	at org.openqa.selenium.remote.RemoteWebDriver.findElements(RemoteWebDriver.java:344)
	at org.openqa.selenium.support.ui.ExpectedConditions.findElement(ExpectedConditions.java:881)
	at org.openqa.selenium.support.ui.ExpectedConditions.access$000(ExpectedConditions.java:43)
	at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
	at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
	at org.openqa.selenium.support.ui.ExpectedConditions$22.apply(ExpectedConditions.java:643)
	at org.openqa.selenium.support.ui.ExpectedConditions$22.apply(ExpectedConditions.java:640)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:208)
	at Pages.BasePage.waitUntilElementClickable(BasePage.java:225)
	at Pages.Transport.TransportsPage.showAllTransportTypes(TransportsPage.java:168)
	at CucumberTests.Transport.CreateTransport.createByJSONFileAs(CreateTransport.java:64)
	at ✽.Create transport "CREATE_LOAD_EXPORT" by JSON file as "super-admin-bausch"(file:Features/Atom/Statuses/ConfirmStatuses.feature:409)
And Transfer transport to carrier by JSON file "super-admin-bausch" "false" confirmation 000ms
And Confirm status "ORDER_COMPLETNESS" by Public API "v1" 000ms
And Create advice by JSON file "CREATE_ADVICE_FOR_LOAD_EXPORT" as "super-admin-bausch" with interval "30m" 000ms
And Login as "super-admin-bausch" 000ms
And Go to "TRANSPORT_TABLE" 000ms
Then Confirm next status and expect alert "Status potwierdzony przed czasem" 000ms
And Wait "1" seconds 000ms
And Verify that note was added "Status potwierdzony przed czasem" 000ms
After Hooks.deleteTransportAfterTest() 654ms
After Hooks.rollbackAllCustomFieldsSettings() 2s 041ms
After Hooks.deleteModeOfTransportationAfterTest() 331ms