mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 21:49:25 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
ecff95627e
@ -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-',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user