💬(frontend) update texts

- change message showed in mailbox list when none exist
- change CTA button text for group management modals
- fix 404 page title
- update translations
- update related e2e tests
This commit is contained in:
daproclaima
2024-07-18 15:09:31 +02:00
committed by Sebastien Nobour
parent d812197381
commit 72340db74c
7 changed files with 16 additions and 6 deletions

View File

@@ -119,7 +119,9 @@ test.describe('Mail domain', () => {
page.getByRole('heading', { name: /domain\.fr/ }).first(),
).toBeVisible();
await expect(page.getByText('This table is empty')).toBeVisible();
await expect(
page.getByText('No mail box was created with this mail domain.'),
).toBeVisible();
});
test('checks all the elements are visible when domain exists and contains 2 pages of mailboxes', async ({

View File

@@ -17,6 +17,7 @@ test.describe('Team', () => {
).shift();
await expect(page.getByLabel('icon group')).toBeVisible();
await expect(
page.getByRole('heading', {
name: teamName,