-
Notifications
You must be signed in to change notification settings - Fork 99
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
Updated notebook cypress tests #637
Conversation
Signed-off-by: Shenoy Pratik <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #637 +/- ##
=========================================
Coverage 55.16% 55.16%
Complexity 283 283
=========================================
Files 240 240
Lines 7697 7697
Branches 1572 1572
=========================================
Hits 4246 4246
Misses 3281 3281
Partials 170 170
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
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.
LGTM!
cy.wait(100); | ||
cy.get('.euiButton__text').contains('Yes').trigger('mouseover').click(); | ||
cy.wait(100 * 5); | ||
cy.route2('POST', '/addSamplePanels').as('addSamples'); |
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.
why is this needed?
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.
This is needed to load sample observability data. The data is used to add a sample observability visualization in notebooks.
Signed-off-by: Shenoy Pratik [email protected]
Description
updated notebook cypress tests, added data cleanup and updated eui 2.0 toggle button clicks
Issues Resolved
#628
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.