Project Number Date
ApolloFullRunnerReport apollo-test-2.157 14 wrz 2021, 06:50

Tag Report

Steps Scenarios Features
Tag Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
@enableDisabledUserAfterTest 10 1 0 0 0 11 0 1 1 3m 27s 621ms Failed
View Feature Advice Mail
Scenario Outline Check if mail was not sent to creator if user is not enabled
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Set token of apiUsername "super-admin-skd" 278ms
And Create transport "CREATE_DELIVERY" by JSON file as "swiss-krono-delivery-producer" 16s 658ms
And Prepare user "swiss-krono-delivery-producer" details with all notifications and "apolloautomattest@gmail.com" by JSON file 856ms
When Login as "swiss-krono-delivery-producer" 4s 885ms
And Go to "TRANSPORT_TABLE" 442ms
And Show all transport types 15s 087ms
And Check if transport is "visible" in table of transports 087ms
And Disable user "swiss-krono-delivery-producer" 848ms
And Confirm status "ARRIVAL" by Public API "v1" 863ms
And Get mail "apolloautomattest@gmail.com" message from mailgun with "Potwierdzono status Wjazd na teren zakładu" 2m 47s 615ms
Then Check if user did not get an mail 000ms
org.junit.ComparisonFailure: Użytkownik otrzymał maila expected:<[[]]> but was:<[]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.Mail.MailTest.checkIfUserDidNotGetAnEmail(MailTest.java:54)
	at ✽.Check if user did not get an mail(file:Features/Atom/Mail/AdviceMail.feature:89)
After Hooks.cleanUserDetailsAfterTest() 841ms
After Hooks.deleteTransportAfterTest() 774ms
After Hooks.enableDisabledUserAfterTest() 830ms