Project Number Date
ApolloFullRunnerReport develop-kapibary.345 11 cze 2021, 03:12

Tag Report

Steps Scenarios Features
Tag Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
@deleteUserAndCompanyAfterTest 13 1 0 0 0 14 1 1 2 34s 637ms Failed
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 023ms
And Create and accept invitation by JSON file as "super-admin-skz" for "automaty@test.pl" "CREATE_CARRIER_INVITATION" 2s 538ms
And Get invited user account data "automaty@test.pl" 622ms
When Go to "USERS_TAB" 1s 220ms
When Delete user "automaty@test.pl" 3s 952ms
Then Success alert is displayed 039ms
And User not displayed in users list "automaty@test.pl" 16s 165ms
After Hooks.deleteUserAndCompanyAfterTest() 175ms
Scenario Outline Check if it is possible to delete user
Steps
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 076ms
And Create and accept invitation by JSON file as "super-admin-lantmannen" for "automaty@test.pl" "CREATE_CARRIER_INVITATION" 1s 926ms
And Get invited user account data "automaty@test.pl" 491ms
When Go to "USERS_TAB" 993ms
When Delete user "automaty@test.pl" 3s 401ms
Then Success alert is displayed 037ms
And User not displayed in users list "automaty@test.pl" 1s 148ms
java.lang.AssertionError: Użytkownik jest na liście użytkowników. Nie udało sie usunąć.
	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.User.DeleteUserTest.userNotDisplayedInUsersList(DeleteUserTest.java:61)
	at ✽.User not displayed in users list "automaty@test.pl"(file:Features/Atom/Users/User.feature:22)
After Hooks.deleteUserAndCompanyAfterTest() 182ms