Project Number Date
ApolloFullRunnerReport develop.459 10 cze 2021, 07:03

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 35s 212ms Failed
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 2s 030ms
And Create and accept invitation by JSON file as "super-admin-skz" for "automaty@test.pl" "CREATE_CARRIER_INVITATION" 2s 370ms
And Get invited user account data "automaty@test.pl" 729ms
When Go to "USERS_TAB" 1s 082ms
When Delete user "automaty@test.pl" 3s 943ms
Then Success alert is displayed 034ms
And User not displayed in users list "automaty@test.pl" 16s 178ms
After Hooks.deleteUserAndCompanyAfterTest() 253ms
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 156ms
And Create and accept invitation by JSON file as "super-admin-lantmannen" for "automaty@test.pl" "CREATE_CARRIER_INVITATION" 1s 713ms
And Get invited user account data "automaty@test.pl" 444ms
When Go to "USERS_TAB" 987ms
When Delete user "automaty@test.pl" 3s 398ms
Then Success alert is displayed 033ms
And User not displayed in users list "automaty@test.pl" 1s 109ms
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() 134ms