Merge branch 'main' into next

This commit is contained in:
nocobase[bot] 2024-10-17 01:39:10 +00:00
commit 88b8782d11

View File

@ -331,7 +331,7 @@ export class CollectionSettings {
}
private async ['File storage'](value: string) {
await this.page.getByLabel('block-item-Select-collections-File storage').getByTestId('select-single').click();
await this.page.getByLabel('block-item-RemoteSelect-collections-File storage').getByTestId('select-single').click();
await this.page.getByRole('option', { name: value }).click();
}