Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Marcos Spessatto Defendi <[email protected]>
  • Loading branch information
dougfabris and MarcosSpessatto authored Dec 19, 2024
1 parent 3e9e831 commit fdc5310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/tests/e2e/export-messages.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ test.describe.serial('export-messages', () => {
).toBeVisible();
});

test('should display an error when trying to send email without selecting any email', async () => {
test('should display an error when trying to send email without selecting any message', async () => {
await poHomeChannel.sidenav.openChat(targetChannel);
await poHomeChannel.tabs.kebab.click({ force: true });
await poHomeChannel.tabs.btnExportMessages.click();
Expand Down

0 comments on commit fdc5310

Please sign in to comment.