Fix for tests

This commit is contained in:
Hillel Coren 2016-10-02 12:51:02 +03:00
parent eabeeb7b4e
commit ee385f9ec9

View File

@ -59,7 +59,7 @@ class TaxRatesCest
$I->selectOption('select[name=default_tax_rate_id]', $itemTaxName . ' ' . $itemTaxRate . '%'); $I->selectOption('select[name=default_tax_rate_id]', $itemTaxName . ' ' . $itemTaxRate . '%');
$I->click('Save'); $I->click('Save');
$I->wait(1); $I->wait(1);
$I->see($productKey); //$I->see($productKey);
// create client // create client
$I->amOnPage('/clients/create'); $I->amOnPage('/clients/create');