Merge branch 'main' into next

This commit is contained in:
nocobase[bot] 2025-04-01 09:39:15 +00:00
commit ecff95627e

View File

@ -189,7 +189,7 @@ export class ApprovalPassthroughModeNode {
this.detailsConfigureFieldsButton = page.getByLabel( this.detailsConfigureFieldsButton = page.getByLabel(
`schema-initializer-Grid-details:configureFields-${collectionName}`, `schema-initializer-Grid-details:configureFields-${collectionName}`,
); );
this.addActionsMenu = page.getByRole('menuitem', { name: 'Process form' }).getByRole('switch'); this.addActionsMenu = page.getByRole('menuitem', { name: 'Process form' });
this.actionsConfigureFieldsButton = page.getByLabel('schema-initializer-Grid-FormItemInitializers-approvalRecords'); this.actionsConfigureFieldsButton = page.getByLabel('schema-initializer-Grid-FormItemInitializers-approvalRecords');
this.actionsConfigureActionsButton = page.getByLabel( this.actionsConfigureActionsButton = page.getByLabel(
'schema-initializer-ActionBar-ApprovalProcessAddActionButton-', 'schema-initializer-ActionBar-ApprovalProcessAddActionButton-',