From 4f0ccb2c3b66048e7cd9bb8013788f74d9010077 Mon Sep 17 00:00:00 2001 From: hurradieweltgehtunter Date: Thu, 20 Apr 2023 21:57:42 +0200 Subject: [PATCH] fix (?) test --- 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 a23e91a17c9..a3d116fb634 100644 --- a/tests/e2e/cucumber/features/smoke/link.feature +++ b/tests/e2e/cucumber/features/smoke/link.feature @@ -16,7 +16,7 @@ Feature: link # | folderPublic/lorem.txt | And "Alice" creates a public link for the resource "folderPublic" using the sidebar panel And "Alice" renames the most recently created public link of resource "folderPublic" to "myPublicLink" - And "Alice" edits the public link named "myPublicLink" of resource "folderPublic" changing role to "uploader" + And "Alice" edits the public link named "myPublicLink" of resource "folderPublic" changing role to "can upload" And "Alice" sets the expiration date of the public link named "myPublicLink" of resource "folderPublic" to "+5 days" And "Alice" sets the password of the public link named "myPublicLink" of resource "folderPublic" to "12345" #Then "Alice" should see 1 public link @@ -35,7 +35,7 @@ Feature: link | resource | from | type | | lorem.txt | folderPublic | file | | textfile.txt | folderPublic | file | - And "Alice" edits the public link named "myPublicLink" of resource "folderPublic" changing role to "editor" + And "Alice" edits the public link named "myPublicLink" of resource "folderPublic" changing role to "can edit" And "Anonymous" refreshes the old link And "Anonymous" downloads the following public link resources using the sidebar panel | resource | type |