From 15a805895d678cdfa917655de52ccc7ac991487a Mon Sep 17 00:00:00 2001 From: Dipak Acharya Date: Wed, 19 May 2021 11:22:43 +0545 Subject: [PATCH] [Tests-Only] disable preview to fix failing upload test --- tests/acceptance/features/webUIUpload/upload.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/features/webUIUpload/upload.feature b/tests/acceptance/features/webUIUpload/upload.feature index 2cbf0d0186d..1a496e302af 100644 --- a/tests/acceptance/features/webUIUpload/upload.feature +++ b/tests/acceptance/features/webUIUpload/upload.feature @@ -126,7 +126,7 @@ Feature: File Upload And the content of "lorem.txt" should not have changed And file "lorem (2).txt" should not be listed on the webUI - + @disablePreviews Scenario: overwrite an existing file in a sub-folder When the user opens folder "simple-folder" using the webUI And the user uploads overwriting file "lorem.txt" using the webUI