-
Notifications
You must be signed in to change notification settings - Fork 119
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
Update observability tests #399
Update observability tests #399
Conversation
@@ -453,6 +254,7 @@ describe('Application Analytics home page', () => { | |||
.within(() => { | |||
cy.get('.euiCheckbox').click(); | |||
}); | |||
cy.wait(delayTime); |
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.
Isn't there a better way to implement this? wait(ms)
should be almost universally avoided. The sony exception i can think of is when debouncing is involved.
@mengweieric looks like your tests dont pass the CI. Also can you attach the video for the updated tests? |
Sure later will update PR to address the issue and upload video. |
Signed-off-by: Eric Wei <[email protected]>
Signed-off-by: Eric Wei <[email protected]>
Signed-off-by: Eric Wei <[email protected]>
Signed-off-by: Eric Wei <[email protected]>
36302a7
to
c19f082
Compare
Test videos 1_trace_analytics_dashboard.spec.js.mp42_trace_analytics_services.spec.js.mp43_trace_analytics_traces.spec.js.mp44_panels.spec.js.mp45_event_analytics.spec.js.mp46_notebooks.spec.js.mp47_app_analytics.spec.js.mp4 |
* removed and updated event analytics tests Signed-off-by: Eric Wei <[email protected]> * removed some panel tests Signed-off-by: Eric Wei <[email protected]> * removed and updated app analytics tests Signed-off-by: Eric Wei <[email protected]> * updated observability tests Signed-off-by: Eric Wei <[email protected]> Signed-off-by: Eric Wei <[email protected]> (cherry picked from commit 3990e29)
* removed and updated event analytics tests Signed-off-by: Eric Wei <[email protected]> * removed some panel tests Signed-off-by: Eric Wei <[email protected]> * removed and updated app analytics tests Signed-off-by: Eric Wei <[email protected]> * updated observability tests Signed-off-by: Eric Wei <[email protected]> Signed-off-by: Eric Wei <[email protected]> (cherry picked from commit 3990e29)
* removed and updated event analytics tests Signed-off-by: Eric Wei <[email protected]> * removed some panel tests Signed-off-by: Eric Wei <[email protected]> * removed and updated app analytics tests Signed-off-by: Eric Wei <[email protected]> * updated observability tests Signed-off-by: Eric Wei <[email protected]> Signed-off-by: Eric Wei <[email protected]> (cherry picked from commit 3990e29) Co-authored-by: Eric Wei <[email protected]>
* removed and updated event analytics tests Signed-off-by: Eric Wei <[email protected]> * removed some panel tests Signed-off-by: Eric Wei <[email protected]> * removed and updated app analytics tests Signed-off-by: Eric Wei <[email protected]> * updated observability tests Signed-off-by: Eric Wei <[email protected]> Signed-off-by: Eric Wei <[email protected]> (cherry picked from commit 3990e29) Co-authored-by: Eric Wei <[email protected]>
* removed and updated event analytics tests Signed-off-by: Eric Wei <[email protected]> * removed some panel tests Signed-off-by: Eric Wei <[email protected]> * removed and updated app analytics tests Signed-off-by: Eric Wei <[email protected]> * updated observability tests Signed-off-by: Eric Wei <[email protected]> Signed-off-by: Eric Wei <[email protected]> (cherry picked from commit 3990e29)
* removed and updated event analytics tests Signed-off-by: Eric Wei <[email protected]> * removed some panel tests Signed-off-by: Eric Wei <[email protected]> * removed and updated app analytics tests Signed-off-by: Eric Wei <[email protected]> * updated observability tests Signed-off-by: Eric Wei <[email protected]> Signed-off-by: Eric Wei <[email protected]> (cherry picked from commit 3990e29) Co-authored-by: Eric Wei <[email protected]>
* removed and updated event analytics tests Signed-off-by: Eric Wei <[email protected]> * removed some panel tests Signed-off-by: Eric Wei <[email protected]> * removed and updated app analytics tests Signed-off-by: Eric Wei <[email protected]> * updated observability tests Signed-off-by: Eric Wei <[email protected]> Signed-off-by: Eric Wei <[email protected]> Signed-off-by: Jakub Przybylski <[email protected]>
…ct#447) * removed and updated event analytics tests Signed-off-by: Eric Wei <[email protected]> * removed some panel tests Signed-off-by: Eric Wei <[email protected]> * removed and updated app analytics tests Signed-off-by: Eric Wei <[email protected]> * updated observability tests Signed-off-by: Eric Wei <[email protected]> Signed-off-by: Eric Wei <[email protected]> (cherry picked from commit 3990e29) Co-authored-by: Eric Wei <[email protected]> Signed-off-by: [email protected] <[email protected]>
Description
Removed/updated observability tests.
Issues Resolved
#289
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.