diff options
author | Sergio Bertolin <sbertolin@solidgear.es> | 2016-11-23 12:02:09 +0000 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2016-12-22 12:49:49 +0100 |
commit | 02de82df91910ad8f206f379a5eeaee9fb332b74 (patch) | |
tree | 26e406e9a80fbdc1de9293ad218283c0d3165890 /build/integration/features/favorites.feature | |
parent | b78dcae1d491be99ec6dffa6705b2c987cb1393b (diff) | |
download | nextcloud-server-02de82df91910ad8f206f379a5eeaee9fb332b74.tar.gz nextcloud-server-02de82df91910ad8f206f379a5eeaee9fb332b74.zip |
Fixed failing problems
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'build/integration/features/favorites.feature')
-rw-r--r-- | build/integration/features/favorites.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/features/favorites.feature b/build/integration/features/favorites.feature index a2ee579436e..c00ed05eefe 100644 --- a/build/integration/features/favorites.feature +++ b/build/integration/features/favorites.feature @@ -86,7 +86,7 @@ Feature: favorite And user "user0" favorites element "/textfile0.txt" And user "user0" favorites element "/textfile1.txt" Then user "user0" in folder "/" should have favorited the following elements - | /FOLDER | + | /FOLDER | | /textfile0.txt | | /textfile1.txt | |