@@ -253,7 +253,7 @@ describe("FieldLabelWrapperComponent", () => {
253253 { } ,
254254 { timeout : 20000 }
255255 ) ;
256- } , 30000 ) ;
256+ } ) ;
257257
258258 test ( "displays current field icon" , async ( ) => {
259259 const { container } = render (
@@ -272,7 +272,7 @@ describe("FieldLabelWrapperComponent", () => {
272272 { } ,
273273 { timeout : 20000 }
274274 ) ;
275- } , 30000 ) ;
275+ } ) ;
276276
277277 test ( "renders with correct class when field is disabled" , async ( ) => {
278278 vi . mocked ( isFieldDisabled ) . mockReturnValue ( {
@@ -305,7 +305,7 @@ describe("FieldLabelWrapperComponent", () => {
305305 } ,
306306 { timeout : 5000 }
307307 ) ;
308- } , 30000 ) ;
308+ } ) ;
309309
310310 test ( "calls isFieldDisabled with correct arguments" , async ( ) => {
311311 const { container } = render (
@@ -391,7 +391,7 @@ describe("FieldLabelWrapperComponent", () => {
391391 } ,
392392 { timeout : 25000 }
393393 ) ;
394- } , 35000 ) ;
394+ } ) ;
395395
396396 test ( "does not render reference icon when isReference is false" , async ( ) => {
397397 const { container } = render (
@@ -419,7 +419,7 @@ describe("FieldLabelWrapperComponent", () => {
419419 ".visual-builder__reference-icon-container"
420420 ) ;
421421 expect ( referenceIconContainer ) . not . toBeInTheDocument ( ) ;
422- } , 35000 ) ;
422+ } ) ;
423423
424424 test ( "renders with correct hovered cslp data attribute" , async ( ) => {
425425 const { container } = render (
@@ -447,7 +447,7 @@ describe("FieldLabelWrapperComponent", () => {
447447 } ,
448448 { timeout : 5000 }
449449 ) ;
450- } , 30000 ) ;
450+ } ) ;
451451
452452 test ( "does not render ContentTypeIcon when loading" , async ( ) => {
453453 // Mock the display names to never resolve to simulate loading state
@@ -487,7 +487,7 @@ describe("FieldLabelWrapperComponent", () => {
487487 } ,
488488 { timeout : 5000 }
489489 ) ;
490- } , 15000 ) ;
490+ } ) ;
491491
492492 test . skip ( "renders VariantIndicator when field has variant" , async ( ) => {
493493 const variantFieldMetadata = {
@@ -542,7 +542,7 @@ describe("FieldLabelWrapperComponent", () => {
542542 "[data-testid='variant-indicator']"
543543 ) ;
544544 expect ( variantIndicator ) . not . toBeInTheDocument ( ) ;
545- } , 30000 ) ;
545+ } ) ;
546546
547547 test . skip ( "applies variant CSS classes when field has variant" , async ( ) => {
548548 const variantFieldMetadata = {
@@ -609,5 +609,5 @@ describe("FieldLabelWrapperComponent", () => {
609609 } ,
610610 { timeout : 5000 }
611611 ) ;
612- } , 30000 ) ;
612+ } ) ;
613613} ) ;
0 commit comments