@@ -33,15 +33,15 @@ describe('AddLockDialog', () => {
3333
3434 expect ( getByText ( 'Prevent deletion' ) ) . toBeVisible ( ) ;
3535 expect (
36- getByText ( 'Protects this Linode from being deleted or rebuilt.' )
36+ getByText ( 'Prevents this Linode from being deleted or rebuilt.' )
3737 ) . toBeVisible ( ) ;
3838
3939 expect (
4040 getByText ( 'Prevent deletion (including attached resources)' )
4141 ) . toBeVisible ( ) ;
4242 expect (
4343 getByText (
44- 'Protects this Linode and its attached resources (Disks, Configurations, IP Addresses, and Subinterfaces) from being deleted or rebuilt.'
44+ 'Prevents this Linode and its attached resources (Disks, Configurations, IP Addresses, and Subinterfaces) from being deleted or rebuilt.'
4545 )
4646 ) . toBeVisible ( ) ;
4747 } ) ;
@@ -50,7 +50,7 @@ describe('AddLockDialog', () => {
5050 const { getByRole } = renderWithTheme ( < AddLockDialog { ...defaultProps } /> ) ;
5151
5252 const preventDeletionRadio = getByRole ( 'radio' , {
53- name : / P r e v e n t d e l e t i o n P r o t e c t s t h i s L i n o d e f r o m b e i n g d e l e t e d o r r e b u i l t / i,
53+ name : / P r e v e n t d e l e t i o n P r e v e n t s t h i s L i n o d e f r o m b e i n g d e l e t e d o r r e b u i l t / i,
5454 } ) ;
5555
5656 expect ( preventDeletionRadio ) . toBeChecked ( ) ;
@@ -172,7 +172,7 @@ describe('AddLockDialog', () => {
172172
173173 // The default option should be selected again
174174 const preventDeletionRadio = getByRole ( 'radio' , {
175- name : / P r e v e n t d e l e t i o n P r o t e c t s t h i s L i n o d e f r o m b e i n g d e l e t e d o r r e b u i l t / i,
175+ name : / P r e v e n t d e l e t i o n P r e v e n t s t h i s L i n o d e f r o m b e i n g d e l e t e d o r r e b u i l t / i,
176176 } ) ;
177177 expect ( preventDeletionRadio ) . toBeChecked ( ) ;
178178 } ) ;
0 commit comments