mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-18 10:31:50 +08:00
test: add open login modal test
This commit is contained in:
@@ -5,10 +5,10 @@ loadPage();
|
||||
|
||||
test.describe('Open contact us', () => {
|
||||
test('Click about us', async ({ page }) => {
|
||||
page.waitForTimeout(1000);
|
||||
// page.waitForTimeout(1000);
|
||||
const currentWorkspace = page.getByTestId('current-workspace');
|
||||
await currentWorkspace.click();
|
||||
|
||||
page.waitForTimeout(1000);
|
||||
await page
|
||||
.getByRole('tooltip', {
|
||||
name: 'A AFFiNE Log in to sync with affine About AFFiNE',
|
||||
|
||||
Reference in New Issue
Block a user