fix:test case (#763)

This commit is contained in:
DiamondThree
2023-02-01 21:07:35 +08:00
committed by GitHub
parent 57f3cd652a
commit c0b410a1b2
20 changed files with 24 additions and 24 deletions

View File

@@ -3,7 +3,7 @@ import { loadPage } from './libs/load-page.js';
loadPage();
test.describe('Login Flow', () => {
test.skip('Login Flow', () => {
test.skip('Open login modal by click current workspace', async ({ page }) => {
await page.getByTestId('current-workspace').click();
await page.waitForTimeout(800);