mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 21:41:52 +08:00
@@ -8,6 +8,6 @@ export async function clickPageMoreActions(page: Page) {
|
||||
return page
|
||||
.getByTestId('editor-header-items')
|
||||
.getByRole('button')
|
||||
.nth(2)
|
||||
.nth(1)
|
||||
.click();
|
||||
}
|
||||
|
||||
@@ -14,16 +14,6 @@ test.describe('Login Flow', () => {
|
||||
.getByRole('heading', { name: 'Currently not logged in' })
|
||||
.click();
|
||||
});
|
||||
|
||||
test.skip('Open login modal by click cloud-unsync-icon', async ({ page }) => {
|
||||
await page.getByTestId('cloud-unsync-icon').click();
|
||||
|
||||
await page.waitForTimeout(800);
|
||||
await page
|
||||
.getByRole('heading', { name: 'Currently not logged in' })
|
||||
.click();
|
||||
});
|
||||
|
||||
// not stable
|
||||
// test.skip('Open google firebase page', async ({ page }) => {
|
||||
// await page.getByTestId('current-workspace').click();
|
||||
|
||||
Reference in New Issue
Block a user