From cdd1313d5c1fbb08344c369856a7ea06795756b3 Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Thu, 17 Nov 2022 10:06:12 +0100 Subject: [PATCH] Fix acceptance tests --- .../acceptance/features/webUIMoveFilesFolders/moveFiles.feature | 2 +- .../features/webUIMoveFilesFolders/moveFolders.feature | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/acceptance/features/webUIMoveFilesFolders/moveFiles.feature b/tests/acceptance/features/webUIMoveFilesFolders/moveFiles.feature index 79429c01b42..ae02c269161 100644 --- a/tests/acceptance/features/webUIMoveFilesFolders/moveFiles.feature +++ b/tests/acceptance/features/webUIMoveFilesFolders/moveFiles.feature @@ -45,7 +45,7 @@ Feature: move files And user "Alice" has uploaded file "lorem.txt" to "simple-folder/lorem.txt" in the server And the user has browsed to the personal page When the user tries to move file "lorem.txt" into folder "simple-folder" using the webUI - Then the "modal error" message with header 'File with name lorem.txt already exists.' should be displayed on the webUI + Then the "modal error" message with header 'File with name "lorem.txt" already exists.' should be displayed on the webUI @smokeTest @ocisSmokeTest @disablePreviews Scenario: Move multiple files at once diff --git a/tests/acceptance/features/webUIMoveFilesFolders/moveFolders.feature b/tests/acceptance/features/webUIMoveFilesFolders/moveFolders.feature index bad48860f0e..861be5ce6ba 100644 --- a/tests/acceptance/features/webUIMoveFilesFolders/moveFolders.feature +++ b/tests/acceptance/features/webUIMoveFilesFolders/moveFolders.feature @@ -35,7 +35,7 @@ Feature: move folders And user "Alice" has logged in using the webUI And the user has browsed to the personal page When the user tries to move folder "simple-empty-folder" into folder "simple-folder" using the webUI - Then the "modal error" message with header 'Folder with name simple-empty-folder already exists.' should be displayed on the webUI + Then the "modal error" message with header 'Folder with name "simple-empty-folder" already exists.' should be displayed on the webUI @smokeTest Scenario: Move multiple folders at once