Project Number Date
ApolloFullRunnerReport develop.458 09 cze 2021, 19:28

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 465ms Failed
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 194ms
And Create and accept invitation by JSON file as "super-admin-skz" for "automaty@test.pl" "CREATE_CARRIER_INVITATION" 2s 300ms
And Get invited user account data "automaty@test.pl" 760ms
When Go to "USERS_TAB" 1s 149ms
When Delete user "automaty@test.pl" 3s 956ms
Then Success alert is displayed 039ms
And User not displayed in users list "automaty@test.pl" 16s 158ms
After Hooks.deleteUserAndCompanyAfterTest() 184ms
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 091ms
And Create and accept invitation by JSON file as "super-admin-lantmannen" for "automaty@test.pl" "CREATE_CARRIER_INVITATION" 1s 577ms
And Get invited user account data "automaty@test.pl" 520ms
When Go to "USERS_TAB" 1s 111ms
When Delete user "automaty@test.pl" 3s 406ms
Then Success alert is displayed 038ms
And User not displayed in users list "automaty@test.pl" 1s 160ms
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() 158ms