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 447388b commit 3948eb7Copy full SHA for 3948eb7
dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Grid.php
@@ -98,7 +98,7 @@ public function addNewOrder()
98
*/
99
public function getPurchasePointStoreGroups()
100
{
101
- $this->waitLoader();
+ $this->openFilterBlock();
102
$storeGroupElements = $this->_rootElement->find($this->purchasePointFilter)
103
->getElements('.//optgroup[./option]', Locator::SELECTOR_XPATH);
104
$result = [];
0 commit comments