mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-23 13:29:02 +08:00
@@ -38,11 +38,11 @@ export async function confirmExperimentalPrompt(page: Page) {
|
||||
await page.getByTestId('experimental-confirm-button').click();
|
||||
}
|
||||
|
||||
export async function openWorkspaceSettingPanel(
|
||||
page: Page,
|
||||
workspaceName: string
|
||||
) {
|
||||
await page.getByTestId('settings-sidebar').getByText(workspaceName).click();
|
||||
export async function openWorkspaceSettingPanel(page: Page) {
|
||||
await page
|
||||
.getByTestId('settings-sidebar')
|
||||
.getByTestId('workspace-list-item-workspace:preference')
|
||||
.click();
|
||||
}
|
||||
|
||||
export async function clickUserInfoCard(page: Page) {
|
||||
|
||||
Reference in New Issue
Block a user