-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Fix advanced settings API integration tests on cloud #84110
Fix advanced settings API integration tests on cloud #84110
Conversation
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, thanks! Code review only, but the changes in Security plugin tests look good.
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
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. I like the idea of having deployment service 👏
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, thanks for cleaning this up, didn't test!
This PR fixes the advanced settings feature controls API integration tests for cloud and moves some deployment helper methods to a separate service.
This PR fixes the advanced settings feature controls API integration tests for cloud and moves some deployment helper methods to a separate service. # Conflicts: # x-pack/test/functional/page_objects/security_page.ts # x-pack/test/security_functional/tests/login_selector/auth_provider_hint.ts # x-pack/test/security_functional/tests/login_selector/basic_functionality.ts
Summary
This PR fixes the advanced settings feature controls API integration tests for cloud and moves some deployment helper methods to a separate service.
Details
Fix advanced settings API integration tests on cloud
Closes #80258
Move helper methods
getHostPort
,getEsHostPort
,isOss
andisCloud
are moved out ofpage_objects/common_page
into a new common servicedeployment
.