chore: fix fialed e2e

This commit is contained in:
Zeke Zhang 2024-04-25 10:07:20 +08:00
parent 6781f28fbf
commit 205984b812

View File

@ -534,7 +534,7 @@ test.describe('creation form block schema settings', () => {
// 隐藏模板选项
await openDialog();
await page.getByLabel('Display data template selector').click();
await page.getByLabel('Enable form data template').click();
await page.getByRole('button', { name: 'OK', exact: true }).click();
await expect(page.getByText('Data template:')).toBeHidden();