mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 16:51:34 +03:00
chore: skip outdated case
This commit is contained in:
parent
6f0bded0a2
commit
dd9d30de37
@ -15,7 +15,7 @@ test.describe('Login Flow', () => {
|
||||
.click();
|
||||
});
|
||||
|
||||
test('Open login modal by click cloud-unsync-icon', async ({ page }) => {
|
||||
test.skip('Open login modal by click cloud-unsync-icon', async ({ page }) => {
|
||||
await page.getByTestId('cloud-unsync-icon').click();
|
||||
|
||||
await page.waitForTimeout(800);
|
||||
|
Loading…
Reference in New Issue
Block a user