-
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
[Onboarding] [Stack] Add Onboarding experience into Stack #204351
base: main
Are you sure you want to change the base?
Conversation
…ibana into onboarding-stack-add-plugin
…ibana into onboarding-stack-add-plugin
…ibana into onboarding-stack-add-plugin
cb0210a
to
af6b879
Compare
24542e5
to
735e3b5
Compare
2a9efd9
to
a6f3b8f
Compare
8a5eea6
to
1df4762
Compare
⏳ Build in-progress, with failures
Failed CI StepsTest Failures
History
|
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 for working on this @joemcelroy! Had an initial pass at the code and looks good, just have few questions about these two tests
@@ -18,14 +18,14 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => { | |||
await pageObjects.common.navigateToApp('indexManagement'); | |||
}); | |||
|
|||
it('Navigates to the index details page from the home page', async () => { | |||
it.skip('Navigates to the index details page from the home page', async () => { |
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.
Did this break because of the changes or is it still wip? It seems like an important test to have
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.
await pageObjects.indexManagement.performIndexAction('flush'); | ||
await testSubjects.click('indexDetailsBackToIndicesButton'); |
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.
Just for my own understanding, why are these actions not needed anymore?
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.
New searchIndex page has not flush function anymore :(
Summary
TODO
These changes are only targeting 9.0.
Checklist
Check the PR satisfies following conditions.
Reviewers should verify this PR satisfies this list as well.
release_note:breaking
label should be applied in these situations.release_note:*
label is applied per the guidelines