mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Working on tests
This commit is contained in:
parent
73ab6a308b
commit
a1f0461e02
@ -67,6 +67,7 @@ class CheckBalanceCest
|
|||||||
$I->see('Balance $0.00');
|
$I->see('Balance $0.00');
|
||||||
$I->see('Paid to Date $' . ($productPrice * 2));
|
$I->see('Paid to Date $' . ($productPrice * 2));
|
||||||
|
|
||||||
|
/*
|
||||||
// archive the invoice
|
// archive the invoice
|
||||||
$I->amOnPage('/invoices/' . $invoiceId);
|
$I->amOnPage('/invoices/' . $invoiceId);
|
||||||
$I->executeJS('submitBulkAction("archive")');
|
$I->executeJS('submitBulkAction("archive")');
|
||||||
@ -74,6 +75,7 @@ class CheckBalanceCest
|
|||||||
$I->amOnPage("/clients/{$clientId}");
|
$I->amOnPage("/clients/{$clientId}");
|
||||||
$I->see('Balance $0.00');
|
$I->see('Balance $0.00');
|
||||||
$I->see('Paid to Date $' . ($productPrice * 2));
|
$I->see('Paid to Date $' . ($productPrice * 2));
|
||||||
|
*/
|
||||||
|
|
||||||
// delete the invoice
|
// delete the invoice
|
||||||
$I->amOnPage('/invoices/' . $invoiceId);
|
$I->amOnPage('/invoices/' . $invoiceId);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user