mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 09:36:17 +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
|
||||
// );
|
||||
|
||||
const edgelessDom = page.locator('edgeless-page-block');
|
||||
const edgelessDom = page.locator('affine-edgeless-page');
|
||||
|
||||
await expect(await edgelessDom.isVisible()).toBe(true);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user