Skip to content

Commit 0902fd0

Browse files
author
Julia Volkova
committed
removed screenshots to look at unstable
1 parent a8fa3f5 commit 0902fd0

4 files changed

Lines changed: 3 additions & 0 deletions

File tree

e2e/testcafe-devextreme/tests/editors/dateRangeBox/calendar.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ test('Selected range if endDate = startDate, currentSelection: startDate', async
326326
}).before(async () => {
327327
await appendElementTo('#container', 'div', 'dateRangeBox');
328328
await setAttribute('#container', 'style', 'width: 800px; height: 500px; padding-top: 10px;');
329+
await insertStylesheetRulesToPage('* { caret-color: transparent !important; }');
329330

330331
return createWidget('dxDateRangeBox', {
331332
value: [new Date(2021, 9, 18), new Date(2021, 9, 18)],
@@ -450,6 +451,7 @@ test('Start date cell in selected range', async (t) => {
450451
}).before(async () => {
451452
await appendElementTo('#container', 'div', 'dateRangeBox');
452453
await setAttribute('#container', 'style', 'width: 800px; height: 500px; padding-top: 10px;');
454+
await insertStylesheetRulesToPage('* { caret-color: transparent !important; }');
453455

454456
return createWidget('dxDateRangeBox', {
455457
value: [new Date(2021, 9, 17), new Date(2021, 10, 6)],
@@ -563,6 +565,7 @@ test('End date cell in selected range', async (t) => {
563565
}).before(async () => {
564566
await appendElementTo('#container', 'div', 'dateRangeBox');
565567
await setAttribute('#container', 'style', 'width: 800px; height: 500px; padding-top: 10px;');
568+
await insertStylesheetRulesToPage('* { caret-color: transparent !important; }');
566569

567570
return createWidget('dxDateRangeBox', {
568571
value: [new Date(2021, 9, 17), new Date(2021, 9, 23)],

e2e/testcafe-devextreme/tests/editors/numberBox/etalons/NumberBox render with buttons container (fluent-blue-light).png renamed to e2e/testcafe-devextreme/tests/editors/numberBox/etalons/NumberBox1 render with buttons container (fluent-blue-light).png

File renamed without changes.

e2e/testcafe-devextreme/tests/editors/numberBox/etalons/NumberBox render with buttons container (generic-light).png renamed to e2e/testcafe-devextreme/tests/editors/numberBox/etalons/NumberBox1 render with buttons container (generic-light).png

File renamed without changes.

e2e/testcafe-devextreme/tests/editors/numberBox/etalons/NumberBox render with buttons container (material-blue-light).png renamed to e2e/testcafe-devextreme/tests/editors/numberBox/etalons/NumberBox1 render with buttons container (material-blue-light).png

File renamed without changes.

0 commit comments

Comments
 (0)