Revert "fix:test case (#763)"

This reverts commit c0b410a1b2.
This commit is contained in:
DarkSky
2023-02-05 17:53:14 +08:00
parent 35ca8a8fb0
commit 6f0bded0a2
20 changed files with 24 additions and 24 deletions

View File

@@ -3,7 +3,7 @@ import { loadPage } from './libs/load-page.js';
loadPage();
test.skip('Change Theme', () => {
test.describe('Change Theme', () => {
test('default white', async ({ page }) => {
await page.waitForSelector('html');
const root = page.locator('html');