Add new Markdown preview test
Add a test to make sure that Markdown previews are available when editing an existing issue.
This commit is contained in:
parent
e06f0ead98
commit
de53bc9d84
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue