mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-07 00:11:47 +01:00
fix cucumber story for markup in project description
This commit is contained in:
parent
8dbf790810
commit
025cfa2686
2 changed files with 23 additions and 3 deletions
|
|
@ -15,5 +15,5 @@ Feature: Manage a project
|
|||
Scenario: I can describe the project using markup
|
||||
When I visit the "manage me" project
|
||||
And I edit the project description to "_successfull outcome_: project is *done*"
|
||||
Then I should see "<i>successfull outcome<i>"
|
||||
And I should see " <b>done</b>"
|
||||
Then I should see the italic text "successfull outcome" in the project description
|
||||
And I should see the bold text "done" in the project description
|
||||
Loading…
Add table
Add a link
Reference in a new issue