@@ -820,7 +820,7 @@ describe('App', () => {
820820 const experiments = screen . getByText ( 'Experiments' )
821821 expect ( experiments ) . toBeInTheDocument ( )
822822 expect ( screen . queryByText ( experimentsText ) ) . not . toBeInTheDocument ( )
823- const studio = screen . getByText ( 'Studio' )
823+ const studio = screen . getByText ( 'DVC Studio' )
824824 expect ( studio ) . toBeInTheDocument ( )
825825 expect ( screen . queryByText ( studioButtonText ) ) . not . toBeInTheDocument ( )
826826 } )
@@ -836,7 +836,7 @@ describe('App', () => {
836836 }
837837 } )
838838 mockPostMessage . mockClear ( )
839- const studio = screen . getByText ( 'Studio' )
839+ const studio = screen . getByText ( 'DVC Studio' )
840840 expect ( studio ) . toBeInTheDocument ( )
841841 expect ( screen . queryByText ( studioButtonText ) ) . not . toBeInTheDocument ( )
842842 const dvc = screen . getByText ( 'DVC' )
@@ -858,7 +858,7 @@ describe('App', () => {
858858 }
859859 } )
860860 mockPostMessage . mockClear ( )
861- const studio = screen . getByText ( 'Studio' )
861+ const studio = screen . getByText ( 'DVC Studio' )
862862 expect ( studio ) . toBeInTheDocument ( )
863863 expect ( screen . getByText ( studioButtonText ) ) . toBeInTheDocument ( )
864864 const dvc = screen . getByText ( 'DVC' )
0 commit comments