diff --git a/test-app/tests/plugins/column-resizing/column-options-test.gts b/test-app/tests/plugins/column-resizing/column-options-test.gts index adfc9309..91624e1f 100644 --- a/test-app/tests/plugins/column-resizing/column-options-test.gts +++ b/test-app/tests/plugins/column-resizing/column-options-test.gts @@ -201,6 +201,8 @@ module('Plugins | resizing | column options', function (hooks) { ] ); + await requestAnimationFrameSettled(); + await assertChanges( () => dragLeft(columnC, 10), [ diff --git a/test-app/tests/plugins/column-resizing/rendering-test.gts b/test-app/tests/plugins/column-resizing/rendering-test.gts index 68a64360..d4ed9e95 100644 --- a/test-app/tests/plugins/column-resizing/rendering-test.gts +++ b/test-app/tests/plugins/column-resizing/rendering-test.gts @@ -275,7 +275,7 @@ module('Plugins | resizing', function (hooks) { assert.equal(width(columnD), 200, 'col D has expected initial width'); ctx.table.resetToDefaults(); - await settled(); + await requestAnimationFrameSettled(); // Columns are set to equal widths, so column will be 250px wide by default assert.equal(width(columnA), 250, 'col A has expected width after reset'); @@ -392,6 +392,8 @@ module('Plugins | resizing', function (hooks) { ] ); + await requestAnimationFrameSettled(); + await assertChanges( () => dragLeft(columnB, 10), [