From a732951e63897f7317e7849eeeacccaba09864cc Mon Sep 17 00:00:00 2001 From: Jen Jones Arnesen Date: Wed, 10 Apr 2024 15:55:29 +0200 Subject: [PATCH] chore: disable flaky show description cypress 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 bc83e3a39..c39fc148e 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 @nonmutating Scenario: I move an item on a dashboard