diff --git a/apps/demos/utils/visual-tests/testcafe-runner.mjs b/apps/demos/utils/visual-tests/testcafe-runner.mjs index df33136a643f..e8666fbdc3cb 100644 --- a/apps/demos/utils/visual-tests/testcafe-runner.mjs +++ b/apps/demos/utils/visual-tests/testcafe-runner.mjs @@ -219,7 +219,7 @@ async function main() { .browsers(process.env.BROWSERS || 'chrome --disable-partial-raster --disable-skia-runtime-opts --run-all-compositor-stages-before-draw --disable-new-content-rendering-timeout --disable-threaded-animation --disable-threaded-scrolling --disable-checker-imaging --disable-image-animation-resync --use-gl="swiftshader" --disable-features=PaintHolding --js-flags=--random-seed=2147483647 --font-render-hinting=none --disable-font-subpixel-positioning') .concurrency(concurrency || 1) .run({ - quarantineMode: process.env.TCQUARANTINE ? { successThreshold: 1, attemptLimit: 5 } : false, + quarantineMode: process.env.TCQUARANTINE ? { successThreshold: 1, attemptLimit: 2 } : false, }); await tester.close(); diff --git a/packages/devextreme/testing/tests/DevExpress.exporter/exceljsParts/exceljs.pivotGrid.tests.js b/packages/devextreme/testing/tests/DevExpress.exporter/exceljsParts/exceljs.pivotGrid.tests.js index c24c2659112c..ed1ac98a4531 100644 --- a/packages/devextreme/testing/tests/DevExpress.exporter/exceljsParts/exceljs.pivotGrid.tests.js +++ b/packages/devextreme/testing/tests/DevExpress.exporter/exceljsParts/exceljs.pivotGrid.tests.js @@ -3517,7 +3517,7 @@ QUnit.module('Scenarios', moduleConfig, () => { }); }); - // TODO: should we support it??? + // TODO: should we support it?? QUnit.test('Export with \'PivotGrid.dataSource.fields.wordWrapEnabled: false\' - NOT SUPPORTED', function(assert) { const done = assert.async(); const ds = {