-
-
-
-
-
-
-
+
+
);
};
diff --git a/tests/features/contextual_help_panel.feature b/tests/features/contextual_help_panel.feature
index f76150a6..fdb77dd6 100644
--- a/tests/features/contextual_help_panel.feature
+++ b/tests/features/contextual_help_panel.feature
@@ -18,5 +18,19 @@ Feature: Contextual help links panel
When I click on close button in the panel
Then I should not see contextual help panel
+ # Stage users page
+ Scenario: Open the contextual help links panel on 'stage-users' main page
+ Given I am on "stage-users" page
+ When I click on "Help" button
+ Then I should see contextual help panel
+ And I should see a title "Links" in the panel
+ * I should see a list of links
+
+ Scenario: Close the contextual help links panel on 'Stage users' main page
+ Given I am on "stage-users" page
+ Given I should see contextual help panel
+ When I click on close button in the panel
+ Then I should not see contextual help panel
+