Report abuse

  Scenario: Edit a question
    Given I am logged in as "customer1", with "password"  #creates a user and logs in
    And I am viewing a question                          #creates a 'question' and goes to it's show page
    When I follow "Edit this question"                                      
    Then I should be on the question_edit page           # This is where I am unsure how to navigate properly to the page? 
    And I should see "Editing Question"