-
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
[ML] Functional Tests: Extend canvas assertion options. #91473
Merged
Merged
Changes from 37 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
fd0f68a
[ML] Extend canvas assertion options.
walterra 67c6237
Merge branch 'master' into ml-fix-canvas-element
walterra d18cd4d
[ML] Fix color stats sorting for asserting data grid mini charts.
walterra 2f2a25d
[ML] Fix assertions.
walterra 532f0aa
Merge branch 'master' into ml-fix-canvas-element
walterra a3332e5
[ML] Add retry to canvas element assertion.
walterra cec2731
Merge branch 'master' into ml-fix-canvas-element
walterra ec980a7
[ML] Reenable test suite.
walterra d7ea8d4
Merge branch 'master' into ml-fix-canvas-element
walterra f954317
[ML] Assert loading state of scatterplot matrices.
walterra f83656e
Merge branch 'master' into ml-fix-canvas-element
walterra 4f16ee6
[ML] In functional tests, scroll to scatterplot before asserting it.
walterra 117552a
Merge branch 'master' into ml-fix-canvas-element
walterra 95438b0
[ML] Disable anti aliasing for asserting canvas elements.
walterra 7fea2b7
Merge branch 'master' into ml-fix-canvas-element
walterra bc6723e
[ML] assertColorInCanvasElement().
walterra aa83a08
Merge branch 'master' into ml-fix-canvas-element
walterra 8c32ed4
[ML] Expose isColorWithinTolerance() to make it available for single …
walterra cb8a9a3
Merge branch 'master' into ml-fix-canvas-element
walterra 351df8f
[ML] Output full color stats if assertion of canvas element fails.
walterra 36f3b16
Merge branch 'master' into ml-fix-canvas-element
walterra a763515
[ML] Tweak how props for the scatterplot matrix are composed.
walterra cfcf32f
[ML] Increase assertion timeouts.
walterra 08e0d6d
Merge branch 'master' into ml-fix-canvas-element
walterra b8a1694
Merge branch 'master' into ml-fix-canvas-element
walterra 636d8ca
[ML] Color assertion tweaks.
walterra de2d687
[ML] Fix asserting colors in canvas elements.
walterra 718f95d
Merge branch 'master' into ml-fix-canvas-element
walterra 1d9e36f
[ML] Tweak assertion colors.
walterra 3b6ce45
[ML] Tweak assertion value.
walterra 98b8d82
[ML] Tweak assertion value.
walterra e19308c
[ML] Tweak assertion value.
walterra 5eab756
Merge branch 'master' into ml-fix-canvas-element
walterra 2730771
Merge branch 'master' into ml-fix-canvas-element
kibanamachine b6559ae
Merge branch 'master' into ml-fix-canvas-element
walterra 8d6bee6
Merge branch 'ml-fix-canvas-element' of github.com:walterra/kibana in…
walterra 65170ec
[ML] Update callout assertion.
walterra b70f3f9
[ML] Value tweaks to pass tests on Windows.
walterra d568b2b
Merge branch 'master' into ml-fix-canvas-element
walterra e24fbf1
[ML] Tweak assertion value tolerance.
walterra 5c7ef8d
[ML] Unskip test.
walterra File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Running locally on Windows, I had to edit these values to the following to get it to pass:
Before that, this single test was failing with the error
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.
Thanks, updated in b70f3f9, let's see if it's within the tolerance to still pass CI :)