feat: convert "navigation tests spec" to Playwright (#54944)

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
Sem Bauke
2024-05-25 21:40:44 +02:00
committed by GitHub
parent 58b3218f95
commit 020a8c5c3e
10 changed files with 102 additions and 20 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ test.describe('Python Terminal', () => {
'learn/scientific-computing-with-python/learn-string-manipulation-by-building-a-cipher/step-2'
);
await focusEditor({ page, isMobile, browserName });
await focusEditor({ page, isMobile });
await clearEditor({ page, browserName });
// Then enter invalid code
await page.keyboard.insertText('def');