feat(core): add new bs dnd adapter (#9717)

This commit is contained in:
pengx17
2025-01-16 13:54:50 +00:00
parent 99717196c5
commit 7dc470e7ea
8 changed files with 121 additions and 10 deletions

View File

@@ -243,7 +243,7 @@ test('drag a page link in editor to favourites', async ({ page }) => {
);
});
test.skip('drag a page card block to another page', async ({ page }) => {
test('drag a page card block to another page', async ({ page }) => {
await clickNewPageButton(page);
await page.waitForTimeout(500);
await page.keyboard.press('Enter');
@@ -293,7 +293,7 @@ test.skip('drag a page card block to another page', async ({ page }) => {
);
});
test.skip('drag a favourite page into blocksuite', async ({ page }) => {
test('drag a favourite page into blocksuite', async ({ page }) => {
await clickNewPageButton(page, 'hi from page');
await page.getByTestId('pin-button').click();
const pageId = getCurrentDocIdFromUrl(page);