From 0b0c8de042c7aab397b226e3221757333751c6a9 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 11 Jan 2018 09:56:54 +0200 Subject: [PATCH] Working on tests --- tests/acceptance/DiscountCest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/acceptance/DiscountCest.php b/tests/acceptance/DiscountCest.php index f4dfb820d25a..fd7696dfbf47 100644 --- a/tests/acceptance/DiscountCest.php +++ b/tests/acceptance/DiscountCest.php @@ -68,6 +68,7 @@ class DiscountCest $I->fillField('table.invoice-table tbody tr:nth-child(1) td:nth-child(5) input', $quantity); $I->click('Mark Sent'); + $I->wait(3); $total = $itemAmount * $quantity; $total -= round($total * round($itemDiscount, 2) / 100, 2);