Skip to content

Commit 4f4ca4a

Browse files
committed
open timeline before starting dragging data to provider
1 parent 02f401d commit 4f4ca4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugins/security_solution/cypress/integration/timelines/data_providers.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ describe('timeline data providers', () => {
5656
});
5757
});
5858

59-
it('displays the data provider action menu when Enter is pressed', () => {
59+
it.only('displays the data provider action menu when Enter is pressed', () => {
60+
openTimelineUsingToggle();
6061
dragAndDropFirstHostToTimeline();
6162
cy.get(TIMELINE_DATA_PROVIDERS_ACTION_MENU).should('not.exist');
6263

63-
openTimelineUsingToggle();
6464
cy.get(`${TIMELINE_FLYOUT_HEADER} ${TIMELINE_DROPPED_DATA_PROVIDERS}`).should('exist');
6565
cy.get(`${TIMELINE_FLYOUT_HEADER} ${TIMELINE_DROPPED_DATA_PROVIDERS}`).first().focus();
6666
cy.get(`${TIMELINE_FLYOUT_HEADER} ${TIMELINE_DROPPED_DATA_PROVIDERS}`)

0 commit comments

Comments
 (0)