Skip to content

Commit e1989e5

Browse files
committed
fix(CPQ): refine locator for save button Allow vs. Deny
Fixes #741
1 parent 95cae94 commit e1989e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/plugins/salesforce-cpq-config

src/plugins/salesforce-cpq-config/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const GENERATE_INTEGRATION_USER_PERMISSIONS_SELECTOR =
99
'input[name="page:form:pb:j_id185:j_id197:setupIntegrationUserPermissions"]';
1010
const SAVE_SELECTOR = 'input[name="page:form:j_id2:j_id3:j_id11"]';
1111
const AUTHORIZE_NEW_CALCULATION_SERVICE_SELECTOR = 'span#page\\:form\\:pb\\:calculatorOptions\\:j_id201\\:j_id203 a';
12-
const ALLOW_SELECTOR = 'input[name="save"]';
12+
const ALLOW_SELECTOR = 'input[name="save"][id!="oadeny"]';
1313

1414
export type Config = any;
1515

0 commit comments

Comments
 (0)