mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 05:54:29 -04:00
Fix for travis tests
This commit is contained in:
parent
4b764ea72e
commit
a24ae57b4e
@ -64,7 +64,7 @@ class InvoiceCest
|
|||||||
$this->fillItems($I);
|
$this->fillItems($I);
|
||||||
|
|
||||||
$I->executeJS("submitAction('email')");
|
$I->executeJS("submitAction('email')");
|
||||||
$I->wait(1);
|
$I->wait(2);
|
||||||
$I->see($clientEmail);
|
$I->see($clientEmail);
|
||||||
|
|
||||||
$invoiceNumber = $I->grabAttributeFrom('#invoice_number', 'value');
|
$invoiceNumber = $I->grabAttributeFrom('#invoice_number', 'value');
|
||||||
|
@ -78,7 +78,7 @@ class TaxRatesCest
|
|||||||
// check total is right before saving
|
// check total is right before saving
|
||||||
$I->see("\${$total}");
|
$I->see("\${$total}");
|
||||||
$I->click('Save');
|
$I->click('Save');
|
||||||
$I->wait(2);
|
$I->wait(3);
|
||||||
$I->see($clientEmail);
|
$I->see($clientEmail);
|
||||||
|
|
||||||
// check total is right after saving
|
// check total is right after saving
|
||||||
|
Loading…
x
Reference in New Issue
Block a user