Skip to content

Commit 2c84791

Browse files
committed
magento-pangolin/magento2-functional-testing-framework#MQE-1457: [PWA] The "waitForPwaElementVisible" action does not reference the 'timeout' value set
- Reverting change.
1 parent a070a32 commit 2c84791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Module/MagentoPwaWebDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class MagentoPwaWebDriver extends MagentoWebDriver
2424
* @throws \Exception
2525
* @return void
2626
*/
27-
public function waitForPwaElementNotVisible($selector, $timeout)
27+
public function waitForPwaElementNotVisible($selector, $timeout = null)
2828
{
2929
// Determine what type of Selector is used.
3030
// Then use the correct JavaScript to locate the Element.

0 commit comments

Comments
 (0)