Project Number Date
ApolloFullRunnerReport apollo-test-2.107 05 sie 2021, 11:20

Tag Report

Steps Scenarios Features
Tag Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
@NIE_DZIAŁA_PRZEZ_A-8136 11 1 2 0 0 14 0 1 1 31s 455ms 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) 003ms
Steps
Given Set token of apiUsername "super-admin-farmacol" 234ms
And Create invitation by JSON file "super-admin-farmacol" for "automaty314153@test.pl" "CREATE_SUPPLIER_INVITATION" 2s 377ms
And Create invitation by JSON file "super-admin-farmacol" for "automaty214152@test.pl" "CREATE_SUPPLIER_INVITATION" 2s 021ms
Given Set token of apiUsername "super-admin-neuca" 346ms
And Prepare user "dnfa1-supplier" details with all notifications and "automaty314153@test.pl" by JSON file 3s 671ms
And Prepare user "dnfa1-supplier-2" details with all notifications and "automaty214152@test.pl" by JSON file 2s 737ms
When Login as "dnfa1-supplier" and set token of apiUsername "super-admin-neuca" 7s 484ms
And Go to "INVITATIONS_TAB" 728ms
And Accept invitation 3s 094ms
And If user is login then logout 245ms
And Login as "dnfa1-supplier-2" and set token of apiUsername "super-admin-neuca" 7s 351ms
And Verify if user has visible "no waiting" invitation 1s 159ms
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 239ms