Skip to content

Commit bb88699

Browse files
committed
fixup! fixup! ✨(frontend) create page from slash menu
1 parent 37958cb commit bb88699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/apps/e2e/__tests__/app-impress/doc-create.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ test.describe('Doc Create', () => {
6161
await verifyDocName(page, title);
6262

6363
await page.locator('.bn-block-outer').last().fill('/');
64-
await page.getByText('Link to a doc').first().click();
64+
await page.getByText('Link a doc').first().click();
6565
await page
6666
.locator('.quick-search-container')
6767
.getByText('New sub-doc')

0 commit comments

Comments
 (0)