Skip to content

Commit 9e09b8a

Browse files
committed
Merge remote-tracking branch 'origin/MC-18768' into 2.3-develop-pr64
2 parents e008e80 + 052f21b commit 9e09b8a

File tree

1 file changed

+3
-0
lines changed
  • dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Cart

1 file changed

+3
-0
lines changed

dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Cart/Sidebar.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ public function openMiniCart()
115115
if (!$this->browser->find($this->cartContent)->isVisible()) {
116116
$this->browser->find($this->cartLink)->click();
117117
}
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);
118121
}
119122

120123
/**

0 commit comments

Comments
 (0)