Skip to content

Commit 07bde99

Browse files
committed
MQE-1112: Bump MFTF version in Magento
1 parent 8f377a6 commit 07bde99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/functional/tests/app/Magento/Checkout/Test/TestStep/AddProductsToTheCartStep.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ public function run()
123123
}
124124
}
125125
$cart['data']['items'] = ['products' => $this->products];
126+
sleep(10);
126127
return ['cart' => $this->fixtureFactory->createByCode('cart', $cart)];
127128
}
128129
}

0 commit comments

Comments
 (0)