Skip to content

Commit

Permalink
refactor #252 [Behat] Fix type of show page (GSadee)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.0-dev branch.

Discussion
----------



Commits
-------

b608c7d [Behat] Fix type of show page
  • Loading branch information
GSadee authored Sep 16, 2021
2 parents 0a4829f + b608c7d commit 320654d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Behat/Context/Ui/Admin/ManagingInvoicesContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ final class ManagingInvoicesContext implements Context
{
private IndexPageInterface $indexPage;

private \Tests\Sylius\InvoicingPlugin\Behat\Page\Admin\Invoice\ShowPageInterface $showPage;
private ShowPageInterface $showPage;

private OrderShowPageInterface $orderShowPage;

Expand Down

0 comments on commit 320654d

Please sign in to comment.