-
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
[TSVB]: initial markdown test implementation #31893
Conversation
💚 Build Succeeded |
💔 Build Failed |
Flakiness is caused by the way visualisation loading handled here. Check my commit 738afe0388b5131f637a18da0469c2b6a1d894c1 |
💔 Build Failed |
@@ -22,7 +22,6 @@ export const advancedFilter = () => ({ | |||
); | |||
|
|||
handlers.onDestroy(() => { | |||
handlers.setFilter(''); |
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.
Is this the result of a bad rebase/merge? I think all the Canvas changes you have here are in master already.
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.
yeah, it's result of a bad rebase/merge
176500b
to
be9146c
Compare
💔 Build Failed |
be9146c
to
80d8ace
Compare
💔 Build Failed |
💔 Build Failed |
be4df47
to
4630026
Compare
💔 Build Failed |
💔 Build Failed |
adba49c
to
493d8f7
Compare
💚 Build Succeeded |
💚 Build Succeeded |
💚 Build Succeeded |
retest |
💚 Build Succeeded |
Pinging @elastic/kibana-qa |
Pinging @elastic/kibana-app |
💔 Build Failed |
remove redundant method
💔 Build Failed |
💚 Build Succeeded |
retest |
💚 Build Succeeded |
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. Tested
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.
Code LGTM
* Improve test coverage for TSVB markdown
Summary
Extanding test coverage for TSVB mardown
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.- [ ] This was checked for cross-browser compatibility, including a check against IE11- [ ] Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support- [ ] Documentation was added for features that require explanation or tutorials- [ ] This was checked for keyboard-only and screenreader accessibilityFor maintainers
- [ ] This was checked for breaking API changes and was labeled appropriately- [ ] This includes a feature addition or change that requires a release note and was labeled appropriately