Skip to content

Commit f60a56f

Browse files
author
Rykh Oleksandr
committed
MAGETWO-62929: [Jenkins] random fail of CreateProductAttributeEntityFromProductPageTest
1 parent 213392f commit f60a56f

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)