mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Security Solution] Narrow down the skipped tests in Policy (#122578)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
a5072041f2
commit
4d47cb793b
1 changed files with 3 additions and 3 deletions
|
@ -236,8 +236,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
);
|
||||
};
|
||||
|
||||
// Failing: See https://github.com/elastic/kibana/issues/100236
|
||||
describe.skip('When on the Endpoint Policy Details Page', function () {
|
||||
describe('When on the Endpoint Policy Details Page', function () {
|
||||
let indexedData: IndexedHostsAndAlertsResponse;
|
||||
|
||||
before(async () => {
|
||||
|
@ -539,7 +538,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
await pageObjects.policy.waitForCheckboxSelectionChange('policyWindowsEvent_dns', false);
|
||||
});
|
||||
|
||||
it('should preserve updates done from the Fleet form', async () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/100236
|
||||
it.skip('should preserve updates done from the Fleet form', async () => {
|
||||
// Fleet has its own form inputs, like description. When those are updated, the changes
|
||||
// are also dispatched to the embedded endpoint Policy form. Update to the Endpoint Policy
|
||||
// form after that should preserve the changes done on the Fleet form
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue