mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-02 03:02:19 +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);
|
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 nocoPage = await mockPage(tableSelectedRecords).waitForInit();
|
||||||
const record = await mockRecord('testTableSelectedRecords');
|
const record = await mockRecord('testTableSelectedRecords');
|
||||||
await nocoPage.goto();
|
await nocoPage.goto();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user