mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
fix(curriculum, tools): remove duplicated words (#63981)
This commit is contained in:
@@ -177,7 +177,7 @@ test.describe('Daily Coding Challenges', () => {
|
||||
'// JavaScript seed code'
|
||||
);
|
||||
|
||||
// Show show Python UI after changing language
|
||||
// Show Python UI after changing language
|
||||
await page.getByRole('button', { name: /python/i }).click();
|
||||
|
||||
await expect(page.getByRole('button', { name: /main.py/i })).toBeVisible();
|
||||
|
||||
Reference in New Issue
Block a user