mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Working on tests
This commit is contained in:
parent
0e530ba81a
commit
3d6af09a69
@ -50,6 +50,12 @@ class TaskCest
|
||||
'client_id' => $clientId,
|
||||
]);
|
||||
$I->seeInDatabase('projects', ['name' => $project]);
|
||||
|
||||
$I->click('More Actions');
|
||||
$I->click('Invoice Task');
|
||||
$I->click('Mark Sent');
|
||||
$I->see('Sent');
|
||||
$I->see('View as recipient');
|
||||
}
|
||||
|
||||
public function createManualTask(AcceptanceTester $I)
|
||||
|
@ -40,6 +40,7 @@ class TaxRatesCest
|
||||
// enable line item taxes
|
||||
$I->amOnPage('/settings/tax_rates');
|
||||
$I->checkOption('#invoice_item_taxes');
|
||||
$I->selectOption('#default_tax_rate_id', 1);
|
||||
$I->click('Save');
|
||||
|
||||
// create product
|
||||
|
Loading…
x
Reference in New Issue
Block a user