Skip to content

Commit e2d8960

Browse files
committed
ACQE-3393: removed hard code wait
1 parent 222746a commit e2d8960

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

app/code/Magento/Cms/Test/Mftf/Test/AdminConfigureStoreInformationTest.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -66,38 +66,38 @@
6666
<argument name="contentType" value="PageBuilderHtmlContentType"/>
6767
</actionGroup>
6868
<click selector="{{HtmlOnConfiguration.insertVariableButton}}" stepKey="clickInsertVariableButton"/>
69-
<wait time="2" stepKey="waitForPageToLoadForToInsertButtonForStoreName"/>
69+
<waitForPageLoad stepKey="waitForPageToLoadForToInsertButtonForStoreName"/>
7070
<click selector="{{VariableSection.VariableRadio('General / Store Information / Store Name')}}" stepKey="selectDefaultVariable"/>
71-
<wait time="2" stepKey="waitForPageToLoadForToSelectDefaultVariableStoreName"/>
71+
<waitForPageLoad stepKey="waitForPageToLoadForToSelectDefaultVariableStoreName"/>
7272
<click selector="{{VariableSection.InsertWidget}}" stepKey="clickInsertVariableForStAds"/>
73-
<wait time="2" stepKey="waitForPageToLoadToSelectInsertVariableButtonForStAds"/>
73+
<waitForPageLoad stepKey="waitForPageToLoadToSelectInsertVariableButtonForStAds"/>
7474
<click selector="{{HtmlOnConfiguration.insertVariableButton}}" stepKey="againClickInsertVariableButtonForStAds"/>
75-
<wait time="2" stepKey="againWaitForPageToLoadToSelectInsertVariableButtonForStAds"/>
75+
<waitForPageLoad stepKey="againWaitForPageToLoadToSelectInsertVariableButtonForStAds"/>
7676
<click selector="{{VariableSection.VariableRadio('General / Store Information / Street Address')}}" stepKey="selectDefaultVariableForStAds"/>
77-
<wait time="2" stepKey="waitForPageToLoadForToSelectDefaultVariableStAds"/>
77+
<waitForPageLoad stepKey="waitForPageToLoadForToSelectDefaultVariableStAds"/>
7878
<click selector="{{VariableSection.InsertWidget}}" stepKey="clickInsertVariableForStore"/>
79-
<wait time="2" stepKey="waitForPageToLoadForToInsertButtonForStore"/>
79+
<waitForPageLoad stepKey="waitForPageToLoadForToInsertButtonForStore"/>
8080
<click selector="{{HtmlOnConfiguration.insertVariableButton}}" stepKey="againClickInsertVariableForStore"/>
81-
<wait time="2" stepKey="againWaitForPageToLoadToSelectInsertVariableButtonForStore"/>
81+
<waitForPageLoad stepKey="againWaitForPageToLoadToSelectInsertVariableButtonForStore"/>
8282
<click selector="{{VariableSection.VariableRadio('General / Store Information / City')}}" stepKey="selectDefaultVariableForStore"/>
83-
<wait time="2" stepKey="waitForPageToLoadForToSelectDefaultVariableStore"/>
83+
<waitForPageLoad stepKey="waitForPageToLoadForToSelectDefaultVariableStore"/>
8484
<click selector="{{VariableSection.InsertWidget}}" stepKey="clickInsertVariableForCode"/>
8585
<click selector="{{HtmlOnConfiguration.insertVariableButton}}" stepKey="clickInsertVariableAgainForCode"/>
86-
<wait time="2" stepKey="WaitForPageToLoadToSelectInsertVariableButtonForCode"/>
86+
<waitForPageLoad stepKey="WaitForPageToLoadToSelectInsertVariableButtonForCode"/>
8787
<click selector="{{VariableSection.VariableRadio('General / Store Information / ZIP/Postal Code')}}" stepKey="selectDefaultVariableForCode"/>
88-
<wait time="2" stepKey="waitForPageToLoadForToSelectDefaultVariableCode"/>
88+
<waitForPageLoad stepKey="waitForPageToLoadForToSelectDefaultVariableCode"/>
8989
<click selector="{{VariableSection.InsertWidget}}" stepKey="clickInsertVariableForState"/>
9090
<click selector="{{HtmlOnConfiguration.insertVariableButton}}" stepKey="clickInsertVariableAgainForState"/>
91-
<wait time="2" stepKey="WaitForPageToLoadToSelectInsertVariableButtonForState"/>
91+
<waitForPageLoad stepKey="WaitForPageToLoadToSelectInsertVariableButtonForState"/>
9292
<click selector="{{VariableSection.VariableRadio('General / Store Information / Region/State')}}" stepKey="selectDefaultVariableForState"/>
93-
<wait time="2" stepKey="waitForPageToLoadForToSelectDefaultVariableForState"/>
93+
<waitForPageLoad stepKey="waitForPageToLoadForToSelectDefaultVariableForState"/>
9494
<click selector="{{VariableSection.InsertWidget}}" stepKey="clickInsertVariableForCountry"/>
9595
<click selector="{{HtmlOnConfiguration.insertVariableButton}}" stepKey="clickInsertVariableAgainForCountry"/>
96-
<wait time="2" stepKey="WaitForPageToLoadToSelectInsertVariableButtonForCountry"/>
96+
<waitForPageLoad stepKey="WaitForPageToLoadToSelectInsertVariableButtonForCountry"/>
9797
<click selector="{{VariableSection.VariableRadio('General / Store Information / Country')}}" stepKey="selectDefaultVariableForCountry"/>
98-
<wait time="2" stepKey="waitForPageToLoadForToSelectDefaultVariableForCountry"/>
98+
<waitForPageLoad stepKey="waitForPageToLoadForToSelectDefaultVariableForCountry"/>
9999
<click selector="{{VariableSection.InsertWidget}}" stepKey="clickInsertVariable"/>
100-
<wait time="2" stepKey="waitForLoad"/>
100+
<waitForPageLoad stepKey="waitForLoad"/>
101101
<actionGroup ref="saveEditPanelSettingsFullScreen" stepKey="saveEditPanelSettings"/>
102102
<actionGroup ref="exitPageBuilderFullScreen" stepKey="exitPageBuilderFullScreen"/>
103103
<click selector="{{CmsNewPagePageSeoSection.header}}" stepKey="clickExpandSearchEngineOptimisation"/>

0 commit comments

Comments
 (0)