chore: skip unstable tests for map

This commit is contained in:
Zeke Zhang 2024-05-08 11:49:15 +08:00
parent 191c11d6d1
commit 040d79747c
2 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,8 @@ import { expect, test } from '@nocobase/test/e2e';
import { oneTableWithMap } from './templates';
test.describe('where map block can be added', () => {
test('page & popup', async ({ page, mockPage }) => {
// TODO: 不稳定,待优化
test.skip('page & popup', async ({ page, mockPage }) => {
const nocoPage = await mockPage(oneTableWithMap).waitForInit();
await nocoPage.goto();

View File

@ -36,7 +36,8 @@ test.afterEach(async ({ page }) => {
});
test.describe('schema settings', () => {
test('what settings can be used in map block', async ({ page, mockPage }) => {
// TODO: 不稳定,待优化
test.skip('what settings can be used in map block', async ({ page, mockPage }) => {
await mockPage(oneMapUsedToTestSettings).goto();
await expectSettingsMenu({