Skip to content

Commit

Permalink
test: disable flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardo committed Mar 20, 2024
1 parent dffb754 commit db86988
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions cypress/integration/edit/edit_dashboard.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db86988

Please sign in to comment.