We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0a786 commit 58c3bf9Copy full SHA for 58c3bf9
dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/ProductForm.php
@@ -131,7 +131,7 @@ public function openSection($sectionName)
131
$sectionElement = $this->getContainerElement($sectionName);
132
if ($sectionElement->getAttribute('type') == 'button') {
133
$sectionElement->click();
134
- sleep(1); // according to animation timeout in JS
+ sleep(2); // according to animation timeout in JS
135
} else {
136
parent::openSection($sectionName);
137
}
0 commit comments