mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
refactor(client): store session user in dedicated key (#59954)
This commit is contained in:
committed by
GitHub
parent
df32414406
commit
3e1da8f3fb
@@ -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 ({
|
||||
|
||||
Reference in New Issue
Block a user