From 7d77652edf4b686b626736e9fb8a2f337772ab87 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 7 Feb 2017 17:31:06 +0200 Subject: [PATCH] Fix for tests --- tests/acceptance/PaymentCest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/PaymentCest.php b/tests/acceptance/PaymentCest.php index be87de835412..d5e3c293b007 100644 --- a/tests/acceptance/PaymentCest.php +++ b/tests/acceptance/PaymentCest.php @@ -43,7 +43,7 @@ class PaymentCest $I->fillField('table.invoice-table tbody tr:nth-child(1) #product_key', $productKey); $I->click('table.invoice-table tbody tr:nth-child(1) .tt-selectable'); $I->click('Mark Sent'); - $I->wait(1); + $I->wait(2); $I->see($clientEmail); $I->amOnPage('/payments/create');