Project Number Date
ApolloFullRunnerReport develop.461 16 cze 2021, 06:57

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Transport table 55 2 3 0 0 60 7 2 9 3m 34s 776ms Failed
Feature Transport table
Given Login as "lantmannen-guard-3" and set token of apiUsername "super-admin-lantmannen" 1s 768ms
And Create transport "CREATE_DELIVERY_NIEPORET_WAREHOUSE" by JSON file as "super-admin-lantmannen" 1s 270ms
And Show all transport types 1s 046ms
Then Check if transport number is visible "DELIVERY" 15s 050ms
And Check if transport details is not visible 15s 022ms
After Hooks.deleteTransportAfterTest() 121ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 4s 376ms
And Show all transport "false" 005ms
And Go to "TRANSPORT_TABLE" 124ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 329ms
When Click on transport row 070ms
Then Verify if transport row is selected 023ms
After Hooks.deleteTransportAfterTest() 110ms
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 950ms
And Show all transport "false" 005ms
And Go to "TRANSPORT_TABLE" 129ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-adama" 1s 368ms
When Click on transport row 054ms
Then Verify if transport row is selected 018ms
After Hooks.deleteTransportAfterTest() 072ms
Given Login as "swiss-krono-delivery-admin" and set token of apiUsername "super-admin-skd" 1s 892ms
And Show all transport "false" 006ms
And Go to "TRANSPORT_TABLE" 106ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-skd" 15s 297ms
When Click on transport row 049ms
Then Verify if transport row is selected 027ms
After Hooks.deleteTransportAfterTest() 112ms
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 424ms
And Show all transport "false" 005ms
And Go to "TRANSPORT_TABLE" 108ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-lantmannen" 1s 296ms
When Click on transport row 066ms
Then Verify if transport row is selected 027ms
After Hooks.deleteTransportAfterTest() 099ms
Given Login as "keeeper-admin" and set token of apiUsername "super-admin-keeeper" 1s 910ms
And Show all transport "false" 004ms
And Go to "TRANSPORT_TABLE" 117ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-keeeper" 1s 304ms
When Click on transport row 065ms
Then Verify if transport row is selected 022ms
After Hooks.deleteTransportAfterTest() 095ms
Given Login as "alrec-admin" and set token of apiUsername "super-admin-alrec" 1s 665ms
And Show all transport "true" 072ms
And Go to "TRANSPORT_TABLE" 121ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-alrec" 1s 266ms
When Click on transport row 051ms
Then Verify if transport row is selected 029ms
After Hooks.deleteTransportAfterTest() 099ms
Scenario Outline Check if correct row is selected after using closest date transport button [A-3790]
Steps
Given Login as "pgf-admin" and set token of apiUsername "super-admin-pgf" 1s 433ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" in "-2" days 16s 166ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" in "-1" days 15s 996ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" in "1" days 16s 020ms
And Create transport "CREATE_UNLOAD" by JSON file as "super-admin-pgf" in "2" days 15s 774ms
When Show closest date transport 088ms
Then Verify if "2" transport in table is selected 15s 044ms
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//tr[2][contains(@class,'checked-transport-row')]"}
  (Session info: headless chrome=91.0.4472.77)
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: '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=91.0.4472.101 (af52a90bf87030dd1523486a1cd3ae25c5d76c9b-refs/branch-heads/4472@{#1462}), userDataDir=/home/teamcity/build-agent/temp/buildTmp/.com.google.Chrome.EJ8nQZ}, 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=91.0.4472.77, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: e9ffa0727084bdcaee38ac1406847416
*** Element info: {Using=xpath, value=//tr[2][contains(@class,'checked-transport-row')]}
	at sun.reflect.GeneratedConstructorAccessor200.newInstance(Unknown Source)
	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.BasePage.getWebElementByXpath(BasePage.java:323)
	at CucumberTests._PerformanceTests.TransportTableTest.verifyIfTransportInTableIsSelected(TransportTableTest.java:175)
	at ✽.Verify if "2" transport in table is selected(file:Features/Atom/Transport/TransportTable/TransportTable.feature:39)
After Hooks.deleteAllTransports() 1m 30s 779ms
Scenario Outline Check if orders are not multiplicated when creating by create similar button [A-7545]
Steps
Given Set token of apiUsername "super-admin-farmacol" 106ms
And Create transport "CREATE_EXTERNAL_DELIVERY" by JSON file as "super-admin-farmacol" 15s 178ms
And Login as "farmacol-admin" 2s 237ms
And Show all transport types 1s 044ms
When Go to transport details "EXTERNAL_DELIVERY" 4s 494ms
And Click create similar button 15s 134ms
And Fill "transport" form "CREATE_SIMILAR_DELIVERY" by "super-admin-farmacol" 7s 860ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 612ms
Then Check if orders are not multiplicated when creating by create similar button 2s 027ms
java.lang.AssertionError: Tworząc nowy transport przez "Utworz podobne" w tabeli powinny być tylko 2 transporty. Widoczna ilość to: 3
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests._PerformanceTests.TransportTableTest.checkIfOrdersAreNotMultiplicatedWhenCreatingByCreateSimilarButton(TransportTableTest.java:191)
	at ✽.Check if orders are not multiplicated when creating by create similar button(file:Features/Atom/Transport/TransportTable/TransportTable.feature:54)
When Go to "WAREHOUSE_TAB" 000ms
And Go to "TRANSPORT_TABLE" 000ms
Then Check if orders are not multiplicated when creating by create similar button 000ms
After Hooks.deleteAllTransports() 1m 1s 521ms