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
9f3a1d5b78
commit
04cf0cf2cf
@ -43,7 +43,6 @@ class TaskCest
|
||||
$I->click('Start');
|
||||
$I->wait(rand(2, 5));
|
||||
$I->click('Stop');
|
||||
$I->click('Save');
|
||||
|
||||
$I->seeInDatabase('tasks', [
|
||||
'description' => $description,
|
||||
@ -51,7 +50,6 @@ class TaskCest
|
||||
]);
|
||||
$I->seeInDatabase('projects', ['name' => $project]);
|
||||
|
||||
$I->wait(5);
|
||||
$I->click('More Actions');
|
||||
$I->click('Invoice Task');
|
||||
$I->click('Mark Sent');
|
||||
|
Loading…
x
Reference in New Issue
Block a user