mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
fix(core): page header style changes (#5279)

This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user