mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-01 18:52:20 +08:00
chore(e2e): skip one test
This commit is contained in:
parent
dcaad79370
commit
6dee46440a
@ -44,7 +44,7 @@ test.describe('variables', () => {
|
||||
await expect(page.getByRole('textbox')).toHaveValue(token);
|
||||
});
|
||||
|
||||
test('Table selected records', async ({ page, mockPage, mockRecord }) => {
|
||||
test.skip('Table selected records', async ({ page, mockPage, mockRecord }) => {
|
||||
const nocoPage = await mockPage(tableSelectedRecords).waitForInit();
|
||||
const record = await mockRecord('testTableSelectedRecords');
|
||||
await nocoPage.goto();
|
||||
|
Loading…
x
Reference in New Issue
Block a user