File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
apps/demos/testing/widgets/form Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ import { createScreenshotsComparer } from 'devextreme-screenshot-comparer';
33import { runManualTest } from '../../../utils/visual-tests/matrix-test-helper' ;
44import { testScreenshot } from '../../../utils/visual-tests/helpers/theme-utils' ;
55
6- fixture ( 'Form.Toolbar ' )
6+ fixture ( 'Form.ItemCustomization ' )
77 . before ( async ( ctx ) => {
88 ctx . initialWindowSize = [ 900 , 800 ] ;
99 } ) ;
1010
11- runManualTest ( 'Form' , 'Toolbar ' , ( test ) => {
12- test ( 'Toolbar ' , async ( t ) => {
11+ runManualTest ( 'Form' , 'ItemCustomization ' , ( test ) => {
12+ test ( 'ItemCustomization ' , async ( t ) => {
1313 const { takeScreenshot, compareResults } = createScreenshotsComparer ( t ) ;
1414
1515 await t . hover ( $ ( '#helpedInfo' ) , {
You can’t perform that action at this time.
0 commit comments