Project Number Date
ApolloFullRunnerReport apollo-test-2.85 19 lip 2021, 03:57

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 31s 322ms Failed
View Feature Invoice
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 8s 649ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 230ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 807ms
When Click invoice button 908ms
And Set default invoice currency value 432ms
Then Check that default currency value in invoice form is "EUR" 139ms
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 437ms
And Login as "swisskrono-admin" 11s 119ms
And Go to "TRANSPORT_TABLE" 363ms
And Show all transport types 1s 166ms
And Click invoice button 11s 702ms
Then Check that default currency value in invoice form is "USD" 148ms
After Hooks.deleteTransportAfterTest() 10s 117ms
After Hooks.rollbackInvoiceCurrency() 2s 215ms
View Feature Invoice
Scenario Outline Check default value of currency in invoice form [A-7389]
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 10s 973ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 106ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 789ms
When Click invoice button 10s 454ms
And Set default invoice currency value 188ms
Then Check that default currency value in invoice form is "EUR" 138ms
When Change invoice default currency value in database for "USD" transport type alias "SMALLS_EXPORT" and principal alias "swisskrono" 106ms
And Clear all cache 2s 142ms
And Login as "swisskrono-admin" 10s 788ms
And Go to "TRANSPORT_TABLE" 366ms
And Show all transport types 1s 152ms
And Click invoice button 11s 706ms
Then Check that default currency value in invoice form is "USD" 190ms
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 188ms
After Hooks.rollbackInvoiceCurrency() 2s 299ms