Fix for tests
This commit is contained in:
parent
ca377bc0d2
commit
a9e10985a1
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ class CheckBalanceCest
|
|||
$I->fillField('table.invoice-table tbody tr:nth-child(1) #product_key', $productKey);
|
||||
$I->click('table.invoice-table tbody tr:nth-child(1) .tt-selectable');
|
||||
$I->click('Save');
|
||||
$I->wait(1);
|
||||
$I->wait(2);
|
||||
$I->see($clientEmail);
|
||||
$invoiceId = $I->grabFromCurrentUrl('~invoices/(\d+)~');
|
||||
$I->amOnPage("/clients/{$clientId}");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue