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
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