refactor(client): store session user in dedicated key (#59954)

This commit is contained in:
Oliver Eyton-Williams
2025-07-28 14:55:14 +02:00
committed by GitHub
parent df32414406
commit 3e1da8f3fb
30 changed files with 413 additions and 527 deletions

View File

@@ -112,6 +112,7 @@ test.describe('Username Settings Validation', () => {
await expect(
page.getByRole('alert').filter({ hasText: flashText }).first()
).toBeVisible();
await expect(page).toHaveURL(`/${settingsObject.usernameAvailable}`);
});
test('should update username in lowercase and reflect in the UI', async ({