Skip to content

Commit 72ffec2

Browse files
committed
PWA-691: Fix Waits In PWA MFTF MagentoPwaWebDriver
- Fixing static test failures
1 parent fb3da40 commit 72ffec2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/Magento/FunctionalTestingFramework/Module/MagentoPwaWebDriver.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class MagentoPwaWebDriver extends MagentoWebDriver
3737
* Overriding the MagentoWebDriver version because it contains 'waitForPageLoad'.
3838
* The AJAX check in 'waitForPageLoad' does NOT work with a PWA.
3939
*
40-
* @param string $page
40+
* @param string $page
4141
* @param integer $timeout
4242
* @throws \Exception
4343
* @return void
@@ -52,7 +52,7 @@ public function amOnPage($page, $timeout = null)
5252
* Wait for a PWA Element to NOT be visible using JavaScript.
5353
* Add the WAIT_TIMEOUT variable to your .env file for this action.
5454
*
55-
* @param string $selector
55+
* @param string $selector
5656
* @param integer $timeout
5757
* @throws \Exception
5858
* @return void
@@ -76,7 +76,7 @@ public function waitForPwaElementNotVisible($selector, $timeout = null)
7676
* Wait for a PWA Element to be visible using JavaScript.
7777
* Add the WAIT_TIMEOUT variable to your .env file for this action.
7878
*
79-
* @param string $selector
79+
* @param string $selector
8080
* @param integer $timeout
8181
* @throws \Exception
8282
* @return void

0 commit comments

Comments
 (0)