Project Number Date
ApolloFullRunnerReport develop.449 02 cze 2021, 08:56

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 273ms Failed
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 156ms
And Create and accept invitation by JSON file as "super-admin-skz" for "automaty@test.pl" "CREATE_CARRIER_INVITATION" 2s 316ms
And Get invited user account data "automaty@test.pl" 693ms
When Go to "USERS_TAB" 1s 163ms
When Delete user "automaty@test.pl" 3s 857ms
Then Success alert is displayed 038ms
And User not displayed in users list "automaty@test.pl" 16s 178ms
After Hooks.deleteUserAndCompanyAfterTest() 177ms
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 100ms
And Create and accept invitation by JSON file as "super-admin-lantmannen" for "automaty@test.pl" "CREATE_CARRIER_INVITATION" 1s 674ms
And Get invited user account data "automaty@test.pl" 492ms
When Go to "USERS_TAB" 1s 019ms
When Delete user "automaty@test.pl" 3s 408ms
Then Success alert is displayed 036ms
And User not displayed in users list "automaty@test.pl" 1s 135ms
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() 150ms