mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 05:25:52 +00:00
Merge branch 'main' into next
This commit is contained in:
commit
88b8782d11
@ -331,7 +331,7 @@ export class CollectionSettings {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private async ['File storage'](value: string) {
|
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();
|
await this.page.getByRole('option', { name: value }).click();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user