Skip to content

Commit 1779ef8

Browse files
committed
MC-3852: Update Background Image Implementation on Tabs
- Update selectors of test to use seeElement and remove reloadPage call
1 parent a5a683b commit 1779ef8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderTabGroupTests.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -673,18 +673,18 @@
673673
<actionGroup ref="navigateToStoreFront" stepKey="navigateToStoreFront">
674674
<argument name="contentType" value="PageBuilderTabsContentType"/>
675675
</actionGroup>
676-
<reloadPage stepKey="reloadPage"/>
677676
<waitForPageLoad stepKey="waitForStoreFrontPageLoad" time="30"/>
678677
<!-- Validate content type is enabled in Storefront -->
679678
<comment userInput="Validate content type is enabled in Storefront" stepKey="commentValidateShownStorefront"/>
680679
<waitForElementVisible selector="{{TextOnStorefront.notHidden('1')}}" stepKey="waitForContentTypeShownStorefront1"/>
680+
<seeElement selector="{{TabOnStorefront.tabContentText('1')}}" stepKey="seeTextElementInTabContent"/>
681681
<actionGroup ref="switchTabs" stepKey="switchTabsStorefront">
682682
<argument name="section" value="TabOnStorefront"/>
683683
<argument name="from" value="1"/>
684684
<argument name="to" value="2"/>
685685
</actionGroup>
686686
<waitForElementVisible selector="{{TextOnStorefront.notHidden('2')}}" stepKey="waitForContentTypeShownStorefront2"/>
687-
<seeElementInDOM selector="{{TabOnStorefront.tabContentText('2')}}" stepKey="seeTextElementInTabContent"/>
687+
<seeElement selector="{{TabOnStorefront.tabContentText('2')}}" stepKey="seeTextElementInTabContent2"/>
688688
</test>
689689
<test name="TabsCannotAddToStage">
690690
<annotations>

0 commit comments

Comments
 (0)