-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[ML] Functional tests for Additional settings in the Job wizards #52269
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
Merged
darnautov
merged 17 commits into
elastic:master
from
darnautov:ML-51010-functional-tests
Dec 6, 2019
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
bcc5149
[ML] test custom urls in multi-metric wizard
darnautov 3f0010f
[ML] calendars test
darnautov 7a51aef
[ML] tests for job cloning
darnautov d4ba896
[ML] single metric
darnautov 2e1c0fc
[ML] advanced job
darnautov 89ca914
[ML] population job
darnautov 7df9a4f
Merge remote-tracking branch 'upstream/master' into ML-51010-function…
darnautov c872b6a
[ML] update snapshot
darnautov 0933463
[ML] ensure calendar deleted and created
darnautov 5964af0
[ML] improve custom urls assertation
darnautov c812d7d
[ML] update snapshot
darnautov 39da359
[ML] update snapshot, fix data-test-subject
darnautov dc359ba
[ML] remove redundant functions
darnautov 94da14e
[ML] add ensureAdditionalSettingsSectionOpen check
darnautov 2e174c6
[ML] remove assignCalendar method
darnautov e2d4e95
[ML] ensure model window disappears after adding a custom url
darnautov d07ee8e
[ML] create calendar logging, remove unused deleteCalendar method, pa…
darnautov 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
6 changes: 6 additions & 0 deletions
6
...l/public/application/jobs/components/custom_url_editor/__snapshots__/editor.test.tsx.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
12 changes: 10 additions & 2 deletions
12
.../ml/public/application/jobs/components/custom_url_editor/__snapshots__/list.test.tsx.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
curious why
sectionis being used here, it seems to me to be a misuse of this tag.A
divmight be more appropriate.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.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/section
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.
so it's semantically a section for additional settings
Uh oh!
There was an error while loading. Please reload this page.
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.
IMO section is for documents, not web apps.
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.
It's not a problem, i was just wondering if there was some specific reason for using it here as i've only ever seen it being used for documents or webpages where the contents are similar in theme.
Searching through the rest of kibana i see It's been used in a similar way a couple of times.