From 852d06afee203aec6e0f8ed242e933b2acd143a9 Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Mon, 18 Dec 2023 16:30:46 +0100 Subject: [PATCH] test: fix e2e tests --- tests/e2e/cucumber/features/smoke/link.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/e2e/cucumber/features/smoke/link.feature b/tests/e2e/cucumber/features/smoke/link.feature index 96a3bc18187..b6b692c7cd0 100644 --- a/tests/e2e/cucumber/features/smoke/link.feature +++ b/tests/e2e/cucumber/features/smoke/link.feature @@ -109,9 +109,9 @@ Feature: link | resource | | lorem.txt | When "Brian" opens the public link "textLink" - Then for "Brian" file "shareToBrian.txt" should be selected + And "Brian" closes the file viewer When "Brian" opens the public link "markdownLink" - Then for "Brian" file "shareToBrian.md" should be selected + And "Brian" closes the file viewer When "Brian" opens the public link "pdfLink" Then for "Brian" file "simple.pdf" should be selected When "Brian" opens the public link "imageLink"