-
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
[Automatic Import ] Add cypress test for basic license #195848
Conversation
d70f2f4
to
7d00e05
Compare
Pinging @elastic/fleet (Team:Fleet) |
Pinging @elastic/security-scalability (Team:Security-Scalability) |
x-pack/plugins/fleet/cypress/e2e/privileges_integrations_automatic_import_license.cy.ts
Outdated
Show resolved
Hide resolved
💔 Build Failed
Failed CI StepsMetrics [docs]
Historycc @bhapas |
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 🚀
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/11294000867 |
(cherry picked from commit d853de6)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
#195931) # Backport This will backport the following commits from `main` to `8.x`: - [[Automatic Import ] Add cypress test for basic license (#195848)](#195848) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Bharat Pasupula","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-11T14:17:34Z","message":"[Automatic Import ] Add cypress test for basic license (#195848)","sha":"d853de6a29e2fcac3b202dc78d9ec61701b57d82","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["test","release_note:skip","Team:Fleet","v9.0.0","backport:prev-minor","Team:Security-Scalability","Feature:AutomaticImport"],"title":"[Automatic Import ] Add cypress test for basic license","number":195848,"url":"https://github.com/elastic/kibana/pull/195848","mergeCommit":{"message":"[Automatic Import ] Add cypress test for basic license (#195848)","sha":"d853de6a29e2fcac3b202dc78d9ec61701b57d82"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/195848","number":195848,"mergeCommit":{"message":"[Automatic Import ] Add cypress test for basic license (#195848)","sha":"d853de6a29e2fcac3b202dc78d9ec61701b57d82"}}]}] BACKPORT--> Co-authored-by: Bharat Pasupula <[email protected]>
Summary
Creates the Cypress test for licensing availability.
A user with basic license should not be able to access
Automatic Import
but instead hit the License Paywall card.