Skip to content

Commit 4c02c8b

Browse files
committed
MQE-670: Support entity substitution in asserts
- add support for expected and actual to contain data
1 parent 234972f commit 4c02c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Test/Objects/ActionObject.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
class ActionObject
2121
{
22-
const DATA_ENABLED_ATTRIBUTES = ["userInput", "parameterArray"];
22+
const DATA_ENABLED_ATTRIBUTES = ["userInput", "parameterArray", "expected", "actual"];
2323
const SELECTOR_ENABLED_ATTRIBUTES = ['selector', 'dependentSelector', "selector1", "selector2", "function"];
2424
const EXTERNAL_URL_AREA_INVALID_ACTIONS = ['amOnPage'];
2525
const MERGE_ACTION_ORDER_AFTER = 'after';

0 commit comments

Comments
 (0)