Skip to content

Commit

Permalink
Added test case that proves issue 1786 no longer leads to 500 error
Browse files Browse the repository at this point in the history
  • Loading branch information
teganm committed May 31, 2012
1 parent 136d2d6 commit 47206ef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions features/work_related.feature
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,14 @@ Scenario: Listing external works as inspirations
And I should see "Inspired by Worldbuilding Two by BNF"
When I view my related works
Then I should see "From N/A to English"
#invalid URL should give a helpful message (issue 1786)
When I edit the work "Followup"
And I check "parent-options-show"
And I fill in "Url" with "this.is.an.invalid/url"
And I fill in "Title" with "Worldbuilding Two"
And I fill in "Author" with "BNF"
And I press "Preview"
Then I should see "Parent work info would not save."

@work_external_language
Scenario: External work language
Expand Down

0 comments on commit 47206ef

Please sign in to comment.