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
Given the logged in user is on the /my-posts page
When they select a post's edit button
Then they should be directed to an edit form with that posts's content filled in
And when the form is updated and submitted
Then they should be directed to that post's detail page with the updated information
The text was updated successfully, but these errors were encountered:
Given the logged in user is on the
/my-posts
pageWhen they select a post's edit button
Then they should be directed to an edit form with that posts's content filled in
And when the form is updated and submitted
Then they should be directed to that post's detail page with the updated information
The text was updated successfully, but these errors were encountered: