test: coverage on enable public workspace (#1733)

This commit is contained in:
Himself65
2023-03-28 20:57:50 -05:00
committed by GitHub
parent f18127dfd6
commit 62955e7de4
5 changed files with 56 additions and 8 deletions
+4
View File
@@ -3,3 +3,7 @@ import type { Page } from '@playwright/test';
export async function clickCollaborationPanel(page: Page) {
await page.click('[data-tab-key="collaboration"]');
}
export async function clickPublishPanel(page: Page) {
await page.click('[data-tab-key="publish"]');
}