From f8d88586c31e7625ce0c57904067dcb2d57bbd39 Mon Sep 17 00:00:00 2001 From: Haris Ali <87179963+aliharis99@users.noreply.github.com> Date: Fri, 21 Jun 2024 16:48:58 +0100 Subject: [PATCH] fix(e2e): removed browserName from the function files (#55246) Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> --- e2e/editor.spec.ts | 8 ++------ e2e/lower-jaw.spec.ts | 2 +- e2e/progress-bar.spec.ts | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/e2e/editor.spec.ts b/e2e/editor.spec.ts index 64a6ee087b4..5cc6674c89e 100644 --- a/e2e/editor.spec.ts +++ b/e2e/editor.spec.ts @@ -20,14 +20,10 @@ const testPage = '/learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-3'; test.describe('Editor Component', () => { - test('should allow the user to insert text', async ({ - page, - isMobile, - browserName - }) => { + test('should allow the user to insert text', async ({ page, isMobile }) => { await page.goto(testPage); - await focusEditor({ page, isMobile, browserName }); + await focusEditor({ page, isMobile }); await page.keyboard.insertText('