mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
fix:test case (#763)
This commit is contained in:
@@ -4,7 +4,7 @@ import { loadPage } from './libs/load-page.js';
|
||||
loadPage();
|
||||
|
||||
// ps aux | grep 8080
|
||||
test.describe('invite code page', () => {
|
||||
test.skip('invite code page', () => {
|
||||
test('the link has expired', async ({ page }) => {
|
||||
await page.goto('http://localhost:8080//invite/abc');
|
||||
await page.waitForTimeout(1000);
|
||||
|
||||
Reference in New Issue
Block a user