File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/PageBuilder/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 673
673
<actionGroup ref =" navigateToStoreFront" stepKey =" navigateToStoreFront" >
674
674
<argument name =" contentType" value =" PageBuilderTabsContentType" />
675
675
</actionGroup >
676
- <reloadPage stepKey =" reloadPage" />
677
676
<waitForPageLoad stepKey =" waitForStoreFrontPageLoad" time =" 30" />
678
677
<!-- Validate content type is enabled in Storefront -->
679
678
<comment userInput =" Validate content type is enabled in Storefront" stepKey =" commentValidateShownStorefront" />
680
679
<waitForElementVisible selector =" {{TextOnStorefront.notHidden('1')}}" stepKey =" waitForContentTypeShownStorefront1" />
680
+ <seeElement selector =" {{TabOnStorefront.tabContentText('1')}}" stepKey =" seeTextElementInTabContent" />
681
681
<actionGroup ref =" switchTabs" stepKey =" switchTabsStorefront" >
682
682
<argument name =" section" value =" TabOnStorefront" />
683
683
<argument name =" from" value =" 1" />
684
684
<argument name =" to" value =" 2" />
685
685
</actionGroup >
686
686
<waitForElementVisible selector =" {{TextOnStorefront.notHidden('2')}}" stepKey =" waitForContentTypeShownStorefront2" />
687
- <seeElementInDOM selector =" {{TabOnStorefront.tabContentText('2')}}" stepKey =" seeTextElementInTabContent " />
687
+ <seeElement selector =" {{TabOnStorefront.tabContentText('2')}}" stepKey =" seeTextElementInTabContent2 " />
688
688
</test >
689
689
<test name =" TabsCannotAddToStage" >
690
690
<annotations >
You can’t perform that action at this time.
0 commit comments