-
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
Reenable import objects tests #21250
Reenable import objects tests #21250
Conversation
💔 Build Failed |
Intake failure:
X-Pack failure:
|
Retest |
…allout to indicate completion of import process when the user has opted to not import anything.
ba121e7
to
5dd2541
Compare
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
code review
💚 Build Succeeded |
Retest |
💚 Build Succeeded |
Retest |
💚 Build Succeeded |
Retest |
💚 Build Succeeded |
Retest |
1 similar comment
Retest |
💚 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.
Code LGTM. Please do fix the typo.
await PageObjects.settings.clickKibanaSavedObjects(); | ||
|
||
// Put in data which already exists | ||
// This data has already been loaded by the "visualize" esArchive. We'll load it again | ||
// so that we can overriding the existing visualization. |
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.
"override" instead of "overriding" here
💔 Build Failed |
Looks like this is a new one:
|
Retest |
💚 Build Succeeded |
Retest |
💚 Build Succeeded |
Retest |
💚 Build Succeeded |
* Reenable import objects tests. Refine their assertions. Add primary callout to indicate completion of import process when the user has opted to not import anything.
* Reenable import objects tests. Refine their assertions. Add primary callout to indicate completion of import process when the user has opted to not import anything.
…tterns (#20379, #20379, #22068, #22029) (#22432) * Add detection of invalid JSON searchSource to saved_object and dashboard (#20379) * Reenable import objects tests (#21250) * Reenable import objects tests. Refine their assertions. Add primary callout to indicate completion of import process when the user has opted to not import anything. * fixing importing saved objects when there's a missing index pattern (#22068) * fixing issue with importing vis with missing saved search (#22029)
Added primary callout to indicate completion of import process when the user has opted to not import anything.