File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tests/acceptance/features/coreApiWebdavPreviews Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -389,10 +389,10 @@ Feature: previews of files downloaded through the webdav API
389389 @issue-10589 @env-config
390390 Scenario Outline : try to download a file preview when the maximum thumbnail input value in the environment is set to a small value
391391 Given the following configs have been set:
392- | config | value |
393- | THUMBNAILS_MAX_INPUT_IMAGE_FILE_SIZE | 1KB |
394- | THUMBNAILS_MAX_INPUT_WIDTH | 200 |
395- | THUMBNAILS_MAX_INPUT_HEIGHT | 200 |
392+ | service | config | value |
393+ | thumbnails | THUMBNAILS_MAX_INPUT_IMAGE_FILE_SIZE | 1KB |
394+ | thumbnails | THUMBNAILS_MAX_INPUT_WIDTH | 200 |
395+ | thumbnails | THUMBNAILS_MAX_INPUT_HEIGHT | 200 |
396396 And using <dav-path-version> DAV path
397397 And user "Alice" has uploaded file "filesForUpload/lorem-big.txt" to "/lorem-big.txt"
398398 When user "Alice" downloads the preview of "/lorem-big.txt" with width "36" and height "36" and processor thumbnail using the WebDAV API
You can’t perform that action at this time.
0 commit comments