mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix: a series of setting issues (#3032)
This commit is contained in:
@@ -14,6 +14,7 @@ test('Click right-bottom corner contact icon', async ({ page }) => {
|
||||
expect(await rightBottomContactUs.isVisible()).toEqual(true);
|
||||
|
||||
await rightBottomContactUs.click();
|
||||
const contactUsModal = page.locator('[data-testid=contact-us-modal-content]');
|
||||
await expect(contactUsModal).toContainText('Check Our Docs');
|
||||
|
||||
const title = await page.getByTestId('about-title');
|
||||
await expect(title).toBeVisible();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user