mirror of
https://github.com/nocobase/nocobase
synced 2024-11-14 16:23:30 +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);
|
||||
});
|
||||
|
||||
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…
Reference in New Issue
Block a user