Project Number Date
ApolloFullRunnerReport develop.312 20 lut 2021, 06:27

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Company Resources 15 1 4 0 0 20 1 1 2 1m 51s 143ms Failed
Feature Company Resources
Scenario Outline Check if it possible to save resource to company from transport form
Steps
Given Get inputs from database "CREATE_DELIVERY_CONTRACTOR" "super-admin-neuca" 005ms
And Login as "pna1-carrier" and set token of apiUsername "super-admin-neuca" 1s 740ms
And Go to new transport "DELIVERY" 15s 266ms
And Fill transport form 31s 044ms
And Select "save-as-resource" checkbox 295ms
When Click "save-transport" save button and wait for form to disappear 10s 160ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for element to no longer be visible: By.xpath: //button[@type='submit' and @data-field-name='save-transport'] (tried for 10 second(s) with 500 MILLISECONDS interval)
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-2/temp/buildTmp/.com.google.Chrome.CxCwHG}, 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.150, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 7d9ec99b4b75dcf277f3a6ac71a6b3da
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:82)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231)
	at Pages.BasePage.waitUntilElementDisappear(BasePage.java:197)
	at Pages.Transport.TransportFormPage.clickSaveButtonAndWaitForFormToDisappear(TransportFormPage.java:251)
	at CucumberTests.Transport.CreateTransport.clickSaveButtonAndWaitForFormToDisappear(CreateTransport.java:188)
	at ✽.Click "save-transport" save button and wait for form to disappear(file:Features/Atom/Companies/CompanyResources.feature:10)
And Set advice window in schedule 000ms
And Check is transport created in schedule and set transport id 000ms
Then Go to "OWN_COMPANY_TAB" 000ms
And Check if advice values are visible in company resources 000ms
After Hooks.deleteTransportAfterTest() 002ms
Given Get inputs from database "CREATE_DELIVERY_SUPPLIER" "super-admin-alrec" 002ms
And Login as "daa1-supplier" and set token of apiUsername "super-admin-alrec" 1s 819ms
And Go to new transport "DELIVERY" 15s 334ms
And Fill transport form 16s 481ms
And Select "save-as-resource" checkbox 269ms
When Click "save-transport" save button and wait for form to disappear 15s 604ms
And Set advice window in schedule 2s 175ms
And Check is transport created in schedule and set transport id 582ms
Then Go to "OWN_COMPANY_TAB" 211ms
And Check if advice values are visible in company resources 149ms
After Hooks.deleteTransportAfterTest() 124ms