Skip to content

Commit 58c3bf9

Browse files
MAGETWO-65091: [FT] Magento\Catalog\Test\TestCase\ProductAttribute\CreateProductAttributeEntityFromProductPageTest fails on CI
1 parent 6e0a786 commit 58c3bf9

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +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
134+
sleep(2); // according to animation timeout in JS
135135
} else {
136136
parent::openSection($sectionName);
137137
}

0 commit comments

Comments
 (0)