Skip to content

Commit 149332a

Browse files
committed
magento-research/pwa-tests#MQE-1382-WaitForReactPageLoad
- Updating the action name in the Generator file.
1 parent f5ba105 commit 149332a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Magento/FunctionalTestingFramework/Util/TestGenerator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,8 +1045,8 @@ public function generateStepsPhp($actionObjects, $generationScope = TestGenerato
10451045
case "waitForElement":
10461046
case "waitForElementVisible":
10471047
case "waitForElementNotVisible":
1048-
case "waitForJsElementVisible":
1049-
case "waitForJsElementNotVisible":
1048+
case "waitForPwaElementVisible":
1049+
case "waitForPwaElementNotVisible":
10501050
$testSteps .= $this->wrapFunctionCall($actor, $actionObject, $selector, $time);
10511051
break;
10521052
case "waitForPageLoad":

0 commit comments

Comments
 (0)