fix(curriculum, tools): remove duplicated words (#63981)

This commit is contained in:
Krzysztof G.
2025-11-19 16:49:58 +01:00
committed by GitHub
parent cce4f57022
commit a2c81caae6
12 changed files with 13 additions and 13 deletions

View File

@@ -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();