From a7d3f4367f57052890a7da3b1ffbce2468b4deaf Mon Sep 17 00:00:00 2001 From: Prajwol Amatya <83579989+PrajwolAmatya@users.noreply.github.com> Date: Tue, 23 Apr 2024 17:50:02 +0545 Subject: [PATCH] add test coverage for filename with hash (#10818) --- tests/e2e/cucumber/features/smoke/upload.feature | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/tests/e2e/cucumber/features/smoke/upload.feature b/tests/e2e/cucumber/features/smoke/upload.feature index c95b178963c..1bb2d8041e4 100644 --- a/tests/e2e/cucumber/features/smoke/upload.feature +++ b/tests/e2e/cucumber/features/smoke/upload.feature @@ -24,6 +24,9 @@ Feature: Upload | textfile.txt | txtFile | some random content | # Coverage for bug: https://github.com/owncloud/ocis/issues/8361 | comma,.txt | txtFile | comma | + # Coverage for bug: https://github.com/owncloud/web/issues/10810 + | test#file.txt | txtFile | some content | + | test#folder | folder | | When "Alice" uploads the following resources | resource | option | | new-lorem-big.txt | replace | @@ -41,10 +44,13 @@ Feature: Upload | resource | error | | lorem-big.txt | Not enough quota | And "Alice" downloads the following resources using the sidebar panel - | resource | type | - | PARENT | folder | + | resource | type | + | PARENT | folder | # Coverage for bug: https://github.com/owncloud/ocis/issues/8361 - | comma,.txt | file | + | comma,.txt | file | + # Coverage for bug: https://github.com/owncloud/web/issues/10810 + | test#file.txt | file | + | test#folder | folder | # https://github.com/owncloud/web/issues/6348 # Note: uploading folder with empty sub-folder should be done manually