We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b9b29 commit c502e46Copy full SHA for c502e46
src/Magento/FunctionalTestingFramework/Module/MagentoPwaWebDriver.php
@@ -25,10 +25,10 @@ class MagentoPwaWebDriver extends MagentoWebDriver
25
* @var array
26
*/
27
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")]'
+ '//div[contains(@class, "indicator-global-")]',
+ '//div[contains(@class, "indicator-root-")]',
+ '//img[contains(@class, "indicator-indicator-")]',
+ '//span[contains(@class, "indicator-message-")]'
32
];
33
34
/**
0 commit comments