summaryrefslogtreecommitdiffstats
path: root/tests/acceptance/features/app-comments.feature
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2017-10-28 23:57:35 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2017-10-28 23:57:35 +0200
commit76c803f0afba3c6207f0b6e9d224cbd8af1783ab (patch)
treecccad510c405c3dfb1078dd3d67f1d37a8d4e48a /tests/acceptance/features/app-comments.feature
parent20e7a0c07b4259a22231b70a1b66514be2adeed7 (diff)
downloadnextcloud-server-76c803f0afba3c6207f0b6e9d224cbd8af1783ab.tar.gz
nextcloud-server-76c803f0afba3c6207f0b6e9d224cbd8af1783ab.zip
add acceptance tests
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'tests/acceptance/features/app-comments.feature')
-rw-r--r--tests/acceptance/features/app-comments.feature8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/acceptance/features/app-comments.feature b/tests/acceptance/features/app-comments.feature
new file mode 100644
index 00000000000..81fc6f89ad1
--- /dev/null
+++ b/tests/acceptance/features/app-comments.feature
@@ -0,0 +1,8 @@
+Feature: app-comments
+
+ Scenario: Writing a comment
+ Given I am logged in
+ And I open the details view for "welcome.txt"
+ And I open the "Comments" tab in the details view
+ When I create a new comment with "Hello world" as message
+ Then I see that a comment was added