Skip to content

Commit 795c8d9

Browse files
Manjusha.SManjusha.S
Manjusha.S
authored and
Manjusha.S
committed
ACQE-4111 : Added appropriate error message
1 parent 7e7434b commit 795c8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/StaticCheck/ActionGroupStandardsCheck.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ private function findErrorsInFileSet($files)
119119
);
120120
unset($actionGroupReferencesDataArray);
121121
if (isset($duplicateStepKeys) && count($duplicateStepKeys) > 0) {
122-
throw new TestFrameworkException('Action group has duplicate step keys');
122+
throw new TestFrameworkException('Action group has duplicate step keys '.implode(",",array_unique($duplicateStepKeys))." File Path ".$filePath );
123123
}
124124
/** @var DOMElement $actionGroup */
125125
$actionGroup = $this->getActionGroupDomElement($contents);

0 commit comments

Comments
 (0)