From 358bfef42eac796d355cf54dec67d6357c37e66a Mon Sep 17 00:00:00 2001 From: Nalem7 <61624650+nabim777@users.noreply.github.com> Date: Tue, 22 Aug 2023 10:12:57 +0545 Subject: [PATCH] adding skip on stable3.0 (#7078) --- .../features/apiFullTextSearch/search.feature | 8 ++++++ .../features/apiGraph/fullSearch.feature | 25 +++++++++++++------ 2 files changed, 26 insertions(+), 7 deletions(-) diff --git a/tests/acceptance/features/apiFullTextSearch/search.feature b/tests/acceptance/features/apiFullTextSearch/search.feature index 656b4322de..e1eb6a02e0 100644 --- a/tests/acceptance/features/apiFullTextSearch/search.feature +++ b/tests/acceptance/features/apiFullTextSearch/search.feature @@ -46,6 +46,10 @@ Feature: full text search | dav-path-version | | old | | new | + + @skipOnStable3.0 + Examples: + | dav-path-version | | spaces | @@ -121,6 +125,10 @@ Feature: full text search | dav-path-version | | old | | new | + + @skipOnStable3.0 + Examples: + | dav-path-version | | spaces | diff --git a/tests/acceptance/features/apiGraph/fullSearch.feature b/tests/acceptance/features/apiGraph/fullSearch.feature index 793f110134..4ea9cc8b96 100644 --- a/tests/acceptance/features/apiGraph/fullSearch.feature +++ b/tests/acceptance/features/apiGraph/fullSearch.feature @@ -61,6 +61,10 @@ Feature: full text search | dav-path-version | | old | | new | + + @skipOnStable3.0 + Examples: + | dav-path-version | | spaces | @@ -105,6 +109,10 @@ Feature: full text search | dav-path-version | | old | | new | + + @skipOnStable3.0 + Examples: + | dav-path-version | | spaces | @@ -130,6 +138,10 @@ Feature: full text search | dav-path-version | | old | | new | + + @skipOnStable3.0 + Examples: + | dav-path-version | | spaces | @@ -146,12 +158,11 @@ Feature: full text search And user "Alice" has uploaded a file inside space "tag-space" with content "untagged file" to "spacesFileWithoutTag.txt" And user "Alice" has uploaded a file inside space "tag-space" with content "tagged file in folder" to "spacesFolderWithFile/spacesFileInsideFolder.txt" And user "Alice" has uploaded a file inside space "tag-space" with content "tagged file in subfolder" to "spacesFolderWithFile/spacesSubFolder/spacesFileInsideSubFolder.txt" - And user "Alice" has created the following tags for file "spacesFile.txt" of the space "tag-space": - | tag1 | - And user "Alice" has created the following tags for file "spacesFolderWithFile/spacesFileInsideFolder.txt" of the space "tag-space": - | tag1 | - And user "Alice" has created the following tags for file "spacesFolderWithFile/spacesSubFolder/spacesFileInsideSubFolder.txt" of the space "tag-space": - | tag1 | + And user "Alice" has tagged the following files of the space "tag-space": + | path | tagName | + | spacesFile.txt | tag1 | + | spacesFolderWithFile/spacesFileInsideFolder.txt | tag1 | + | spacesFolderWithFile/spacesSubFolder/spacesFileInsideSubFolder.txt | tag1 | And using DAV path When user "Brian" searches for "Tags:tag1" using the WebDAV API Then the HTTP status code should be "207" @@ -224,7 +235,7 @@ Feature: full text search | new | | spaces | - + @skipOnStable3.0 Scenario Outline: search files inside the folder Given using DAV path And user "Alice" has uploaded file with content "hello world inside root" to "file1.txt"