feat(client): remove broken signout button from /update-email (#64400)

This commit is contained in:
Oliver Eyton-Williams
2025-12-10 13:59:05 +01:00
committed by GitHub
parent 6246bb5151
commit 1b98725699
2 changed files with 2 additions and 10 deletions

View File

@@ -38,11 +38,6 @@ test.describe('The update-email page when the user is signed in', () => {
);
await expect(submitButton).toBeVisible();
await expect(submitButton).toHaveAttribute('type', 'submit');
const signOutButton = page.getByRole('link', { name: 'Sign out' });
await expect(signOutButton).toBeVisible();
await expect(signOutButton).toHaveAttribute('href', '/signout');
});
test('should enable the submit button if the email input is valid', async ({