|
14 | 14 | </arguments>
|
15 | 15 | <waitForElementVisible selector="{{SliderOnFrontend.slideNavigator(index)}}" stepKey="waitForSliderButton"/>
|
16 | 16 | <click selector="{{SliderOnFrontend.slideNavigator(index)}}" stepKey="clickSliderButton"/>
|
| 17 | + <waitForPageLoad stepKey="waitForPageLoad"/> |
17 | 18 | <waitForElementVisible selector="{{SlideOnFrontend.slide(index)}}" stepKey="waitForSlide"/>
|
18 | 19 | </actionGroup>
|
19 | 20 | <actionGroup name="unfocusSlideOptions">
|
|
27 | 28 | <click stepKey="clickNavigationDot" selector="{{SliderInAdmin.firstSlideNavigationDot}}"/>
|
28 | 29 | <waitForElementVisible selector="{{SliderInAdmin.slideOptionsEdit}}" stepKey="waitForSlideOptionsEdit"/>
|
29 | 30 | <click selector="{{SliderInAdmin.slideOptionsEdit}}" stepKey="clickEditContentType"/>
|
30 |
| - <waitForLoadingMaskToDisappear stepKey="waitForAnimation" /> |
| 31 | + <waitForPageLoad stepKey="waitForPageLoad"/> |
31 | 32 | <waitForElementVisible time="5" selector="{{PageBuilderActionsSection.editForm}}" stepKey="waitForEditForm" />
|
32 | 33 | <see userInput="Edit Slide" selector="{{PageBuilderActionsSection.editFormTitle}}" stepKey="seeContentTypeNameInEditFormTitle"/>
|
33 | 34 | </actionGroup>
|
|
40 | 41 | <click stepKey="clickNavigationDot" selector="{{SliderInAdmin.slideNavigationDot(index)}}"/>
|
41 | 42 | <waitForElementVisible selector="{{SliderInAdmin.slideOptionsEdit}}" stepKey="waitForSlideOptionsEdit"/>
|
42 | 43 | <click selector="{{SliderInAdmin.slideOptionsEdit}}" stepKey="clickEditContentType"/>
|
43 |
| - <waitForLoadingMaskToDisappear stepKey="waitForAnimation" /> |
| 44 | + <waitForPageLoad time="30" stepKey="waitForEditFormToLoad"/> |
44 | 45 | <waitForElementVisible time="5" selector="{{PageBuilderActionsSection.editForm}}" stepKey="waitForEditForm" />
|
45 | 46 | <see userInput="Edit Slide" selector="{{PageBuilderActionsSection.editFormTitle}}" stepKey="seeContentTypeNameInEditFormTitle"/>
|
46 | 47 | </actionGroup>
|
|
49 | 50 | <click selector="{{SliderInAdmin.activeSlideNavigationDot}}" stepKey="clickActiveSlideNavigationDot"/>
|
50 | 51 | <seeElement selector="{{SliderInAdmin.slideOptions}}" stepKey="seeContentTypeOptionsMenu"/>
|
51 | 52 | <click selector="{{SliderInAdmin.slideOptionsRemove}}" stepKey="clickRemoveContentType"/>
|
52 |
| - <wait time="0.5" stepKey="waitForRemovalAnimation" /> |
| 53 | + <waitForPageLoad stepKey="waitForPageLoad"/> |
53 | 54 | </actionGroup>
|
54 | 55 | <actionGroup name="duplicateSlide">
|
55 | 56 | <waitForElementVisible time="10" selector="{{SliderInAdmin.sliderContainer}}" stepKey="waitForContentBlockInStageVisible" />
|
56 | 57 | <click selector="{{SliderInAdmin.activeSlideNavigationDot}}" stepKey="clickActiveSlideNavigationDot"/>
|
57 | 58 | <seeElement selector="{{SliderInAdmin.slideOptions}}" stepKey="seeContentBlockOptionsMenu"/>
|
58 | 59 | <click selector="{{SliderInAdmin.slideOptionsDuplicate}}" stepKey="clickRemoveContentBlock"/>
|
| 60 | + <waitForPageLoad stepKey="waitForPageLoad"/> |
59 | 61 | </actionGroup>
|
60 | 62 | <actionGroup name="addSlide">
|
61 | 63 | <waitForElementVisible time="10" selector="{{SliderInAdmin.sliderContainer}}" stepKey="waitForContentTypeInStageVisible" />
|
62 | 64 | <click stepKey="focusOnSlider" selector="{{SliderInAdmin.sliderContainer}}"/>
|
63 | 65 | <scrollTo selector="div.pagebuilder-header" x="0" y="-100" stepKey="scrollToTop"/>
|
64 | 66 | <moveMouseOver selector="{{SliderInAdmin.sliderContainer}}" x="10" y="10" stepKey="onMouseOverContentTypeStage"/>
|
65 |
| - <waitForPageLoad stepKey="waitForPageLoad"/> |
| 67 | + <waitForPageLoad stepKey="waitForPageLoad1"/> |
66 | 68 | <waitForElementVisible time="5" selector="{{SliderInAdmin.sliderOptions}}" stepKey="seeContentTypeOptionsMenu"/>
|
67 | 69 | <moveMouseOver selector="{{SliderInAdmin.sliderOptions}}" stepKey="onMouseOverOptionsMenu"/>
|
68 | 70 | <click selector="{{SliderInAdmin.addNewSlide}}" stepKey="clickAddNewSlideChild"/>
|
69 |
| - <waitForLoadingMaskToDisappear stepKey="waitForAnimation"/> |
| 71 | + <waitForPageLoad stepKey="waitForPageLoad2"/> |
70 | 72 | </actionGroup>
|
71 | 73 | </actionGroups>
|
0 commit comments