mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
chore: bump version (#1812)
This commit is contained in:
@@ -28,12 +28,13 @@ test.describe('affine built in workspace', () => {
|
||||
await clickNewPageButton(page);
|
||||
const url = page.url();
|
||||
await page2.goto(url);
|
||||
await page.type('.affine-default-page-block-title-container', 'hello', {
|
||||
delay: 50,
|
||||
await page.focus('.affine-default-page-block-title');
|
||||
await page.type('.affine-default-page-block-title', 'hello', {
|
||||
delay: 100,
|
||||
});
|
||||
await page.waitForTimeout(100);
|
||||
const title = (await page
|
||||
.locator('.affine-default-page-block-title-container')
|
||||
.locator('.affine-default-page-block-title')
|
||||
.textContent()) as string;
|
||||
expect(title.trim()).toBe('hello');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user