Skip to content

Commit 44715fe

Browse files
committed
MAGETWO-62929: [Jenkins] random fail of CreateProductAttributeEntityFromProductPageTest
2 parents 8ad6662 + f60a56f commit 44715fe

File tree

1 file changed

+1
-0
lines changed
  • dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product

1 file changed

+1
-0
lines changed

dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/ProductForm.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ public function openSection($sectionName)
131131
$sectionElement = $this->getContainerElement($sectionName);
132132
if ($sectionElement->getAttribute('type') == 'button') {
133133
$sectionElement->click();
134+
sleep(1); // according to animation timeout in JS
134135
} else {
135136
parent::openSection($sectionName);
136137
}

0 commit comments

Comments
 (0)