mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 03:46:08 +00: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…
Reference in New Issue
Block a user