Skip to content
Snippets Groups Projects
Commit f66f20f0 authored by Ilias Dimopoulos's avatar Ilias Dimopoulos
Browse files

ISAICP-9173: Add a test for future reference.

parent fcae3dcd
No related branches found
No related tags found
1 merge request!195Release 2.1.0
......@@ -116,3 +116,15 @@ Feature:
# The search bar icon has a hidden accessibility label "Toggle search box".
And I press "Toggle search box"
And I enter "About" in the search bar and press enter
Scenario: Member management links appear in the members page.
When I am logged in as a facilitator of the "Interoperable Europe" collection
And I go to "/interoperable-europe/members"
When I check the box "I agree to the Legal notice document"
And I press "Submit"
Then I should see the following links:
| Invite members |
| Add announcement |
# Add members is not available for facilitators, only moderators.
But I should not see the link "Add members"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment