mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-29 00:06:09 +08:00
refactor!: next generation AFFiNE code structure (#1176)
This commit is contained in:
+2
-1
@@ -6,7 +6,8 @@ import { test } from './libs/playwright';
|
||||
loadPage();
|
||||
|
||||
test.describe('Change Theme', () => {
|
||||
test('default white', async ({ page }) => {
|
||||
// default could be anything according to the system
|
||||
test.skip('default white', async ({ page }) => {
|
||||
await page.waitForSelector('html');
|
||||
const root = page.locator('html');
|
||||
const themeMode = await root.evaluate(element =>
|
||||
|
||||
Reference in New Issue
Block a user