mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 09:21:24 +08:00
tests: fix the change-page-mode.test
This commit is contained in:
@@ -31,7 +31,7 @@ test.describe('Change page mode(Paper or Edgeless)', () => {
|
|||||||
// (box?.y ?? 0) + 5
|
// (box?.y ?? 0) + 5
|
||||||
// );
|
// );
|
||||||
|
|
||||||
const edgelessDom = page.locator('edgeless-page-block');
|
const edgelessDom = page.locator('affine-edgeless-page');
|
||||||
|
|
||||||
await expect(await edgelessDom.isVisible()).toBe(true);
|
await expect(await edgelessDom.isVisible()).toBe(true);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user