mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:17:30 -04:00
Working on tests
This commit is contained in:
parent
9f3a1d5b78
commit
04cf0cf2cf
@ -43,7 +43,6 @@ class TaskCest
|
|||||||
$I->click('Start');
|
$I->click('Start');
|
||||||
$I->wait(rand(2, 5));
|
$I->wait(rand(2, 5));
|
||||||
$I->click('Stop');
|
$I->click('Stop');
|
||||||
$I->click('Save');
|
|
||||||
|
|
||||||
$I->seeInDatabase('tasks', [
|
$I->seeInDatabase('tasks', [
|
||||||
'description' => $description,
|
'description' => $description,
|
||||||
@ -51,7 +50,6 @@ class TaskCest
|
|||||||
]);
|
]);
|
||||||
$I->seeInDatabase('projects', ['name' => $project]);
|
$I->seeInDatabase('projects', ['name' => $project]);
|
||||||
|
|
||||||
$I->wait(5);
|
|
||||||
$I->click('More Actions');
|
$I->click('More Actions');
|
||||||
$I->click('Invoice Task');
|
$I->click('Invoice Task');
|
||||||
$I->click('Mark Sent');
|
$I->click('Mark Sent');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user