Project Number Date
ApolloFullRunnerReport apollo-test-2.87 20 lip 2021, 04:12

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 33s 597ms Failed
View Feature Invoice
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 8s 593ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 242ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 802ms
When Click invoice button 1s 284ms
And Set default invoice currency value 438ms
Then Check that default currency value in invoice form is "EUR" 162ms
When Change invoice default currency value in database for "USD" transport type alias "SMALLS_IMPORT" and principal alias "swisskrono" 113ms
And Clear all cache 2s 454ms
And Login as "swisskrono-admin" 11s 131ms
And Go to "TRANSPORT_TABLE" 384ms
And Show all transport types 1s 162ms
And Click invoice button 12s 156ms
Then Check that default currency value in invoice form is "USD" 185ms
After Hooks.deleteTransportAfterTest() 10s 194ms
After Hooks.rollbackInvoiceCurrency() 2s 239ms
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" 11s 302ms
And Create transport "CREATE_SMALLS_EXPORT" by JSON file as "super-admin-skz" 2s 181ms
And Transfer transport to carrier by JSON file "super-admin-skz" "true" confirmation 837ms
When Click invoice button 10s 603ms
And Set default invoice currency value 196ms
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_EXPORT" and principal alias "swisskrono" 117ms
And Clear all cache 2s 209ms
And Login as "swisskrono-admin" 11s 027ms
And Go to "TRANSPORT_TABLE" 359ms
And Show all transport types 1s 163ms
And Click invoice button 12s 177ms
Then Check that default currency value in invoice form is "USD" 170ms
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 182ms
After Hooks.rollbackInvoiceCurrency() 2s 236ms