From ea8181548aba80a2e55398ca11daef79ef6a44a8 Mon Sep 17 00:00:00 2001 From: Prajwol Amatya <83579989+PrajwolAmatya@users.noreply.github.com> Date: Wed, 15 Mar 2023 21:17:41 +0545 Subject: [PATCH] added test for getting non-existing group (#5830) --- tests/acceptance/features/apiGraph/getGroup.feature | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/acceptance/features/apiGraph/getGroup.feature b/tests/acceptance/features/apiGraph/getGroup.feature index 169656227..9479dc99b 100644 --- a/tests/acceptance/features/apiGraph/getGroup.feature +++ b/tests/acceptance/features/apiGraph/getGroup.feature @@ -163,3 +163,8 @@ Feature: get groups and their members | नेपाली | | $x<=>[y*z^2+1]! | | եòɴԪ˯ΗՐΛɔπ | + + + Scenario: admin user tries to get group information of non-existing group + When user "Alice" gets details of the group "non-existing" using the Graph API + Then the HTTP status code should be "404"