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

ISAICP-7680: Update the wording in tests.

parent 4197326a
No related branches found
No related tags found
1 merge request!94ISAICP-7680: Include a patch for the svg issue.
...@@ -42,7 +42,7 @@ Feature: Messaging group announcements ...@@ -42,7 +42,7 @@ Feature: Messaging group announcements
Then I should see the heading "Sign in to continue" Then I should see the heading "Sign in to continue"
When I go to the members page of "Fail pension" When I go to the members page of "Fail pension"
Then I should not see the link "Add announcement" Then I should not see the link "Add announcement"
When I go to the homepage of the "Fail pension" collection When I go to the homepage of the "Fail pension" <group>
Then I should not see the link "Announcements" Then I should not see the link "Announcements"
Given I am logged in as "Nice" Given I am logged in as "Nice"
...@@ -52,14 +52,14 @@ Feature: Messaging group announcements ...@@ -52,14 +52,14 @@ Feature: Messaging group announcements
Then the response status code should be 403 Then the response status code should be 403
When I go to the members page of "Fail pension" When I go to the members page of "Fail pension"
Then I should not see the link "Add announcement" Then I should not see the link "Add announcement"
When I go to the homepage of the "Fail pension" collection When I go to the homepage of the "Fail pension" <group>
Then I should not see the link "Announcements" Then I should not see the link "Announcements"
Given I am logged in as "Sons of tweets" Given I am logged in as "Sons of tweets"
When I go to the announcements page of "Hidden gems" <group> When I go to the announcements page of "Hidden gems" <group>
Then the response status code should be 403 Then the response status code should be 403
When I go to the homepage of the "Hidden gems" collection When I go to the homepage of the "Hidden gems" <group>
Then I should not see the link "Announcements" Then I should not see the link "Announcements"
# The 'Add announcement' button is also available from the members page. # The 'Add announcement' button is also available from the members page.
...@@ -365,7 +365,7 @@ Feature: Messaging group announcements ...@@ -365,7 +365,7 @@ Feature: Messaging group announcements
And I uncheck the box "Announcements enabled" And I uncheck the box "Announcements enabled"
And I press "Save" And I press "Save"
When I go to the homepage of the "Fail pension" collection When I go to the homepage of the "Fail pension" <group>
# Moderators have an "Announcements" link also in the toolbar. # Moderators have an "Announcements" link also in the toolbar.
Then I should not see the link "Announcements" in the "Entity actions" region Then I should not see the link "Announcements" in the "Entity actions" region
When I go to the "The Big Opening is postponed" announcement of "Fail pension" <group> When I go to the "The Big Opening is postponed" announcement of "Fail pension" <group>
...@@ -375,7 +375,7 @@ Feature: Messaging group announcements ...@@ -375,7 +375,7 @@ Feature: Messaging group announcements
Given I am logged in as "Sons of tweets" Given I am logged in as "Sons of tweets"
When I go to the homepage of the "Fail pension" collection When I go to the homepage of the "Fail pension" <group>
Then I should not see the link "Announcements" Then I should not see the link "Announcements"
When I go to the "The Big Opening is postponed" announcement of "Fail pension" <group> When I go to the "The Big Opening is postponed" announcement of "Fail pension" <group>
Then the response status code should be 403 Then the response status code should be 403
...@@ -384,7 +384,7 @@ Feature: Messaging group announcements ...@@ -384,7 +384,7 @@ Feature: Messaging group announcements
Given I am logged in as "Nice" Given I am logged in as "Nice"
When I go to the homepage of the "Fail pension" collection When I go to the homepage of the "Fail pension" <group>
Then I should not see the link "Announcements" Then I should not see the link "Announcements"
When I go to the "The Big Opening is postponed" announcement of "Fail pension" <group> When I go to the "The Big Opening is postponed" announcement of "Fail pension" <group>
Then the response status code should be 403 Then the response status code should be 403
...@@ -393,7 +393,7 @@ Feature: Messaging group announcements ...@@ -393,7 +393,7 @@ Feature: Messaging group announcements
Given I am an anonymous user Given I am an anonymous user
When I go to the homepage of the "Fail pension" collection When I go to the homepage of the "Fail pension" <group>
Then I should not see the link "Announcements" Then I should not see the link "Announcements"
When I go to the "The Big Opening is postponed" announcement of "Fail pension" <group> When I go to the "The Big Opening is postponed" announcement of "Fail pension" <group>
Then I should see the heading "Sign in to continue" Then I should see the heading "Sign in to continue"
......
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