Project Number Date
ApolloFullRunnerReport refs/heads/develop.5 20 maj 2021, 05:20

Tag Report

Steps Scenarios Features
Tag Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
@rollbackInvoiceCurrency 24 2 0 0 0 26 0 2 2 57s 307ms Failed
View Feature Invoice
Scenario Outline Check default value of currency in invoice form [A-7389]
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 7s 482ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 263ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 621ms
When Click invoice button 3s 213ms
And Set default invoice currency value 173ms
Then Check that default currency value in invoice form is "EUR" 148ms
When Change invoice default currency value in database for "USD" transport type alias "SMALLS_IMPORT" and principal alias "swisskrono" 148ms
And Clear all cache 2s 409ms
And Login as "swisskrono-admin" 9s 898ms
And Go to "TRANSPORT_TABLE" 427ms
And Show all transport types 1s 185ms
And Click invoice button 511ms
Then Check that default currency value in invoice form is "USD" 156ms
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() 782ms
After Hooks.rollbackInvoiceCurrency() 2s 280ms
View Feature Invoice
Scenario Outline Check default value of currency in invoice form [A-7389]
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 9s 657ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 083ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 598ms
When Click invoice button 914ms
And Set default invoice currency value 166ms
Then Check that default currency value in invoice form is "EUR" 143ms
When Change invoice default currency value in database for "USD" transport type alias "SMALLS_EXPORT" and principal alias "swisskrono" 147ms
And Clear all cache 2s 265ms
And Login as "swisskrono-admin" 9s 441ms
And Go to "TRANSPORT_TABLE" 388ms
And Show all transport types 1s 186ms
And Click invoice button 1s 524ms
Then Check that default currency value in invoice form is "USD" 149ms
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() 740ms
After Hooks.rollbackInvoiceCurrency() 2s 289ms