-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
PublicDashboards: Configuration modal redesign #63211
PublicDashboards: Configuration modal redesign #63211
Conversation
e2e().wait('@update'); | ||
|
||
// Url should be hidden | ||
e2e.pages.ShareDashboardModal.PublicDashboard.CopyUrlInput().should('not.exist'); | ||
e2e.pages.ShareDashboardModal.PublicDashboard.CopyUrlInput().should('be.disabled'); | ||
e2e.pages.ShareDashboardModal.PublicDashboard.CopyUrlButton().should('be.disabled'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great test coverage! 👏🏻
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure! make the change yourself 💪🏽 thanks for the detail, looks quite better |
@kaydelaney do you wanna make those changes? |
@juanicabanas Yep! Will do it now |
@grafana/dataviz-squad could you take a look at Checkbox modifications? thanks! |
LGTM! |
Configuration modal redesign --------- Co-authored-by: kay delaney <kay@grafana.com>
What is this feature?
Redesign for configuration modal
Which issue(s) does this PR fix?:
Fixes #4682
Special notes for your reviewer:
Before
pubdash-old-design.mov
After
pubdash-new-design.mov