mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 01:15:58 +00:00
fix(plugin-file-manager): fix e2e due to component changed (#5437)
This commit is contained in:
parent
57d179f21e
commit
54b7bb6d52
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user