We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 173f9b3 commit fecb9f6Copy full SHA for fecb9f6
src/Magento/FunctionalTestingFramework/Test/Objects/ActionObject.php
@@ -323,7 +323,7 @@ public function trimAssertionAttributes()
323
$this->actionAttributes[$prefix . ucfirst(ActionObject::ASSERTION_TYPE_ATTRIBUTE)] =
324
$subAttributes[ActionObject::ASSERTION_TYPE_ATTRIBUTE] ?? "NO_TYPE";
325
$this->actionAttributes[$prefix] =
326
- $subAttributes[ActionObject::ASSERTION_VALUE_ATTRIBUTE];
+ $subAttributes[ActionObject::ASSERTION_VALUE_ATTRIBUTE] ?? "";
327
unset($this->actionAttributes[$key]);
328
}
329
0 commit comments