Cucumber:
* Profile * Browse code * Sceleton for main features * Wiki * Commits
This commit is contained in:
parent
6ff99fe945
commit
5bbf3ccf05
37 changed files with 560 additions and 62 deletions
9
features/projects/wiki.feature
Normal file
9
features/projects/wiki.feature
Normal file
|
@ -0,0 +1,9 @@
|
|||
Feature: Wiki
|
||||
Background:
|
||||
Given I signin as a user
|
||||
And I own project "Shop"
|
||||
Given I visit project wiki page
|
||||
|
||||
Scenario: Add new page
|
||||
Given I create Wiki page
|
||||
Then I should see newly created wiki page
|
Loading…
Add table
Add a link
Reference in a new issue