Project Number Date
ApolloFullRunnerReport develop.439 26 maj 2021, 16:12

Failures Overview

The following summary displays scenarios that failed.

View Feature Crud Transport
Scenario Outline Check if it is possible to delete transport
Steps
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 282ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 243ms
And Show all transport "false" 012ms
When Delete transport 14s 693ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for element to no longer be visible: By.xpath: //td[contains(@data-column-name, 'IDENTIFIER') and contains(@data-transport-id, '217550770')]//button (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=90.0.4430.24 (4c6d850f087da467d926e8eddb76550aed655991-refs/branch-heads/4430@{#429}), userDataDir=/home/teamcity/build-agent-2/temp/buildTmp/.com.google.Chrome.p0fDTU}, 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=90.0.4430.212, browserName=chrome, javascriptEnabled=true, platformName=LINUX, setWindowRect=true, webauthn:extension:largeBlob=true, webauthn:virtualAuthenticators=true}]
Session ID: 82e7555fc372237c4ddae7abc4a76663
	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:215)
	at CucumberTests.Transport.DeleteTransportTest.deleteTransport(DeleteTransportTest.java:32)
	at ✽.Delete transport(file:Features/Atom/Transport/CrudTransport.feature:114)
Then Transport not displayed in table of transports 000ms
After Hooks.deleteTransportAfterTest() 114ms
View Feature Crud Transport
Scenario Outline Check if it is possible use save and cancel combination after editing transport
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 1s 185ms
And Get inputs from database "EDIT_TRANSPORT" "super-admin-adama" 002ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 262ms
And Show all transport "false" 012ms
When Go to transport details "TRANSPORT" 4s 459ms
And Fill transport form 10s 267ms
And Click "save-transport" save button 820ms
And Click cancel button in transport form 070ms
And Go to transport details "TRANSPORT" 4s 296ms
Then Check are transport values equals 4s 141ms
java.lang.AssertionError: Wartości w formularzu w polu adr są niepoprawne, wartość na stronie: Tak wartość poprawna: Nie
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:136)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:261)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:225)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:138)
After Hooks.deleteTransportAfterTest() 111ms
View Feature Crud Transport
Scenario Outline Check if it is possible use save and cancel combination after editing transport
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 321ms
And Get inputs from database "EDIT_SMALLS_IMPORT" "super-admin-skz" 002ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 1s 275ms
And Show all transport "false" 008ms
When Go to transport details "SMALLS_IMPORT" 4s 387ms
And Fill transport form 32s 847ms
And Click "save-transport" save button 734ms
And Click cancel button in transport form 126ms
And Go to transport details "SMALLS_IMPORT" 4s 354ms
Then Check are transport values equals 8s 308ms
org.junit.ComparisonFailure: Wartości w formularzu w polu company-step-0 są niepoprawne, wartość na stronie: KSKZA1 wartość poprawna: KSKZA2 expected: but was:
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.Transport.Transport.checkAreValuesEquals(Transport.java:122)
	at CucumberTests.Transport.Transport.checkValueInTransportDetails(Transport.java:261)
	at CucumberTests.Transport.CreateTransport.checkTransportValues(CreateTransport.java:225)
	at ✽.Check are transport values equals(file:Features/Atom/Transport/CrudTransport.feature:138)
After Hooks.deleteTransportAfterTest() 132ms
View Feature Crud Transport
Scenario Outline Check if it is possible to add new address in existing transport [A-7158]
Steps
Given Set token of apiUsername "super-admin-piast" 129ms
When Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 202ms
And Set "transport" inputs from JSON file "EDIT_TRANSPORT_ADDRESS" "super-admin-piast" 003ms
Then Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 254ms
And Go to transport details "LOAD" 4s 527ms
And Fill transport form 12s 118ms
And Click "save-transport-and-close" save button and wait for form to disappear 15s 658ms
And Go to "COMPANIES_TAB" 368ms
And Go to company "Dostawca Piast Automat 1" details 190ms
And Check if new address with "Adresat" is visible in company details 166ms
java.lang.AssertionError: Firma nie posiada nowego adresu!
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Company.EditCompanyTest.checkIfNewAddressWithIsVisibleInCompanyDetails(EditCompanyTest.java:132)
	at ✽.Check if new address with "Adresat" is visible in company details(file:Features/Atom/Transport/CrudTransport.feature:212)
After Hooks.deleteTransportAfterTest() 089ms
After Hooks.deleteAddressAfterTest() 000ms