summaryrefslogtreecommitdiffstats
path: root/build/integration/features/favorites.feature
diff options
context:
space:
mode:
Diffstat (limited to 'build/integration/features/favorites.feature')
-rw-r--r--build/integration/features/favorites.feature6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/integration/features/favorites.feature b/build/integration/features/favorites.feature
index 605e9fd6d7b..baf4eadb166 100644
--- a/build/integration/features/favorites.feature
+++ b/build/integration/features/favorites.feature
@@ -49,7 +49,7 @@ Feature: favorite
|{http://owncloud.org/ns}favorite|
And the single response should contain a property "{http://owncloud.org/ns}favorite" with value "1"
- Scenario: Favorite and unfavorite a folder
+ Scenario: Favorite and unfavorite a folder new endpoint
Given using dav path "remote.php/dav"
And As an "admin"
And user "user0" exists
@@ -59,7 +59,7 @@ Feature: favorite
|{http://owncloud.org/ns}favorite|
And the single response should contain a property "{http://owncloud.org/ns}favorite" with value ""
- Scenario: Favorite a file
+ Scenario: Favorite a file new endpoint
Given using dav path "remote.php/dav"
And As an "admin"
And user "user0" exists
@@ -68,7 +68,7 @@ Feature: favorite
|{http://owncloud.org/ns}favorite|
And the single response should contain a property "{http://owncloud.org/ns}favorite" with value "1"
- Scenario: Favorite and unfavorite a file
+ Scenario: Favorite and unfavorite a file new endpoint
Given using dav path "remote.php/dav"
And As an "admin"
And user "user0" exists