Project Number Date
ApolloFullRunnerReport develop.332 04 mar 2021, 16:41

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Index 5 1 4 0 0 10 0 1 1 27s 493ms Failed
Feature Index
Scenario Outline Check if indexes displayed after click indexes datails icon on time window
Steps
Given Login as "dayco-admin" and set token of apiUsername "super-admin-dayco" 2s 165ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-dayco" 1s 216ms
And Get inputs from database "ADD_INDEX" "super-admin-dayco" 004ms
And Create product if needed "false" by api for principal "dayco" 027ms
And Go to transport details "OWN_COLLECTION" 4s 428ms
And Add index to transport 19s 650ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for element to no longer be visible: By.xpath: //form[@data-form-name='add-index-form'] (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-136-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.8xFbl4}, 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.182, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: d536f7a566882c9c9f151fa88c617b68
	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 CucumberTests.Index.IndexTest.clickOkButtonInIndexForm(IndexTest.java:54)
	at CucumberTests.Index.IndexTest.addIndexToTransport(IndexTest.java:80)
	at ✽.Add index to transport(file:Features/Atom/Index/Index.feature:11)
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Create advice "ADVICE_OWN_COLLECTION" "OWN_COLLECTION" "super-admin-dayco" 000ms
When Click on index details icon 000ms
Then Verify that indexes display in window "product-index;quantity-of-Planned quantity;quantity-of-Quantity sent" 000ms
After Hooks.deleteTransportAfterTest() 091ms
After Hooks.deleteProductAfterTest() 032ms