/**
  * @group edit
  * @guy DeliveryTester\DeliverySteps
  */
 public function eDescriptionDescriptionPrice(DeliveryTester\DeliverySteps $I)
 {
     $description = $descriptionprice = InitTest::$textSymbols;
     $I->EditDelivery(null, 'on', $description, $descriptionprice);
     $I->waitForText("Редактирование способа доставки: {$this->Name}", NULL, ".title");
     $I->seeInField(DeliveryEditPage::$FieldDescription, $description);
     $I->seeInField(DeliveryEditPage::$FieldDescriptionPrice, $descriptionprice);
     $I->CheckInFrontEnd($this->Name, $description);
 }