Project Number Date
ApolloFullRunnerReport master.374 09 kwi 2021, 17:43

Failures Overview

The following summary displays scenarios that failed.

View Feature Crud Transport
Scenario Outline Check if it is possible use save and cancel combination after editing transport
Steps
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 234ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-piast" 002ms
And Create transport "CREATE_DELIVERY_FRONT" by JSON file as "super-admin-piast" 1s 180ms
And Show all transport "false" 012ms
When Go to transport details "DELIVERY" 4s 545ms
And Fill transport form 1m 2s 507ms
And Click "save-transport" save button 854ms
And Click cancel button in transport form 078ms
And Go to transport details "DELIVERY" 4s 393ms
Then Check are transport values equals 123ms
org.junit.ComparisonFailure: Wartości w formularzu w polu CARRIER są niepoprawne, wartość na stronie: Przewoźnik Piast Automat 1 wartość poprawna: Przewoźnik Piast Automat 2 expected:<...oźnik Piast Automat [2]> but was:<...oźnik Piast Automat [1]>
	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:/home/logintegra/workflow/swiss-krono-selenium-tests/Features/Atom/Transport/CrudTransport.feature:136)
After Hooks.deleteTransportAfterTest() 134ms
View Feature Crud Transport
Scenario Outline Check if it is possible to create transport with new address [A-7158]
Steps
Given Set token of apiUsername "super-admin-piast" 103ms
And Set "transport" inputs from JSON file "CREATE_LOAD_WITH_NEW_ADDRESS" "super-admin-piast" 007ms
When Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 228ms
Then Go to new transport "LOAD" 357ms
And Fill transport form 27s 381ms
java.lang.NullPointerException
	at CucumberTests.Transport.Transport.clickButton(Transport.java:184)
	at CucumberTests.Transport.Transport.fillForm(Transport.java:175)
	at CucumberTests.Transport.CreateTransport.fillTransportForm(CreateTransport.java:170)
	at ✽.Fill transport form(file:/home/logintegra/workflow/swiss-krono-selenium-tests/Features/Atom/Transport/CrudTransport.feature:185)
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to "COMPANIES_TAB" 000ms
And Go to company "Dostawca Piast Automat 1" details 000ms
And Check if new address with "Adresat" is visible in company details 000ms
And Go to "TRANSPORT_TABLE" 000ms
And Go to transport details "LOAD" 000ms
After Hooks.deleteAddressAfterTest() 000ms
After Hooks.deleteTransportAfterTest() 000ms
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" 097ms
When Create transport "CREATE_LOAD_FRONT" by JSON file as "super-admin-piast" 1s 249ms
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 198ms
And Go to transport details "LOAD" 4s 804ms
And Fill transport form 16s 064ms
java.lang.NullPointerException
	at CucumberTests.Transport.Transport.clickButton(Transport.java:184)
	at CucumberTests.Transport.Transport.fillForm(Transport.java:175)
	at CucumberTests.Transport.CreateTransport.fillTransportForm(CreateTransport.java:170)
	at ✽.Fill transport form(file:/home/logintegra/workflow/swiss-krono-selenium-tests/Features/Atom/Transport/CrudTransport.feature:204)
And Click "save-transport-and-close" save button and wait for form to disappear 000ms
And Go to "COMPANIES_TAB" 000ms
And Go to company "Dostawca Piast Automat 1" details 000ms
And Check if new address with "Adresat" is visible in company details 000ms
After Hooks.deleteAddressAfterTest() 001ms
After Hooks.deleteTransportAfterTest() 099ms