mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-04 21:19:27 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
86d2f5ec14
@ -192,10 +192,9 @@ test.describe('form item & edit form', () => {
|
||||
).toBeDisabled();
|
||||
},
|
||||
expectEasyReading: async () => {
|
||||
// checkbox 应该被隐藏,然后只显示一个图标
|
||||
await expect(
|
||||
page.getByLabel('block-item-CollectionField-general-form-general.checkbox-checkbox').getByRole('checkbox'),
|
||||
).not.toBeVisible();
|
||||
).toBeVisible();
|
||||
await expect(
|
||||
page
|
||||
.getByLabel('block-item-CollectionField-general-form-general.checkbox-checkbox')
|
||||
|
Loading…
x
Reference in New Issue
Block a user