Skip to content

Commit 66b8569

Browse files
author
Maksym Aposov
committed
MAGETWO-44516: Provide fix for Functional Tests MX
1 parent 4455274 commit 66b8569

File tree

1 file changed

+1
-2
lines changed
  • dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Block/Adminhtml/Product/Edit/Tab/Super/Config

1 file changed

+1
-2
lines changed

dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Block/Adminhtml/Product/Edit/Tab/Super/Config/Attribute.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,7 @@ public function fillAttributes(array $attributes)
179179
$this->getTemplateBlock()->waitLoader();
180180

181181
//update attributes options
182-
foreach ($attributes as $attribute)
183-
{
182+
foreach ($attributes as $attribute) {
184183
$this->updateOptions($attribute);
185184
}
186185

0 commit comments

Comments
 (0)