mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 01:09:54 +08:00
fix: always show workspace list modal when no workspaces (#1321)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { Page } from '@playwright/test';
|
||||
|
||||
export async function clickSideBarSettingButton(page: Page) {
|
||||
await page.getByTestId('slider-bar-workspace-setting-button').click();
|
||||
}
|
||||
Reference in New Issue
Block a user