Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
67.17k
stars
3.69k
forks
source link
[Regression]: Unable to open Playwright UI in Dark Mode. #33695
Closed
ScarletMcLearn closed 5 days ago
Last Good Version
1.49.0
First Bad Version
1.49.0
Steps to reproduce
Running the following command: npx playwright test tests --ui
Expected behavior
I want it to open in Dark mode.
Actual behavior
In 1.48.1. - opens the UI in Dark Mode In 1.49.0. - opens the UI in Light Mode
Additional context
It was fixed previously. But its repeating again.
Environment