-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Time to Visualize] Add functional tests for adding visualizations from Visualize, Lens, and Maps and adjust capabilities for new modal #89245
[Time to Visualize] Add functional tests for adding visualizations from Visualize, Lens, and Maps and adjust capabilities for new modal #89245
Conversation
Pinging @elastic/kibana-presentation (Team:Presentation) |
@elasticmachine merge upstream |
…eluxe/kibana into test/add-to-dashboard-modal-actual
@elasticmachine merge upstream |
@elasticmachine merge upstream |
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.
maps/**
lgtm, thx!
@elasticmachine merge upstream |
merge conflict between base and head |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
jenkins test this |
src/plugins/visualize/public/application/components/visualize_listing.tsx
Outdated
Show resolved
Hide resolved
…eluxe/kibana into test/add-to-dashboard-modal-actual
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.
Looks great! This is a very thorough suite of tests. The permission change, you could potentially do in this PR as well - or save it for a followup.
const panelCount = await PageObjects.dashboard.getPanelCount(); | ||
expect(panelCount).to.eql(1); | ||
|
||
await PageObjects.timeToVisualize.resetNewDashboard(); |
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.
Good solution, I'll make sure to edit some of the Lens tests to use this soon.
@elasticmachine merge upstream |
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.
Looks great, thanks!
💚 Build SucceededMetrics [docs]Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
…om Visualize, Lens, and Maps and adjust capabilities for new modal (#89245) (#91004) Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
Summary
Adds the following functional tests for Visualize, Lens, and Maps: