Project Number Date
ApolloFullRunnerReport apollo-test-2.84 18 lip 2021, 04:05

Tag Report

Steps Scenarios Features
Tag Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
@rollbackInvoiceCurrency 25 1 0 0 0 26 1 1 2 1m 32s 231ms Failed
View Feature Invoice
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 8s 457ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 184ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 786ms
When Click invoice button 1s 259ms
And Set default invoice currency value 436ms
Then Check that default currency value in invoice form is "EUR" 150ms
When Change invoice default currency value in database for "USD" transport type alias "SMALLS_IMPORT" and principal alias "swisskrono" 112ms
And Clear all cache 2s 505ms
And Login as "swisskrono-admin" 11s 215ms
And Go to "TRANSPORT_TABLE" 377ms
And Show all transport types 1s 153ms
And Click invoice button 11s 828ms
Then Check that default currency value in invoice form is "USD" 175ms
After Hooks.deleteTransportAfterTest() 10s 318ms
After Hooks.rollbackInvoiceCurrency() 2s 228ms
View Feature Invoice
Scenario Outline Check default value of currency in invoice form [A-7389]
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 10s 989ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 149ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 783ms
When Click invoice button 10s 651ms
And Set default invoice currency value 202ms
Then Check that default currency value in invoice form is "EUR" 140ms
When Change invoice default currency value in database for "USD" transport type alias "SMALLS_EXPORT" and principal alias "swisskrono" 114ms
And Clear all cache 2s 269ms
And Login as "swisskrono-admin" 10s 732ms
And Go to "TRANSPORT_TABLE" 347ms
And Show all transport types 1s 153ms
And Click invoice button 11s 857ms
Then Check that default currency value in invoice form is "USD" 194ms
java.lang.AssertionError: Domyślną walutą dla tego pryncypała powinno być USD!
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.InvoiceTest.checkThatDefaultCurrencyValueInInvoiceFormIs(InvoiceTest.java:33)
	at ✽.Check that default currency value in invoice form is "USD"(file:Features/Atom/Transport/TransportTable/Invoice.feature:17)
After Hooks.deleteTransportAfterTest() 10s 192ms
After Hooks.rollbackInvoiceCurrency() 2s 174ms