Skip to content

Commit 046663d

Browse files
committed
MAGETWO-59739: [FT] Magento\Checkout\Test\TestCase\OnePageCheckoutTest fails randomly on CI
1 parent f08d336 commit 046663d

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Onepage

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Onepage/Payment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function selectPaymentMethod(array $payment, InjectableFixture $creditCar
9090
} catch (\Exception $exception) {
9191
throw new \Exception('Such payment method is absent.');
9292
}
93-
93+
$this->waitForElementVisible($paymentSelector);
9494
$paymentRadioButton = $this->_rootElement->find($paymentSelector);
9595
if ($paymentRadioButton->isVisible()) {
9696
$paymentRadioButton->click();

0 commit comments

Comments
 (0)