@@ -16,7 +16,7 @@ const changeFirstAndSecondColumnsMobileOrder = (snippetRowSelector, snippetName)
16
16
run : "click" ,
17
17
} , {
18
18
content : "Change the orders of the 1st and 2nd columns" ,
19
- trigger : ":iframe .o_overlay_move_options [data-name='move_right_opt ']" ,
19
+ trigger : "body .o_overlay_options button[title='Move right ']" ,
20
20
run : "click" ,
21
21
} ] ;
22
22
} ;
@@ -176,7 +176,7 @@ registerWebsitePreviewTour("website_mobile_order_with_drag_and_drop", {
176
176
...toggleMobilePreview ( false ) ,
177
177
{
178
178
content : "Drag a 'Text-Image' column and drop it in the same snippet" ,
179
- trigger : ":iframe .o_overlay_move_options .o_move_handle" ,
179
+ trigger : "body .o_overlay_options .o_move_handle" ,
180
180
run : `drag_and_drop ${ textImageSnippetRow } ` ,
181
181
} ,
182
182
checkIfNoMobileOrder ( textImageSnippetRow ) ,
@@ -191,7 +191,7 @@ registerWebsitePreviewTour("website_mobile_order_with_drag_and_drop", {
191
191
run : "click" ,
192
192
} , {
193
193
content : "Drag the second column of 'Columns' and drop it in 'Text-Image'" ,
194
- trigger : ":iframe .o_overlay_move_options .o_move_handle" ,
194
+ trigger : "body .o_overlay_options .o_move_handle" ,
195
195
run : `drag_and_drop ${ textImageSnippetRow } ` ,
196
196
} ,
197
197
checkIfNoMobileOrder ( textImageSnippetRow ) ,
0 commit comments