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 609c341 commit 8f377a6Copy full SHA for 8f377a6
dev/tests/functional/tests/app/Magento/Checkout/Test/TestStep/EstimateShippingAndTaxStep.php
@@ -107,6 +107,7 @@ public function run()
107
{
108
$this->checkoutCart->open();
109
$this->checkoutCart->getCartBlock()->waitCartContainerLoading();
110
+ sleep(20);
111
/** @var \Magento\Checkout\Test\Fixture\Cart $cart */
112
if ($this->cart !== null) {
113
$cart = $this->fixtureFactory->createByCode(
0 commit comments