Skip to content

Commit

Permalink
[Behat] Unused step implementation removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafikooo authored and Zales0123 committed Oct 5, 2022
1 parent 74f599b commit 1f43b43
Showing 1 changed file with 0 additions and 8 deletions.
Expand Up @@ -701,14 +701,6 @@ public function iShouldBeNotifiedThatADiscountAmountShouldBeANumber(): void
Assert::same($this->formElement->getValidationMessage(), 'The percentage discount amount must be a number and can not be empty.');
}

/**
* @Then I should be notified that a discount amount is not valid
*/
public function iShouldBeNotifiedThatADiscountAmountIsNotValid(): void
{
Assert::same($this->formElement->getValidationMessage(), 'This value is not valid.');
}

/**
* @Then I should be notified that a discount amount should be configured for at least one channel
*/
Expand Down

0 comments on commit 1f43b43

Please sign in to comment.