1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 14:12:44 +01:00

Working on tests

This commit is contained in:
Hillel Coren 2018-03-11 14:08:41 +02:00
parent 04cf0cf2cf
commit d0217f6887

View File

@ -52,12 +52,13 @@ class TaskCest
$I->click('More Actions'); $I->click('More Actions');
$I->click('Invoice Task'); $I->click('Invoice Task');
$I->wait(2);
$I->click('Mark Sent'); $I->click('Mark Sent');
$I->see('Sent'); $I->see('Sent');
$I->wait(1); $I->wait(2);
$I->see('Successfully created invoice'); $I->see('Successfully created invoice');
} }
/*
public function createManualTask(AcceptanceTester $I) public function createManualTask(AcceptanceTester $I)
{ {
$description = $this->faker->text(100); $description = $this->faker->text(100);
@ -97,7 +98,7 @@ class TaskCest
$I->seeNumberOfElements('tbody tr[role=row]', [1, 10]); $I->seeNumberOfElements('tbody tr[role=row]', [1, 10]);
} }
*/
/* /*
public function deleteTask(AcceptanceTester $I) public function deleteTask(AcceptanceTester $I)
{ {