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:
parent
04cf0cf2cf
commit
d0217f6887
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user