mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-23 04:04:27 +08:00
build: enhance nx build (#2948)
This commit is contained in:
@@ -10,7 +10,7 @@ test('goto not found page', async ({ page }) => {
|
||||
const currentUrl = page.url();
|
||||
const invalidUrl = currentUrl.replace(/\/$/, '') + '/invalid';
|
||||
await page.goto(invalidUrl);
|
||||
expect(await page.getByTestId('notFound').isVisible()).toBeTruthy();
|
||||
await expect(page.getByTestId('notFound').isVisible()).toBeTruthy();
|
||||
});
|
||||
|
||||
test('goto not found workspace', async ({ page }) => {
|
||||
|
||||
Reference in New Issue
Block a user