Skip to content

fix: update @playwright/test to 1.59.1 and fix e2e tests#381

Open
Pixel998 wants to merge 1 commit intomainfrom
fix/playwright-1.59.1-e2e-tests
Open

fix: update @playwright/test to 1.59.1 and fix e2e tests#381
Pixel998 wants to merge 1 commit intomainfrom
fix/playwright-1.59.1-e2e-tests

Conversation

@Pixel998
Copy link
Copy Markdown
Contributor

@Pixel998 Pixel998 commented Apr 8, 2026

Prerequisites checklist

AI acknowledgment

  • I did not use AI to generate this PR.
  • (If the above is not checked) I have reviewed the AI-generated content before submitting.

What is the purpose of this pull request?

This PR updates @playwright/test to 1.59.1 and fixes the e2e tests that became unreliable after the upgrade.

The failing tests were using keyboard-driven select-all and delete behavior inside the CodeMirror editor. After the Playwright update, that interaction no longer behaved consistently across browsers, especially in WebKit, so the default sample code was not always fully replaced before assertions ran.

What changes did you make? (Give an overview)

  • Updated @playwright/test to 1.59.1
  • Added a shared helper for interacting with the CodeMirror editor in the e2e tests. The affected tests now replace editor contents using fill() instead of relying on Ctrl/Cmd+A followed by Backspace.

Related Issues

#380

Is there anything you'd like reviewers to focus on?

@eslint-github-bot eslint-github-bot bot added the bug Something isn't working label Apr 8, 2026
@netlify
Copy link
Copy Markdown

netlify bot commented Apr 8, 2026

Deploy Preview for eslint-code-explorer ready!

Name Link
🔨 Latest commit 934e73e
🔍 Latest deploy log https://app.netlify.com/projects/eslint-code-explorer/deploys/69d5bff57997a700083f8182
😎 Deploy Preview https://deploy-preview-381--eslint-code-explorer.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@eslintbot eslintbot added this to Triage Apr 8, 2026
@github-project-automation github-project-automation bot moved this to Needs Triage in Triage Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

Status: Needs Triage

Development

Successfully merging this pull request may close these issues.

2 participants