feat(core): add sign in button to shared doc (#7952)

![CleanShot 2024-08-23 at 12 05 12@2x](https://github.com/user-attachments/assets/2c146707-9551-4044-b289-0904653f30f2)
This commit is contained in:
JimmFly
2024-08-29 02:44:06 +00:00
parent dde45748d9
commit 4ec45a247e
6 changed files with 38 additions and 61 deletions

View File

@@ -111,8 +111,6 @@ test('share page with default edgeless', async ({ page, browser }) => {
expect(page2.locator('affine-paragraph').first()).toContainText(
'TEST CONTENT'
);
const editButton = page2.getByTestId('share-page-edit-button');
await expect(editButton).not.toBeVisible();
}
});