From ebccf225b9040a8c43993dcd003dca0b98a77348 Mon Sep 17 00:00:00 2001 From: Jukka Kurkela Date: Wed, 27 May 2020 01:10:28 +0300 Subject: [PATCH] Alter test to require fever iterations (#7426) --- test/specs/plugin.tooltip.tests.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/specs/plugin.tooltip.tests.js b/test/specs/plugin.tooltip.tests.js index 724982f74..9ccf50b7a 100644 --- a/test/specs/plugin.tooltip.tests.js +++ b/test/specs/plugin.tooltip.tests.js @@ -995,7 +995,7 @@ describe('Core.Tooltip', function() { var tooltipPosition = meta.data[slice].tooltipPosition(); function recursive(left) { - chart.config.data.labels[slice] = chart.config.data.labels[slice] + 'l'; + chart.config.data.labels[slice] = chart.config.data.labels[slice] + 'XX'; chart.update(); afterEvent(chart, 'mouseout', function() { @@ -1025,7 +1025,7 @@ describe('Core.Tooltip', function() { // Trigger an event over top of the slice for (var slice = 0; slice < 2; slice++) { - testSlice(slice, 70); + testSlice(slice, 20); } }); -- 2.47.2