mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-02 18:09:58 +08:00
feat(editor): add more open doc options to editor toolbar (#9588)
fix AF-2036, AF-2092
This commit is contained in:
@@ -28,8 +28,8 @@ test('open split view', async ({ page }) => {
|
||||
await expect(page.getByTestId('split-view-label')).toHaveCount(2);
|
||||
await expectTabTitle(page, 0, ['Untitled', 'hi from another page']);
|
||||
|
||||
// the second split view should be active
|
||||
await expectActiveTab(page, 0, 1);
|
||||
// the first split view should be active
|
||||
await expectActiveTab(page, 0, 0);
|
||||
|
||||
// by clicking the first split view label, the first split view should be active
|
||||
await page.getByTestId('split-view-label').nth(0).click();
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"extends": "../../tsconfig.web.json",
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"rootDir": "./e2e",
|
||||
"outDir": "./dist",
|
||||
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
||||
|
||||
Reference in New Issue
Block a user