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

[Time to Visualize] Add functional tests for adding visualizations from Visualize, Lens, and Maps and adjust capabilities for new modal #89245

Merged

Conversation

poffdeluxe
Copy link
Contributor

@poffdeluxe poffdeluxe commented Jan 25, 2021

Summary

Adds the following functional tests for Visualize, Lens, and Maps:

  • Add new metric to new dashboard
  • Add existing metric to new dashboard (saves as new)
  • Add new metric to existing dashboard
  • Add existing metric to existing dashboard (saves as new)
  • Add a test for lens to verify the proper options are showing based on user capabilities

@poffdeluxe poffdeluxe added Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas loe:medium Medium Level of Effort v8.0.0 release_note:skip Skip the PR/issue when compiling release notes impact:high Addressing this issue will have a high level of impact on the quality/strength of our product. v7.12.0 labels Jan 25, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-presentation (Team:Presentation)

@poffdeluxe
Copy link
Contributor Author

@elasticmachine merge upstream

@poffdeluxe
Copy link
Contributor Author

@elasticmachine merge upstream

@poffdeluxe poffdeluxe requested a review from a team as a code owner January 29, 2021 17:27
@poffdeluxe poffdeluxe changed the title [Time to Visualize] Add functional tests for adding visualizations from Visualize and Lens using new modal [Time to Visualize] Add functional tests for adding visualizations from Visualize, Lens, and Maps using new modal Jan 29, 2021
@poffdeluxe
Copy link
Contributor Author

@elasticmachine merge upstream

Copy link
Contributor

@thomasneirynck thomasneirynck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maps/** lgtm, thx!

@poffdeluxe
Copy link
Contributor Author

@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

merge conflict between base and head

@poffdeluxe
Copy link
Contributor Author

@elasticmachine merge upstream

@poffdeluxe poffdeluxe requested a review from a team February 4, 2021 18:55
@poffdeluxe
Copy link
Contributor Author

@elasticmachine merge upstream

@spalger
Copy link
Contributor

spalger commented Feb 4, 2021

jenkins test this

@poffdeluxe poffdeluxe requested a review from a team February 5, 2021 01:52
Copy link
Contributor

@ThomThomson ThomThomson left a 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();
Copy link
Contributor

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.

x-pack/test/functional/apps/lens/add_to_dashboard.ts Outdated Show resolved Hide resolved
@poffdeluxe poffdeluxe changed the title [Time to Visualize] Add functional tests for adding visualizations from Visualize, Lens, and Maps using new modal [Time to Visualize] Add functional tests for adding visualizations from Visualize, Lens, and Maps and adjust capabilities for new modal Feb 8, 2021
@flash1293
Copy link
Contributor

@elasticmachine merge upstream

Copy link
Contributor

@flash1293 flash1293 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thanks!

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
visualize 98.8KB 98.9KB +51.0B

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
presentationUtil 25.9KB 25.6KB -303.0B

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@poffdeluxe poffdeluxe merged commit 4ee5f09 into elastic:master Feb 10, 2021
@poffdeluxe poffdeluxe deleted the test/add-to-dashboard-modal-actual branch February 10, 2021 18:48
poffdeluxe added a commit that referenced this pull request Feb 10, 2021
…om Visualize, Lens, and Maps and adjust capabilities for new modal (#89245) (#91004)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact:high Addressing this issue will have a high level of impact on the quality/strength of our product. loe:medium Medium Level of Effort release_note:skip Skip the PR/issue when compiling release notes review Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas v7.12.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants