mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 09:21:24 +08:00
feat: modify contact modal (#1203)
This commit is contained in:
@@ -17,6 +17,6 @@ test.describe('Open contact us', () => {
|
||||
const contactUsModal = page.locator(
|
||||
'[data-testid=contact-us-modal-content]'
|
||||
);
|
||||
await expect(contactUsModal).toContainText('AFFiNE Community');
|
||||
await expect(contactUsModal).toContainText('Check Our Docs');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user