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 cea3e79 commit 052f21bCopy full SHA for 052f21b
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