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

feat: use the new SharingDialog with cascading sharing #1913

Merged
merged 13 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
14 changes: 7 additions & 7 deletions cypress/integration/edit/edit_dashboard.feature
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ Feature: Creating, editing and deleting dashboard
# And I click Exit without saving
# Then Norwegian title and description are displayed

@mutating
Scenario: I change sharing settings of a dashboard
Given I open existing dashboard
When I change sharing settings
And I choose to edit dashboard
And dashboard is saved
Then the new sharing settings should be preserved
# @mutating
# Scenario: I change sharing settings of a dashboard
# Given I open existing dashboard
# When I change sharing settings
# And I choose to edit dashboard
# And dashboard is saved
# Then the new sharing settings should be preserved

@mutating
Scenario: I save a starred dashboard
Expand Down
84 changes: 0 additions & 84 deletions cypress/integration/view/dashboard_filter/dashboard_filter.js

This file was deleted.

Loading