mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
Co-authored-by: 李华桥 <joooye1991@gmail.com>
This commit is contained in:
@@ -130,7 +130,7 @@ test("Deleted page's reference will not be shown in sidebar", async ({
|
||||
test('Add new favorite page via sidebar', async ({ page }) => {
|
||||
await openHomePage(page);
|
||||
await waitForEditorLoad(page);
|
||||
await page.getByTestId('slider-bar-add-favorite-button').click();
|
||||
await page.getByTestId('slider-bar-add-favorite-button').first().click();
|
||||
await waitForEditorLoad(page);
|
||||
|
||||
// enter random page title
|
||||
|
||||
Reference in New Issue
Block a user