Skip to content

Commit 29ee2e2

Browse files
ACQE-7425: Unable to Read .credentials Values in Page Builder Module
Added more tags in the allow list to reger secret data
1 parent 4ff89c9 commit 29ee2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Test/Util/ActionMergeUtil.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ActionMergeUtil
2626
const DEFAULT_SKIP_ON_ORDER = 'before';
2727
const DEFAULT_SKIP_OFF_ORDER = 'after';
2828
const DEFAULT_WAIT_ORDER = 'after';
29-
const APPROVED_ACTIONS = ['fillField', 'magentoCLI', 'field'];
29+
const APPROVED_ACTIONS = ['fillField', 'magentoCLI', 'field', 'waitForElement', 'seeInField'];
3030
const SECRET_MAPPING = ['fillField' => 'fillSecretField', 'magentoCLI' => 'magentoCLISecret'];
3131
const CREDS_REGEX = "/{{_CREDS\.([\w|\/]+)}}/";
3232

0 commit comments

Comments
 (0)