Skip to content

Commit c7f7688

Browse files
authored
B2B-2606: Graphql Parser called at least 3 times per request
Update class name call to follow Codeception Modules standards
1 parent d4cc3ad commit c7f7688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CheckoutAgreements/Test/Mftf/Helper/CheckoutAgreementsHelpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function deleteAllTermConditionRows(
3737
): void {
3838
try {
3939
/** @var MagentoWebDriver $magentoWebDriver */
40-
$magentoWebDriver = $this->getModule(MagentoWebDriver::class);
40+
$magentoWebDriver = $this->getModule("\" . MagentoWebDriver::class);
4141
$webDriver = $magentoWebDriver->webDriver;
4242
4343
$magentoWebDriver->waitForPageLoad(30);

0 commit comments

Comments
 (0)