From 49d4cb960fe4d41288050ca2d305ca09cef3c47a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Thu, 23 Nov 2023 09:21:12 +0100 Subject: [PATCH] [Behat] Disabled tests checking status of button hidden in the Context menu --- features/personas/SubtreeEditor.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/personas/SubtreeEditor.feature b/features/personas/SubtreeEditor.feature index dadf83194c..335b1f94a9 100644 --- a/features/personas/SubtreeEditor.feature +++ b/features/personas/SubtreeEditor.feature @@ -60,7 +60,7 @@ Feature: Verify that an Editor with Subtree limitations can perform all his task Then the buttons are disabled | buttonName | | Create content | - | Edit | + # | Edit | And the "Send to trash" button is not visible Scenario: I cannot edit, create or send to trash Content outside my permissions @@ -68,5 +68,5 @@ Feature: Verify that an Editor with Subtree limitations can perform all his task Then the buttons are disabled | buttonName | | Create content | - | Edit | + # | Edit | And the "Send to trash" button is not visible