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 e008e80 + 052f21b commit 9e09b8aCopy full SHA for 9e09b8a
dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Cart/Sidebar.php
@@ -115,6 +115,9 @@ public function openMiniCart()
115
if (!$this->browser->find($this->cartContent)->isVisible()) {
116
$this->browser->find($this->cartLink)->click();
117
}
118
+ // Need this because there are a lot of JS processes that update shopping cart items
119
+ // and we cant control them all
120
+ sleep(5);
121
122
123
/**
0 commit comments