To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorCreating a post
As a user
I want to create a post
So other users can read/view it
- Scenarios
-
- Creating a text post as a single-community user
- Creating a text post as a multi-community user
- Creating a link post as a single-community user
- Creating a link post as a multi-community user
- Creating a link post with an invalid URL
- Creating an upload post as a single-community user
- Creating a text post as a single-community user
-
- Given
- I am logged into the application as an Author with a single community
- When
- I create a text post as a single-community user
- Then
- I should see my post in Recent Posts on the Home Page
- Creating a text post as a multi-community user
-
- Given
- I am logged into the application as an Author with multiple communities
- When
- I create a text post as a multi-community user
- Then
- I should see my post in Recent Posts on the Home Page
- Creating a link post as a single-community user
-
- Given
- I am logged into the application as an Author with a single community
- When
- I create a link post as a single-community user
- Then
- I should see my post in Recent Posts on the Home Page
- Creating a link post as a multi-community user
-
- Given
- I am logged into the application as an Author with multiple communities
- When
- I create a link post as a multi-community user
- Then
- I should see my post in Recent Posts on the Home Page
- Creating a link post with an invalid URL
-
- Given
- I am logged into the application as an Author with a single community
- When
- I create a link post with an invalid URL
- Then
- I should see "Oops, that is not a valid link." as an error message
- Creating an upload post as a single-community user
-
- When
- I create an upload post as a single-community user
- Then
- I should see my post in Recent Posts on the Home Page
Last published almost 7 years ago by blubecker.