From db86988ce062255e216a9d6aac09d6d8a35e7fea Mon Sep 17 00:00:00 2001 From: Edoardo Sabadelli Date: Wed, 20 Mar 2024 11:19:28 +0100 Subject: [PATCH] test: disable flaky test --- .../integration/edit/edit_dashboard.feature | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/cypress/integration/edit/edit_dashboard.feature b/cypress/integration/edit/edit_dashboard.feature index 857fb924b..a714ea09e 100644 --- a/cypress/integration/edit/edit_dashboard.feature +++ b/cypress/integration/edit/edit_dashboard.feature @@ -55,15 +55,15 @@ Feature: Creating, editing and deleting dashboard Then the dashboard is not starred - @mutating - Scenario: I toggle show description - Given I open existing dashboard - # And the description is not shown - And the dashboard description is not displayed - When I click to show description - Then the dashboard description is displayed - When I click to hide the description - Then the dashboard description is not displayed + # @mutating + # Scenario: I toggle show description + # Given I open existing dashboard + # # And the description is not shown + # And the dashboard description is not displayed + # When I click to show description + # Then the dashboard description is displayed + # When I click to hide the description + # Then the dashboard description is not displayed # FIXME # @nonmutating