File tree Expand file tree Collapse file tree
apps/meteor/tests/e2e/e2e-encryption Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ test.describe('E2EE PDF Export', () => {
5353
5454 await encryptedRoomPage . showExportMessagesTab ( ) ;
5555 await expect ( exportMessagesTab . method ) . toContainClass ( 'disabled' ) ; // FIXME: looks like the component have an a11y issue
56- await expect ( exportMessagesTab . method ) . toHaveAccessibleName ( 'Download file' ) ;
56+ await expect ( exportMessagesTab . method ) . toHaveAccessibleName ( 'Download file Method ' ) ;
5757 } ) ;
5858
5959 test ( 'should allow exporting messages as PDF in an encrypted room' , async ( { page } ) => {
@@ -69,7 +69,7 @@ test.describe('E2EE PDF Export', () => {
6969
7070 await encryptedRoomPage . sendMessage ( 'This is a message to export as PDF.' ) ;
7171 await encryptedRoomPage . showExportMessagesTab ( ) ;
72- await expect ( exportMessagesTab . method ) . toHaveAccessibleName ( 'Download file' ) ;
72+ await expect ( exportMessagesTab . method ) . toHaveAccessibleName ( 'Download file Method ' ) ;
7373
7474 // Select Output format as PDF
7575 await exportMessagesTab . setOutputFormat ( 'PDF' ) ;
You can’t perform that action at this time.
0 commit comments