|
14 | 14 | </arguments>
|
15 | 15 | <waitForElementVisible time="30" selector="{{PageBuilderPanel.draggableContentTypeInPanel(contentType.name)}}" stepKey="waitForContentTypeInPanel"/>
|
16 | 16 | <dragAndDrop selector1="{{PageBuilderPanel.draggableContentTypeInPanel(contentType.name)}}" selector2="{{PageBuilderStage.dropAreaInStage}}" stepKey="dropContentTypeIntoStage"/>
|
| 17 | + <waitForPageLoad stepKey="waitForToolbarsToLoad" time="30"/> |
| 18 | + <dontSeeJsError stepKey="doNotSeeJSErrorInConsole"/> |
17 | 19 | <waitForLoadingMaskToDisappear stepKey="waitForAnimation" />
|
18 | 20 | <waitForElementVisible time="10" selector="{{PageBuilderStage.contentTypeInStage(contentType.role)}}" stepKey="waitForContentTypeInStage" />
|
19 | 21 | <waitForPageLoad stepKey="waitForToolbarsToLoad" time="30"/>
|
|
25 | 27 | </arguments>
|
26 | 28 | <dragAndDrop selector1="{{PageBuilderPanel.draggableContentTypeInPanel(contentType.name)}}" selector2="{{PageBuilderStage.dropAreaInStage}}" stepKey="dropContentTypeIntoStage"/>
|
27 | 29 | <waitForPageLoad stepKey="waitForAnimation" time="30"/>
|
| 30 | + <dontSeeJsError stepKey="doNotSeeJSErrorInConsole"/> |
28 | 31 | <waitForElementVisible time="10" selector="{{PageBuilderStage.contentTypeInStageByIndex(contentType.role, contentTypeNumber)}}" stepKey="waitForContentTypeInStage" />
|
29 | 32 | <waitForPageLoad stepKey="waitForToolbarsToLoad" time="30"/>
|
30 | 33 | </actionGroup>
|
|
41 | 44 | <waitForElementVisible time="30" selector="{{PageBuilderPanel.draggableContentTypeInPanel(contentType.name)}}" stepKey="waitForContentTypeInPanel"/>
|
42 | 45 | <dragAndDrop selector1="{{PageBuilderPanel.draggableContentTypeInPanel(contentType.name)}}" selector2="{{PageBuilderStage.contentTypeContainer(containerTargetType.role, containerTargetIndex)}}" x="{{offsetXCoordinate}}" y="{{offsetYCoordinate}}" stepKey="dropContentTypeIntoStage"/>
|
43 | 46 | <waitForPageLoad stepKey="waitForAnimation" time="30"/>
|
| 47 | + <dontSeeJsError stepKey="doNotSeeJSErrorInConsole"/> |
44 | 48 | <waitForElementVisible time="10" selector="{{PageBuilderStage.contentTypeInStageByIndex(contentType.role, contentTypeIndex)}}" stepKey="waitForContentTypeInStage" />
|
45 | 49 | <waitForPageLoad stepKey="waitForToolbarsToLoad" time="30"/>
|
46 | 50 | </actionGroup>
|
|
57 | 61 | <waitForElementVisible time="30" selector="{{PageBuilderPanel.draggableContentTypeInPanel(contentType.name)}}" stepKey="waitForContentTypeInPanel"/>
|
58 | 62 | <dragAndDrop selector1="{{PageBuilderPanel.draggableContentTypeInPanel(contentType.name)}}" selector2="{{PageBuilderStage.contentTypeContainer(containerTargetType.role, containerTargetIndex)}}" x="{{offsetXCoordinate}}" y="{{offsetYCoordinate}}" stepKey="dropContentTypeIntoStage"/>
|
59 | 63 | <waitForPageLoad stepKey="waitForAnimation" time="30"/>
|
| 64 | + <dontSeeJsError stepKey="doNotSeeJSErrorInConsole"/> |
60 | 65 | <waitForElementNotVisible time="10" selector="{{PageBuilderStage.contentTypeInStageByIndex(contentType.role, contentTypeIndex)}}" stepKey="waitForContentTypeNotOnStage" />
|
61 | 66 | <dontSeeElementInDOM selector="{{PageBuilderStage.contentTypeInStageByIndex(contentType.role, contentTypeIndex)}}" stepKey="dontSeeElementInContainer" />
|
62 | 67 | </actionGroup>
|
|
72 | 77 | <scrollTo selector="{{CmsNewPagePageActionsSection.contentSectionName}}" stepKey="scrollToTopOfStage"/>
|
73 | 78 | <dragAndDrop selector1="{{PageBuilderPanel.draggableContentTypeInPanel(contentType.name)}}" selector2="{{PageBuilderStage.contentTypeInStage(targetBlockType.role)}}" x="{{offsetXCoordinate}}" y="{{offsetYCoordinate}}" stepKey="dropContentTypeIntoStage"/>
|
74 | 79 | <waitForPageLoad time="30" stepKey="waitForStageToLoad"/>
|
| 80 | + <dontSeeJsError stepKey="doNotSeeJSErrorInConsole"/> |
75 | 81 | <waitForElementVisible time="30" selector="{{PageBuilderStage.contentTypeInStageByIndex(contentType.role, contentTypeIndex)}}" stepKey="waitForContentTypeInStage"/>
|
76 | 82 | </actionGroup>
|
77 | 83 | <actionGroup name="dragContentTypeToDropZone">
|
|
88 | 94 | <waitForElement time="30" selector="{{PageBuilderStage.dropZone(containerTargetType.role, containerTargetIndex, dropZoneIndex)}}" stepKey="waitForStageActive"/>
|
89 | 95 | <dragAndDrop selector1="{{PageBuilderPanel.draggableContentTypeInPanel(contentType.name)}}" selector2="{{PageBuilderStage.dropZone(containerTargetType.role, containerTargetIndex, dropZoneIndex)}}" x="{{offsetXCoordinate}}" y="{{offsetYCoordinate}}" stepKey="dropContentTypeIntoStage"/>
|
90 | 96 | <waitForPageLoad time="30" stepKey="waitForAnimation"/>
|
| 97 | + <dontSeeJsError stepKey="doNotSeeJSErrorInConsole"/> |
91 | 98 | <waitForElementVisible time="30" selector="{{PageBuilderStage.contentTypeInStageByIndex(contentType.role, contentTypeIndex)}}" stepKey="waitForContentTypeInStage"/>
|
92 | 99 | </actionGroup>
|
93 | 100 | <actionGroup name="cannotDragContentTypeToTarget">
|
|
104 | 111 | <waitForElement time="30" selector="{{PageBuilderStage.dropZone(containerTargetType.role, containerTargetIndex, dropZoneIndex)}}" stepKey="waitForTargetActive"/>
|
105 | 112 | <dragAndDrop selector1="{{PageBuilderPanel.draggableContentTypeInPanel(contentType.name)}}" selector2="{{PageBuilderStage.dropZone(containerTargetType.role, containerTargetIndex, dropZoneIndex)}}" x="{{offsetXCoordinate}}" y="{{offsetYCoordinate}}" stepKey="dragContentTypeIntoTarget"/>
|
106 | 113 | <waitForPageLoad time="30" stepKey="waitForAnimation"/>
|
| 114 | + <dontSeeJsError stepKey="doNotSeeJSErrorInConsole"/> |
107 | 115 | <dontSeeElementInDOM selector="{{PageBuilderStage.contentTypeInStageByIndex(contentType.role, contentTypeIndex)}}" stepKey="dontSeeElement"/>
|
108 | 116 | </actionGroup>
|
109 | 117 | <actionGroup name="moveContentTypeToContainer">
|
|
125 | 133 | <waitForElementVisible selector="{{PageBuilderContentTypeOptionsMenu.contentTypeMoveByIndex(contentType.role, contentTypeIndex)}}" stepKey="waitForEditButton"/>
|
126 | 134 | <dragAndDrop selector1="{{PageBuilderContentTypeOptionsMenu.contentTypeMoveByIndex(contentType.role, contentTypeIndex)}}" selector2="{{PageBuilderStage.contentTypeContainer(containerTargetType.role, containerTargetIndex)}}" x="{{containerOffsetXCoordinate}}" y="{{containerOffsetYCoordinate}}" stepKey="moveContentTypeIntoContainer"/>
|
127 | 135 | <waitForPageLoad time="30" stepKey="waitForStageToLoad"/>
|
| 136 | + <dontSeeJsError stepKey="doNotSeeJSErrorInConsole"/> |
128 | 137 | <waitForElementVisible time="30" selector="{{PageBuilderStage.contentTypeInStageByIndex(contentType.role, contentTypeIndex)}}" stepKey="waitForContentTypeInStage"/>
|
129 | 138 | </actionGroup>
|
130 | 139 | <actionGroup name="cannotMoveContentTypeToContainer" extends="moveContentTypeToContainer">
|
|
146 | 155 | <scrollTo selector="{{CmsNewPagePageActionsSection.contentSectionName}}" stepKey="scrollToTopOfStage"/>
|
147 | 156 | <dragAndDrop selector1="{{PageBuilderPanel.draggableContentTypeInPanel(contentType.name)}}" selector2="{{PageBuilderStage.contentTypeInStageByIndex(existingContentType.role, existingContentTypeIndex)}}" x="{{offsetXCoordinate}}" y="{{offsetYCoordinate}}" stepKey="dropContentTypeIntoStage"/>
|
148 | 157 | <waitForPageLoad stepKey="waitForAnimation" time="30"/>
|
| 158 | + <dontSeeJsError stepKey="doNotSeeJSErrorInConsole"/> |
149 | 159 | <waitForElementVisible time="10" selector="{{PageBuilderStage.contentTypeInStageByIndex(contentType.role, contentTypeIndex)}}" stepKey="waitForContentTypeInStage" />
|
150 | 160 | <waitForPageLoad stepKey="waitForToolbarsToLoad" time="30"/>
|
151 | 161 | </actionGroup>
|
|
0 commit comments