mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-08 11:17:09 +03:00
94d535f72b
Co-authored-by: DarkSky <darksky2048@gmail.com>
6 lines
163 B
TypeScript
6 lines
163 B
TypeScript
import type { Page } from '@playwright/test';
|
|
|
|
export async function clickCollaborationPanel(page: Page) {
|
|
await page.click('[data-tab-key="collaboration"]');
|
|
}
|