Commit de53bc9d authored by Vinnie Okada's avatar Vinnie Okada

Add new Markdown preview test

Add a test to make sure that Markdown previews are available when
editing an existing issue.
parent e06f0ead
......@@ -186,3 +186,10 @@ Feature: Project Issues
Given I click link "New Issue"
And I preview a description text like "Bug fixed :smile:"
Then I should see the Markdown write tab
@javascript
Scenario: I can preview when editing an existing issue
Given I click link "Release 0.4"
And I click link "Edit" for the issue
And I preview a description text like "Bug fixed :smile:"
Then I should see the Markdown write tab
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment