Skip to content

Commit

Permalink
apply same fix to overflow items
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic committed Dec 12, 2023
1 parent cb50f28 commit 60fb29d
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,14 @@ import {

import { login } from '../../../tasks/login';
import { visitWithTimeRange } from '../../../tasks/navigation';
import { mouseoverOnToOverflowItem, openHoverActions } from '../../../tasks/network/flows';
import { withHoverActionsReady } from '../../../tasks/network/flows';

import { NETWORK_URL } from '../../../urls/navigation';

const testDomainOne = 'myTest';
const testDomainTwo = 'myTest2';

// FLAKY: https://github.com/elastic/kibana/issues/165692
// Tracked by https://github.com/elastic/security-team/issues/7696
describe.skip('Overflow items', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
describe('Overflow items', { tags: ['@ess', '@serverless'] }, () => {
context('Network stats and tables', () => {
before(() => {
cy.task('esArchiverLoad', { archiveName: 'network' });
Expand All @@ -41,8 +39,7 @@ describe.skip('Overflow items', { tags: ['@ess', '@serverless', '@brokenInServer
cy.get(SHOW_TOP_FIELD).should('not.exist');
cy.get(COPY).should('not.exist');

openHoverActions();
mouseoverOnToOverflowItem();
withHoverActionsReady();
});

after(() => {
Expand Down

0 comments on commit 60fb29d

Please sign in to comment.