Peng Xiao
2023-12-13 05:06:29 +00:00
parent 738302be40
commit c9f900b69c
6 changed files with 22 additions and 24 deletions

View File

@@ -183,7 +183,7 @@ export async function enableCloudWorkspace(page: Page) {
export async function enableCloudWorkspaceFromShareButton(page: Page) {
const shareMenuButton = page.getByTestId('local-share-menu-button');
expect(await shareMenuButton.isVisible()).toBeTruthy();
await expect(shareMenuButton).toBeVisible();
// FIXME: this is a workaround for the flaky test
// For unknown reasons,