diff options
author | Lukas Reschke <lukas@owncloud.com> | 2016-02-18 23:07:41 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2016-02-19 18:08:34 +0100 |
commit | 16be9af20ad99a62bcf3552a7cfd0ebe807edfe3 (patch) | |
tree | 5f663fd48c770703ec32d3fbfed985c750b43def /build/integration/config/behat.yml | |
parent | 32e4256945e721d79aacefa3b880c57d16124f7f (diff) | |
download | nextcloud-server-16be9af20ad99a62bcf3552a7cfd0ebe807edfe3.tar.gz nextcloud-server-16be9af20ad99a62bcf3552a7cfd0ebe807edfe3.zip |
Add integration tests for comments
This adds integration tests for the comments. Especially with regard to the permission handling, didn't find any problem in it.
Fixes https://github.com/owncloud/core/issues/22367
Diffstat (limited to 'build/integration/config/behat.yml')
-rw-r--r-- | build/integration/config/behat.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/integration/config/behat.yml b/build/integration/config/behat.yml index 42f5f88ac8a..a87d4fe44c6 100644 --- a/build/integration/config/behat.yml +++ b/build/integration/config/behat.yml @@ -12,6 +12,8 @@ default: - admin - admin regular_user_password: 123456 + - CommentsContext: + baseUrl: http://localhost:8080 federation: paths: - %paths.base%/../federation_features |