Skip to content

Commit c502e46

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ class MagentoPwaWebDriver extends MagentoWebDriver
2525
* @var array
2626
*/
2727
protected $loadingMasksLocators = [
28-
'//div[contains(@class, "indicator-global-3ae")]',
29-
'//div[contains(@class, "indicator-root-3J-")]',
30-
'//div[contains(@class, "indicator-indicator-JHR")]',
31-
'//div[contains(@class, "indicator-message-2he")]'
28+
'//div[contains(@class, "indicator-global-")]',
29+
'//div[contains(@class, "indicator-root-")]',
30+
'//img[contains(@class, "indicator-indicator-")]',
31+
'//span[contains(@class, "indicator-message-")]'
3232
];
3333

3434
/**

0 commit comments

Comments
 (0)