Skip to content
Snippets Groups Projects
Commit de53bc9d authored by Vinnie Okada's avatar Vinnie Okada
Browse files

Add new Markdown preview test

Add a test to make sure that Markdown previews are available when
editing an existing issue.
parent e06f0ead
No related branches found
No related tags found
No related merge requests found
Loading
@@ -186,3 +186,10 @@ Feature: Project Issues
Loading
@@ -186,3 +186,10 @@ Feature: Project Issues
Given I click link "New Issue" Given I click link "New Issue"
And I preview a description text like "Bug fixed :smile:" And I preview a description text like "Bug fixed :smile:"
Then I should see the Markdown write tab 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment