Skip to content

Commit 15b9b29

Browse files
committed
PWA-691: Fix Waits In PWA MFTF MagentoPwaWebDriver
- Adding locators to wait for in PWA webdriver
1 parent d3d5b28 commit 15b9b29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ class MagentoPwaWebDriver extends MagentoWebDriver
2626
*/
2727
protected $loadingMasksLocators = [
2828
'//div[contains(@class, "indicator-global-3ae")]',
29+
'//div[contains(@class, "indicator-root-3J-")]',
30+
'//div[contains(@class, "indicator-indicator-JHR")]',
2931
'//div[contains(@class, "indicator-message-2he")]'
3032
];
3133

0 commit comments

Comments
 (0)