mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
fix: get back the missing scrollbar (#3718)
This commit is contained in:
@@ -42,3 +42,11 @@ test.skip('Download client tip', async ({ page }) => {
|
||||
);
|
||||
await expect(currentDownloadClientTipItem).toBeVisible();
|
||||
});
|
||||
|
||||
test('Check the class name for the scrollbar', async ({ page }) => {
|
||||
//Because the scroll bar in page mode depends on the class name of blocksuite
|
||||
await openHomePage(page);
|
||||
await waitEditorLoad(page);
|
||||
const affineDocViewport = page.locator('.affine-doc-viewport');
|
||||
await expect(affineDocViewport).toBeVisible();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user