@@ -2153,8 +2153,8 @@ export const defineComposeTests = (testVariant: TestVariant, testWithBrowser: Te
21532153 await attachment . waitAndClick ( '@download-attachment' ) ;
21542154 await attachment . waitAndClick ( '@decrypt-error-details' ) ;
21552155 const decryptErrorDetails = await inboxPage . getFrame ( [ 'attachment_preview.htm' ] ) ;
2156- await decryptErrorDetails . waitForContent ( '@error-details' , 'Error: Session key decryption failed ' ) ; // stack
2157- await decryptErrorDetails . waitForContent ( '@error-details' , '"type": "key_mismatch "' ) ; // DecryptError
2156+ await decryptErrorDetails . waitForContent ( '@error-details' , 'Error: No decryption key packets found ' ) ; // stack
2157+ await decryptErrorDetails . waitForContent ( '@error-details' , '"type": "other "' ) ; // DecryptError
21582158 } )
21592159 ) ;
21602160
@@ -2566,11 +2566,11 @@ export const defineComposeTests = (testVariant: TestVariant, testWithBrowser: Te
25662566 // contains original key
25672567 await SettingsPageRecipe . checkContactKey ( contactsFrame , 'OPENPGP' , 'ACTIVE' , 'AB8C F86E 3715 7C3F 290D 7200 7ED4 3D79 E961 7655' ) ;
25682568 // contains newly fetched key
2569- await SettingsPageRecipe . checkContactKey ( contactsFrame , 'OPENPGP' , 'ACTIVE' , '8B8A 05A2 216E E6E4 C5EE 3D54 0D56 88EB F310 2BE7 ' ) ;
2570- await contactsFrame . waitAndClick ( `@action-show-pubkey-8B8A05A2216EE6E4C5EE3D540D5688EBF3102BE7 -openpgp` , {
2569+ await SettingsPageRecipe . checkContactKey ( contactsFrame , 'OPENPGP' , 'ACTIVE' , '8C4C 1FCC 779F 3577 29D1 94EC EA22 5AA5 1CA8 5E0A ' ) ;
2570+ await contactsFrame . waitAndClick ( `@action-show-pubkey-8C4C1FCC779F357729D194ECEA225AA51CA85E0A -openpgp` , {
25712571 confirmGone : true ,
25722572 } ) ;
2573- await contactsFrame . waitForContent ( '@container-pubkey-details' , 'Fingerprint: 8B8A 05A2 216E E6E4 C5EE 3D54 0D56 88EB F310 2BE7 ' ) ;
2573+ await contactsFrame . waitForContent ( '@container-pubkey-details' , 'Fingerprint: 8C4C 1FCC 779F 3577 29D1 94EC EA22 5AA5 1CA8 5E0A ' ) ;
25742574 await contactsFrame . waitForContent ( '@container-pubkey-details' , 'Users: [email protected] ' ) ; 25752575 } )
25762576 ) ;
@@ -2692,10 +2692,10 @@ export const defineComposeTests = (testVariant: TestVariant, testWithBrowser: Te
26922692 await contactsFrame . waitAll ( '@page-contacts' ) ;
26932693 await contactsFrame . waitAndClick ( `@action-show-email-${ recipientEmail . replace ( / [ ^ a - z 0 - 9 ] + / g, '' ) } ` ) ;
26942694 // Check protonMailCompatKey key
2695- await contactsFrame . waitAndClick ( `@action-show-pubkey-8B8A05A2216EE6E4C5EE3D540D5688EBF3102BE7 -openpgp` , {
2695+ await contactsFrame . waitAndClick ( `@action-show-pubkey-8C4C1FCC779F357729D194ECEA225AA51CA85E0A -openpgp` , {
26962696 confirmGone : true ,
26972697 } ) ;
2698- await contactsFrame . waitForContent ( '@container-pubkey-details' , 'Fingerprint: 8B8A 05A2 216E E6E4 C5EE 3D54 0D56 88EB F310 2BE7 ' ) ;
2698+ await contactsFrame . waitForContent ( '@container-pubkey-details' , 'Fingerprint: 8C4C 1FCC 779F 3577 29D1 94EC EA22 5AA5 1CA8 5E0A ' ) ;
26992699 await contactsFrame . waitForContent ( '@container-pubkey-details' , 'Users: [email protected] ' ) ; 27002700 // Check somePubkey
27012701 await contactsFrame . waitAndClick ( '@action-back-to-contact-list' , { confirmGone : true } ) ;
@@ -2806,10 +2806,10 @@ export const defineComposeTests = (testVariant: TestVariant, testWithBrowser: Te
28062806 await contactsFrame . waitAll ( '@page-contacts' ) ;
28072807 // Check test.ldap.timeout@gmail .com
28082808 await contactsFrame . waitAndClick ( `@action-show-email-${ recipients . to . replace ( / [ ^ a - z 0 - 9 ] + / g, '' ) } ` ) ;
2809- await contactsFrame . waitAny ( `@action-show-pubkey-8B8A05A2216EE6E4C5EE3D540D5688EBF3102BE7 -openpgp` ) ;
2809+ await contactsFrame . waitAny ( `@action-show-pubkey-8C4C1FCC779F357729D194ECEA225AA51CA85E0A -openpgp` ) ;
28102810 // Check test.flowcrypt.pubkey.timeout@gmail .com
28112811 await contactsFrame . waitAndClick ( `@action-show-email-${ recipients . cc . replace ( / [ ^ a - z 0 - 9 ] + / g, '' ) } ` ) ;
2812- await contactsFrame . waitAny ( `@action-show-pubkey-8B8A05A2216EE6E4C5EE3D540D5688EBF3102BE7 -openpgp` ) ;
2812+ await contactsFrame . waitAny ( `@action-show-pubkey-8C4C1FCC779F357729D194ECEA225AA51CA85E0A -openpgp` ) ;
28132813 } )
28142814 ) ;
28152815
0 commit comments