Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix interactive Setup UI never reaches Finished state (#165273)
Resolves #162518 This PR updates the logic that detects whether Kibana has booted correctly during interactive setup. The issue described in #162518 was a false positive and only effected Kibana when run in development mode. We already have end-to-end tests which go through the entire enrollment flow and ensure that Kibana correctly redirects to the login page once interactive setup completes: https://github.com/elastic/kibana/blob/main/test/interactive_setup_functional/tests/enrollment_token.ts#L78-L81 These tests passed with both the previous and the updated logic. However, the end-to-end tests do not check development mode which is why the build never failed and we started seeing this issue.
- Loading branch information