Working on tests
This commit is contained in:
parent
9f3a1d5b78
commit
04cf0cf2cf
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue