Skip to content

Commit f6b8c66

Browse files
committed
test: add thumbnails service in data-table
1 parent 4e83a4f commit f6b8c66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/acceptance/features/coreApiWebdavPreviews/previews.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)