[Charts] Unskips the jest active cursor test suite (#114246) (#114272)

Co-authored-by: Stratoula Kalafateli <efstratia.kalafateli@elastic.co>
This commit is contained in:
Kibana Machine 2021-10-07 11:20:20 -04:00 committed by GitHub
parent db549baac1
commit c0ebaf62bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,7 @@ import type { ActiveCursorSyncOption, ActiveCursorPayload } from './types';
import type { Chart, PointerEvent } from '@elastic/charts';
import type { Datatable } from '../../../../expressions/public';
// FLAKY: https://github.com/elastic/kibana/issues/110038
describe.skip('useActiveCursor', () => {
describe('useActiveCursor', () => {
let cursor: ActiveCursorPayload['cursor'];
let dispatchExternalPointerEvent: jest.Mock;
@ -77,7 +76,7 @@ describe.skip('useActiveCursor', () => {
test('should debounce events', async () => {
await act(
{
debounce: 5,
debounce: 50,
datatables: [
{
columns: [