@@ -68,7 +68,7 @@ msTest('Check if restore-password section is displayed', async ({ myProfilePage
6868 await myProfilePage . locator ( '.menu-list__item' ) . nth ( 3 ) . click ( ) ;
6969 const restorePassword = myProfilePage . locator ( '.recovery-section--file' ) ;
7070 await expect ( restorePassword ) . toBeVisible ( ) ;
71- await expect ( restorePassword . locator ( '.recovery-method-content-text__title' ) ) . toHaveText ( 'Recovery File ' ) ;
71+ await expect ( restorePassword . locator ( '.recovery-method-content-text__title' ) ) . toHaveText ( 'Recovery files ' ) ;
7272 await expect ( restorePassword . locator ( '.recovery-method-content-text__description' ) ) . toHaveText (
7373 'A recovery file and a secret key allow you to regain access to your data once assembled.' ,
7474 ) ;
@@ -294,7 +294,7 @@ msTest('Recovery page file flow', async ({ myProfilePage }) => {
294294 const recoveryFileSection = myProfilePage . locator ( '.recovery-section--file' ) ;
295295
296296 await expect ( recoveryFileSection ) . toBeVisible ( ) ;
297- await expect ( recoveryFileSection . locator ( '.recovery-method-content-text__title' ) ) . toHaveText ( 'Recovery File ' ) ;
297+ await expect ( recoveryFileSection . locator ( '.recovery-method-content-text__title' ) ) . toHaveText ( 'Recovery files ' ) ;
298298 await expect ( recoveryFileSection . locator ( '.recovery-method-content-text__description' ) ) . toHaveText (
299299 'A recovery file and a secret key allow you to regain access to your data once assembled.' ,
300300 ) ;
@@ -331,7 +331,7 @@ msTest('Recovery page device flow', async ({ myProfilePage }) => {
331331 const backupDeviceSection = myProfilePage . locator ( '.recovery-section--device' ) ;
332332
333333 await expect ( backupDeviceSection ) . toBeVisible ( ) ;
334- await expect ( backupDeviceSection . locator ( '.recovery-method-content-text__title' ) ) . toHaveText ( 'Backups devices or browsers' ) ;
334+ await expect ( backupDeviceSection . locator ( '.recovery-method-content-text__title' ) ) . toHaveText ( 'Trusted devices or browsers' ) ;
335335 await expect ( backupDeviceSection . locator ( '.recovery-method-content-text__description' ) ) . toHaveText (
336336 'Simply add secondary devices or browsers (Chrome or Firefox) to recover your account.' ,
337337 ) ;
0 commit comments