Project Number Date
ApolloFullRunnerReport master.301 06 lut 2021, 19:37

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Pallet limit 14 1 1 0 0 16 1 1 2 3m 16s 717ms Failed
Feature Pallet limit
Given Get inputs from database "CREATE_DELIVERY" "super-admin-neuca" 004ms
And Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 5s 709ms
When Go to new transport "DELIVERY" 15s 285ms
And Fill transport form 37s 521ms
And Change filled value in transport details "number-of-pallets-step-0" "number" "1000000" "0" 1s 334ms
And Click "save-transport" save button and wait for form to disappear 24s 487ms
And Set advice window in schedule 2s 245ms
Then Verify that the error is visible after exceeding the pallet limit 10s 341ms
After Hooks.deleteTransportAfterTest() 001ms
Scenario Outline Verify that the error is visible after exceeding the pallet limit during edit transport
Steps
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 5s 875ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-neuca" 54s 267ms
And Go to "TRANSPORT_TABLE" 340ms
And Show all transport "false" 015ms
And Go to transport details "DELIVERY" 32s 412ms
And Change filled value in transport details "number-of-pallets-step-0" "number" "1000000" "0" 1s 454ms
And Click "save-transport" save button 5s 421ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for element to be clickable: [[ChromeDriver: chrome on LINUX (c54882ce7a82ea7bf18c7f503b425f01)] -> xpath: //button[@type='submit' and @data-field-name='save-transport']] (tried for 5 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.yjwFy9}, 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: c54882ce7a82ea7bf18c7f503b425f01
	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.waitUntilElementClickable(BasePage.java:209)
	at Pages.Transport.TransportFormPage.clickTransportFormSaveButton(TransportFormPage.java:242)
	at CucumberTests.Transport.CreateTransport.clickSaveButton(CreateTransport.java:182)
	at ✽.Click "save-transport" save button(file:Features/Atom/MaxPallet/MaxPallet.feature:26)
Then Verify that the error is visible after exceeding the pallet limit 000ms
After Hooks.deleteTransportAfterTest() 25s 327ms