Skip to content

Commit

Permalink
more time for dragdrop
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Jul 19, 2022
1 parent 6832a16 commit ea23cd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/test/functional/page_objects/lens_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1268,8 +1268,8 @@ export function LensPageProvider({ getService, getPageObjects }: FtrProviderCont
dispatchEvent(target, dropEvent, dragStartEvent.dataTransfer);
const dragEndEvent = createEvent('dragend');
dispatchEvent(origin, dragEndEvent, dropEvent.dataTransfer);
}, 100)
}, 100);
}, 200)
}, 200);
`,
dragging,
draggedOver,
Expand Down

0 comments on commit ea23cd3

Please sign in to comment.