File tree Expand file tree Collapse file tree
e2e/testcafe-devextreme/tests/editors/numberBox Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import type { Properties, NumberBoxPredefinedButton } from 'devextreme/ui/number
22import type { EditorStyle , TextEditorButton } from 'devextreme/common' ;
33import { createScreenshotsComparer } from 'devextreme-screenshot-comparer' ;
44import Guid from 'devextreme/core/guid' ;
5- import { isMaterial , testScreenshot } from '../../../helpers/themeUtils' ;
5+ import { testScreenshot } from '../../../helpers/themeUtils' ;
66import url from '../../../helpers/getPageUrl' ;
77import { createWidget } from '../../../helpers/createWidget' ;
88import {
@@ -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 ) {
You can’t perform that action at this time.
0 commit comments