You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a reader I would like to be able to subscribe to authors that I enjoy so that I can more easily find new Posts they have written.
Given A user is on a Post detail page When they select the option to subscribe to the Post's author's other Posts Then a Subscription should be created in the database And the Subscription's begin datetime should be set to the current time
The text was updated successfully, but these errors were encountered:
As a reader I would like to be able to subscribe to authors that I enjoy so that I can more easily find new Posts they have written.
Given A user is on a Post detail page
When they select the option to subscribe to the Post's author's other Posts
Then a Subscription should be created in the database
And the Subscription's begin datetime should be set to the current time
The text was updated successfully, but these errors were encountered: