mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
refactor(editor): remove edit view of database block properties (#10748)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { waitNextFrame } from '@affine-test/kit/bs/misc';
|
||||
import { test } from '@affine-test/kit/playwright';
|
||||
import {
|
||||
openHomePage,
|
||||
@@ -319,10 +320,11 @@ test('can show database backlink info', async ({ page }) => {
|
||||
await page.keyboard.press('Escape');
|
||||
await page.keyboard.press('ArrowRight');
|
||||
await page.keyboard.press('Enter');
|
||||
await waitNextFrame(page);
|
||||
await waitNextFrame(page);
|
||||
await page.keyboard.type('Done');
|
||||
await page
|
||||
.locator('affine-multi-tag-select .select-option:has-text("Done")')
|
||||
.click();
|
||||
await waitNextFrame(page);
|
||||
await page.keyboard.press('Enter');
|
||||
|
||||
// go back to title cell
|
||||
await page.keyboard.press('ArrowLeft');
|
||||
|
||||
Reference in New Issue
Block a user