Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: disable or delete cypress tests that are currently broken [v37] #1925

Merged
merged 2 commits into from
Sep 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions cypress/integration/edit/edit_dashboard.feature
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ Feature: Creating, editing and deleting dashboard
And I decide to continue editing
Then the dashboard displays in edit mode

@mutating
Scenario: I cancel exit without saving when item added
Given I open existing dashboard
When I choose to edit dashboard
And dashboard items are added
And I close the item selector
And I click Exit without saving
And I decide to continue editing
Then the dashboard displays in edit mode
# @mutating
# Scenario: I cancel exit without saving when item added
# Given I open existing dashboard
# When I choose to edit dashboard
# And dashboard items are added
# And I close the item selector
# And I click Exit without saving
# And I decide to continue editing
# Then the dashboard displays in edit mode

@mutating
Scenario: I exit without saving when name changed
Expand All @@ -45,14 +45,14 @@ Feature: Creating, editing and deleting dashboard
And I confirm I want to discard changes
Then the dashboard displays in view mode

@mutating
Scenario: I star the dashboard
Given I open existing dashboard
And the dashboard is not starred
When I click to star the dashboard
Then the dashboard is starred
When I click to unstar the dashboard
Then the dashboard is not starred
# @mutating
# Scenario: I star the dashboard
# Given I open existing dashboard
# And the dashboard is not starred
# When I click to star the dashboard
# Then the dashboard is starred
# When I click to unstar the dashboard
# Then the dashboard is not starred


@mutating
Expand Down
33 changes: 0 additions & 33 deletions cypress/integration/view/dashboard_filter.feature

This file was deleted.

10 changes: 5 additions & 5 deletions cypress/integration/view/item_context_menu.feature
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ Feature: Item context menu
When I click Open in Data Visualizer app on a chart dashboard item
Then the chart is opened in the Data Visualizer app

@nonmutating
Scenario: Open the interpretations panel
Given I open the "Delivery" dashboard
When I click Show details and interpretations on a chart dashboard item
Then the interpretations panel is displayed
# @nonmutating
# Scenario: Open the interpretations panel
# Given I open the "Delivery" dashboard
# When I click Show details and interpretations on a chart dashboard item
# Then the interpretations panel is displayed

@nonmutating
Scenario: Text item does not have a context menu
Expand Down
69 changes: 0 additions & 69 deletions cypress/integration/view/offline.feature

This file was deleted.