summaryrefslogtreecommitdiff
path: root/features/project/wiki.feature
diff options
context:
space:
mode:
Diffstat (limited to 'features/project/wiki.feature')
-rw-r--r--features/project/wiki.feature15
1 files changed, 15 insertions, 0 deletions
diff --git a/features/project/wiki.feature b/features/project/wiki.feature
new file mode 100644
index 00000000000..51370565a3b
--- /dev/null
+++ b/features/project/wiki.feature
@@ -0,0 +1,15 @@
+Feature: Project Wiki
+ Background:
+ Given I sign in 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
+
+ @javascript
+ Scenario: I comment wiki page
+ Given I create Wiki page
+ And I leave a comment like "XML attached"
+ Then I should see comment "XML attached"