Skip to content

Commit 052f21b

Browse files
committed
MC-18768: [FT] [MTF] DeleteProductFromMiniShoppingCartTest - fluky test
1 parent cea3e79 commit 052f21b

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)