removing usage of a stepdefination inside another stepdefination in Provisioning (#8892)

This commit is contained in:
nirajacharya2
2024-05-02 15:36:03 +05:45
committed by GitHub
parent 4bb740fed8
commit 9db4c51572
2 changed files with 153 additions and 2334 deletions

View File

File diff suppressed because it is too large Load Diff

View File

@@ -262,7 +262,7 @@ Feature: download file
| dav-path-version |
| spaces |
@smokeTest @issue-8361
@smokeTest @issue-8361 @skipOnReva
Scenario Outline: downloading a file should serve security headers
Given using <dav-path-version> DAV path
And user "Alice" has uploaded file with content "test file" to "/<file-name>"
@@ -287,15 +287,11 @@ Feature: download file
| new | textfile.txt |
| new | comma,.txt |
| new | 'quote'single'.txt |
@skipOnRevaMaster
Examples:
| dav-path-version | file-name |
| spaces | textfile.txt |
| spaces | comma,.txt |
| spaces | 'quote'single'.txt |
@smokeTest @issue-8361
@smokeTest @issue-8361 @skipOnReva
Scenario Outline: downloading a file should serve security headers (file with doubel quotes)
Given using <dav-path-version> DAV path
And user "Alice" has uploaded file with content "test file" to '/"quote"double".txt'
@@ -316,10 +312,6 @@ Feature: download file
| dav-path-version |
| old |
| new |
@skipOnRevaMaster
Examples:
| dav-path-version |
| spaces |