Skip to content

Commit

Permalink
Update CheckoutAgreementsHelpers.php
Browse files Browse the repository at this point in the history
B2B-2606: Graphql Parser called at least 3 times per request
 * Update class name call to follow Codeception Modules standards
  • Loading branch information
okolesnyk authored May 10, 2023
1 parent c7f7688 commit 3ee1541
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function deleteAllTermConditionRows(
): void {
try {
/** @var MagentoWebDriver $magentoWebDriver */
$magentoWebDriver = $this->getModule("\" . MagentoWebDriver::class);
$magentoWebDriver = $this->getModule("\\" . MagentoWebDriver::class);
$webDriver = $magentoWebDriver->webDriver;

$magentoWebDriver->waitForPageLoad(30);
Expand Down

0 comments on commit 3ee1541

Please sign in to comment.