Skip to content

Commit

Permalink
[Behat] Remove redundant context step
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafikooo committed Nov 5, 2024
1 parent d0b5696 commit e2d7ce7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/Behat/Context/Ui/ManagingOrdersContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ public function __construct(
$this->notificationChecker = $notificationChecker;
}

/**
* @Given I am viewing the summary of the order :order
*/
public function viewingTheSummaryOfTheOrder(OrderInterface $order): void
{
$this->showPage->open(['id' => $order->getId()]);
}

/**
* @Then I should be notified that the order should be paid
*/
Expand Down

0 comments on commit e2d7ce7

Please sign in to comment.