Project Number Date
ApolloFullRunnerReport apollo-test-2.144 03 wrz 2021, 10:42

Tag Report

Steps Scenarios Features
Tag Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
@cleanUsersDetailsAfterTest 11 1 2 0 0 14 0 1 1 47s 712ms Failed
View Feature Invitation
Scenario Outline Check if user has accepted invitation from principal after accepting invitation by another user from company
Before Hooks.showScenarioName(Scenario) 002ms
Steps
Given Set token of apiUsername "super-admin-farmacol" 235ms
And Create invitation by JSON file "super-admin-farmacol" for "automaty314153@test.pl" "CREATE_SUPPLIER_INVITATION" 2s 354ms
And Create invitation by JSON file "super-admin-farmacol" for "automaty214152@test.pl" "CREATE_SUPPLIER_INVITATION" 2s 391ms
Given Set token of apiUsername "super-admin-neuca" 268ms
And Prepare user "dnfa1-supplier" details with all notifications and "automaty314153@test.pl" by JSON file 3s 262ms
And Prepare user "dnfa1-supplier-2" details with all notifications and "automaty214152@test.pl" by JSON file 2s 812ms
When Login as "dnfa1-supplier" and set token of apiUsername "super-admin-neuca" 8s 092ms
And Go to "INVITATIONS_TAB" 849ms
And Accept invitation 18s 065ms
And If user is login then logout 283ms
And Login as "dnfa1-supplier-2" and set token of apiUsername "super-admin-neuca" 7s 966ms
And Verify if user has visible "no waiting" invitation 1s 132ms
java.lang.AssertionError: Użytkownik nadal widzi oczekujące zaproszenia
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertFalse(Assert.java:64)
	at CucumberTests.Invitation.InvitationTest.verifyIfUserHasVisibleStateOfInvitation(InvitationTest.java:109)
	at ✽.Verify if user has visible "no waiting" invitation(file:Features/Atom/Invitations/Invitation.feature:95)
And Verify if user has visible "accepted" invitation 000ms
And Verify if user can see "Farmacol" on principal switch dropdown 000ms
After Hooks.cleanUsersDetailsAfterTest() 3s 412ms