|
860 | 860 | <argument name="property" value="PageBuilderTabBackgroundColorPink"/>
|
861 | 861 | </actionGroup>
|
862 | 862 | <actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettings"/>
|
863 |
| - <waitForElementVisible selector="{{TabOnStage.tabHeaderItemActive('1')}}" stepKey="seeFirstTabActiveAdminPreview"/> |
| 863 | + <seeElement selector="{{TabOnStage.tabHeaderItemActive('1')}}" stepKey="seeFirstTabActiveAdminPreview"/> |
864 | 864 | <comment userInput="User updates tab settings and saves configuration" stepKey="saveBlock"/>
|
865 | 865 | <click selector="{{BlockNewPagePageActionsSection.saveBlock}}" stepKey="clickSaveBlock"/>
|
866 | 866 | <waitForPageLoad stepKey="waitForPageToLoad"/>
|
867 | 867 | <!--Verify stage after save-->
|
868 | 868 | <comment userInput="Verify stage after save" stepKey="commentVerifyStageAfterSave"/>
|
869 |
| - <waitForElementVisible selector="{{TabOnStage.tabHeaderItemActive('1')}}" stepKey="seeFirstTabActiveAdminPreviewAfterSave"/> |
| 869 | + <seeElement selector="{{TabOnStage.tabHeaderItemActive('1')}}" stepKey="seeFirstTabActiveAdminPreviewAfterSave"/> |
870 | 870 | <!--User goes to created CMS page-->
|
871 | 871 | <comment userInput="User goes to created CMS page" stepKey="NavigateToCMSPage"/>
|
872 | 872 | <actionGroup ref="navigateToCreatedCMSPage" stepKey="navigateToCreatedCMSPage">
|
|
888 | 888 | <!--Check that tab was rendered on the stage-->
|
889 | 889 | <comment userInput="Check that tab was rendered on the stage" stepKey="commentCheckingThatTabAreRenderedOnTHeStage"/>
|
890 | 890 | <see selector="{{TabOnStorefront.tabHeader('1')}}" userInput="{{PageBuilderTabNameRandom1.value}}" stepKey="seeTab1TitleStorefront2"/>
|
891 |
| - <waitForElementVisible selector="{{TabOnStorefront.tabHeaderItemActive('1')}}" stepKey="seeFirstTabActiveStorefront2"/> |
| 891 | + <seeElement selector="{{TabOnStorefront.tabHeaderItemActive('1')}}" stepKey="seeFirstTabActiveStorefront2"/> |
892 | 892 | <seeElement selector="{{TabOnStorefront.backgroundColor('1', PageBuilderTabBackgroundColorPink.rgb)}}" stepKey="seeTab1BackgroundColor2"/>
|
893 | 893 | <actionGroup ref="openOptionsMenu" stepKey="openEditMenuOnStage3">
|
894 | 894 | <argument name="contentType" value="PageBuilderBlockContentType"/>
|
|
900 | 900 | <comment userInput="Verify Block On Store front" stepKey="commentCheckingThatImageIsNotRenderedOnTheStoreFront"/>
|
901 | 901 | <amOnPage url="$$createCMSPage.identifier$$" stepKey="amOnPageTestPage"/>
|
902 | 902 | <see selector="{{TabOnStorefront.tabHeader('1')}}" userInput="{{PageBuilderTabNameRandom1.value}}" stepKey="seeTab1TitleStorefront"/>
|
903 |
| - <waitForElementVisible selector="{{TabOnStorefront.tabHeaderItemActive('1')}}" stepKey="seeFirstTabActiveStorefront"/> |
| 903 | + <seeElement selector="{{TabOnStorefront.tabHeaderItemActive('1')}}" stepKey="seeFirstTabActiveStorefront"/> |
904 | 904 | <seeElement selector="{{TabOnStorefront.backgroundColor('1', PageBuilderTabBackgroundColorPink.rgb)}}" stepKey="seeTab1BackgroundColor"/>
|
905 | 905 | <see userInput="$$createPreReqBlock.content$$" stepKey="seeBlockContentOnCmsStage1"/>
|
906 | 906 | </test>
|
|
0 commit comments