1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

Fix for travis test

This commit is contained in:
Hillel Coren 2016-05-05 09:35:39 +03:00
parent 5d00d18601
commit 3b508f656b

View File

@ -84,7 +84,8 @@ class TaxRatesCest
// check total is right after saving
$I->see("\${$total}");
$I->amOnPage('/invoices');
$I->wait(2);
// check total is right in list view
$I->see("\${$total}");
}