We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b9a09 commit 2188be7Copy full SHA for 2188be7
app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderTabGroupTests.xml
@@ -683,7 +683,8 @@
683
<argument name="from" value="1"/>
684
<argument name="to" value="2"/>
685
</actionGroup>
686
- <waitForElementVisible selector="{{TextOnStorefront.notHidden('2')}}" stepKey="waitForContentTypeShownStorefront2"/>
+ <!-- Due to background images on tabs we must check the 3rd element for the second tab on desktop -->
687
+ <waitForElementVisible selector="{{TextOnStorefront.notHidden('3')}}" stepKey="waitForContentTypeShownStorefront2"/>
688
<seeElementInDOM selector="{{TabOnStorefront.tabContentText('2')}}" stepKey="seeTextElementInTabContent"/>
689
</test>
690
<test name="TabsCannotAddToStage">
0 commit comments