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.
2 parents 8ad6662 + f60a56f commit 44715feCopy full SHA for 44715fe
dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/ProductForm.php
@@ -131,6 +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
135
} else {
136
parent::openSection($sectionName);
137
}
0 commit comments