fix(editor): database block e2e test flaky (#10828)

This commit is contained in:
zzj3720
2025-03-13 09:40:24 +00:00
parent 9518ebee95
commit a4608b52f2

View File

@@ -525,13 +525,7 @@ test.describe('readonly mode', () => {
await switchColumnType(page, 'Text');
await initDatabaseDynamicRowWithData(page, '', true);
const cell = getDatabaseCell(page, {
rowIndex: 0,
columnType: 'rich-text',
});
await cell.click();
await pressEnter(page);
await waitNextFrame(page, 100);
await type(page, '123');
await waitNextFrame(page, 100);
await pressEnter(page);