Project Number Date
ApolloFullRunnerReport develop.461 16 cze 2021, 06:57

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 842ms Failed
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 185ms
And Create and accept invitation by JSON file as "super-admin-skz" for "automaty@test.pl" "CREATE_CARRIER_INVITATION" 2s 415ms
And Get invited user account data "automaty@test.pl" 693ms
When Go to "USERS_TAB" 1s 098ms
When Delete user "automaty@test.pl" 3s 882ms
Then Success alert is displayed 038ms
And User not displayed in users list "automaty@test.pl" 16s 161ms
After Hooks.deleteUserAndCompanyAfterTest() 349ms
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 260ms
And Create and accept invitation by JSON file as "super-admin-lantmannen" for "automaty@test.pl" "CREATE_CARRIER_INVITATION" 1s 728ms
And Get invited user account data "automaty@test.pl" 538ms
When Go to "USERS_TAB" 1s 245ms
When Delete user "automaty@test.pl" 3s 423ms
Then Success alert is displayed 038ms
And User not displayed in users list "automaty@test.pl" 1s 132ms
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() 135ms