Skip to content

Commit

Permalink
Fix vendor variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ylavoie committed Apr 2, 2021
1 parent f0751a8 commit 6699132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xt/lib/Pherkin/Extension/pageobject_steps/invoice_steps.pl
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
};

When qr/I select vendor "(.*)"/, sub {
my $customer = $1;
my $vendor = $1;

my $page = S->{ext_wsl}->page->body->maindiv->content;
$page->select_vendor($customer);
$page->select_vendor($vendor);

};

Expand Down

0 comments on commit 6699132

Please sign in to comment.