Working on tests
This commit is contained in:
parent
963ddd183d
commit
b0c7c38c45
2 changed files with 3 additions and 2 deletions
|
|
@ -50,7 +50,7 @@ class InvoiceCest
|
|||
$this->fillItem($I, 1, 'Item', 'Notes', 64.50, 3);
|
||||
|
||||
$I->click('#saveButton');
|
||||
$I->wait(1);
|
||||
$I->wait(2);
|
||||
$I->see($invoiceNumber);
|
||||
$I->see('199.01');
|
||||
|
||||
|
|
|
|||
|
|
@ -72,8 +72,9 @@ class QuoteCest
|
|||
$I->fillField('table.invoice-table tbody tr:nth-child(1) td:nth-child(2) input.tt-input', $productKey);
|
||||
$I->click('table.invoice-table tbody tr:nth-child(1) .tt-selectable');
|
||||
$I->click('Mark Sent');
|
||||
$I->wait(2);
|
||||
|
||||
$I->see($clientEmail);
|
||||
|
||||
$I->click('More Actions');
|
||||
$I->click('New Proposal');
|
||||
$I->see('Create');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue