mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(client): add settings side nav (#63034)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> Co-authored-by: ahmad abdolsaheb <ahmad.abdolsaheb@gmail.com>
This commit is contained in:
@@ -232,7 +232,7 @@ test.describe('Settings - Certified User', () => {
|
||||
}
|
||||
|
||||
// Danger Zone
|
||||
await expect(page.getByText('Danger Zone')).toBeVisible();
|
||||
await expect(page.getByRole('main').getByText('Danger Zone')).toBeVisible();
|
||||
await expect(
|
||||
page.getByText(
|
||||
'Please be careful. Changes in this section are permanent.'
|
||||
|
||||
Reference in New Issue
Block a user