summaryrefslogtreecommitdiff
path: root/features/projects/wall.feature
diff options
context:
space:
mode:
Diffstat (limited to 'features/projects/wall.feature')
-rw-r--r--features/projects/wall.feature17
1 files changed, 17 insertions, 0 deletions
diff --git a/features/projects/wall.feature b/features/projects/wall.feature
new file mode 100644
index 00000000000..ed675e2c477
--- /dev/null
+++ b/features/projects/wall.feature
@@ -0,0 +1,17 @@
+@javascript
+Feature: Project Wall
+ In order to use Project Wall
+ A user
+ Should be able to read & write messages
+
+ Background:
+ Given I signin as a user
+ And I own project "Shop"
+ And I visit project "Shop" wall page
+
+ Scenario: Write comment
+ Given I write new comment "my special test message"
+ Then I should see project wall note "my special test message"
+
+ Then I visit project "Shop" wall page
+ And I should see project wall note "my special test message"