Skip to content

Commit fc4ec4a

Browse files
committed
Fix
1 parent e16cec2 commit fc4ec4a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • e2e/testcafe-devextreme/tests/editors/numberBox

e2e/testcafe-devextreme/tests/editors/numberBox/label.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Properties, NumberBoxPredefinedButton } from 'devextreme/ui/number
22
import type { EditorStyle, TextEditorButton } from 'devextreme/common';
33
import { createScreenshotsComparer } from 'devextreme-screenshot-comparer';
44
import Guid from 'devextreme/core/guid';
5-
import { isMaterial, testScreenshot } from '../../../helpers/themeUtils';
5+
import { testScreenshot } from '../../../helpers/themeUtils';
66
import url from '../../../helpers/getPageUrl';
77
import { createWidget } from '../../../helpers/createWidget';
88
import {
@@ -46,9 +46,6 @@ test.only('Label for dxNumberBox', async (t) => {
4646
.ok(compareResults.errorMessages());
4747
}).before(async () => {
4848
await insertStylesheetRulesToPage('#container { display: flex; flex-direction: column; width: 300px; height: 400px; gap: 8px; }');
49-
if (isMaterial()) {
50-
await insertStylesheetRulesToPage('#container .dx-widget, #container .dx-widget input { font-family: sans-serif }');
51-
}
5249

5350
// eslint-disable-next-line no-restricted-syntax
5451
for (const stylingMode of stylingModes) {

0 commit comments

Comments
 (0)