mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_*: remove save step from tour definition
It is now automatic as the last step of the homepage tours.
Part of https://github.com/odoo/design-themes/pull/2
task-2491890
X-original-commit: 9ee8f97264
This commit is contained in:
@@ -33,6 +33,5 @@ wTourUtils.registerThemeHomepageTour("anelusia_tour", [
|
||||
wTourUtils.clickOnSnippet(snippets[3], 'top'),
|
||||
wTourUtils.changeBackgroundColor(),
|
||||
wTourUtils.selectColorPalette(),
|
||||
wTourUtils.clickOnSave(),
|
||||
]);
|
||||
});
|
||||
|
||||
@@ -34,6 +34,5 @@ wTourUtils.registerThemeHomepageTour("artists_tour", [
|
||||
wTourUtils.dragNDrop(snippets[3]),
|
||||
wTourUtils.clickOnSnippet(snippets[3]),
|
||||
wTourUtils.changeOption('minHeight', 'we-button-group.o_we_user_value_widget', _t('height')),
|
||||
wTourUtils.clickOnSave(),
|
||||
]);
|
||||
});
|
||||
|
||||
@@ -43,6 +43,5 @@ wTourUtils.registerThemeHomepageTour("avantgarde_tour", [
|
||||
wTourUtils.dragNDrop(snippets[3], 'top'),
|
||||
|
||||
wTourUtils.dragNDrop(snippets[4], 'top'),
|
||||
wTourUtils.clickOnSave(),
|
||||
]);
|
||||
});
|
||||
|
||||
@@ -38,6 +38,5 @@ wTourUtils.registerThemeHomepageTour("beauty_tour", [
|
||||
wTourUtils.clickOnSnippet(snippets[4]),
|
||||
wTourUtils.changeBackgroundColor(),
|
||||
wTourUtils.selectColorPalette(),
|
||||
wTourUtils.clickOnSave(),
|
||||
]);
|
||||
});
|
||||
|
||||
@@ -51,6 +51,5 @@ wTourUtils.registerThemeHomepageTour("bewise_tour", [
|
||||
wTourUtils.clickOnSnippet(snippets[6], 'top'),
|
||||
wTourUtils.changeOption('BackgroundShape', 'we-toggler', _t('Background Shape')),
|
||||
wTourUtils.selectNested('we-select-page', 'BackgroundShape', ':not(.o_we_pager_controls)', _t('Background Shape')),
|
||||
wTourUtils.clickOnSave(),
|
||||
]);
|
||||
});
|
||||
|
||||
@@ -43,6 +43,5 @@ wTourUtils.registerThemeHomepageTour("bistro_tour", [
|
||||
wTourUtils.clickOnSnippet(snippets[5], 'top'),
|
||||
wTourUtils.changeBackgroundColor(),
|
||||
wTourUtils.selectColorPalette(),
|
||||
wTourUtils.clickOnSave(),
|
||||
]);
|
||||
});
|
||||
|
||||
@@ -44,6 +44,5 @@ wTourUtils.registerThemeHomepageTour("bookstore_tour", [
|
||||
wTourUtils.goBackToBlocks(),
|
||||
wTourUtils.dragNDrop(snippets[4]),
|
||||
wTourUtils.dragNDrop(snippets[5]),
|
||||
wTourUtils.clickOnSave(),
|
||||
]);
|
||||
});
|
||||
|
||||
@@ -38,6 +38,5 @@ wTourUtils.registerThemeHomepageTour("clean_tour", [
|
||||
wTourUtils.clickOnSnippet(snippets[4]),
|
||||
wTourUtils.changeBackgroundColor(),
|
||||
wTourUtils.selectColorPalette(),
|
||||
wTourUtils.clickOnSave(),
|
||||
]);
|
||||
});
|
||||
|
||||
@@ -44,6 +44,5 @@ wTourUtils.registerThemeHomepageTour("cobalt_tour", [
|
||||
wTourUtils.clickOnSnippet(snippets[4], 'top'),
|
||||
wTourUtils.changeOption('BackgroundShape', 'we-toggler', _t('Background Shape')),
|
||||
wTourUtils.selectNested('we-select-page', 'BackgroundShape', ':not(.o_we_pager_controls)', _t('Background Shape')),
|
||||
wTourUtils.clickOnSave(),
|
||||
]);
|
||||
});
|
||||
|
||||
@@ -39,6 +39,5 @@ wTourUtils.registerThemeHomepageTour("enark_tour", [
|
||||
wTourUtils.dragNDrop(snippets[4]),
|
||||
wTourUtils.clickOnSnippet(snippets[4]),
|
||||
wTourUtils.changeOption('minHeight', 'we-button-group.o_we_user_value_widget', _t('height')),
|
||||
wTourUtils.clickOnSave(),
|
||||
]);
|
||||
});
|
||||
|
||||
@@ -45,7 +45,5 @@ wTourUtils.registerThemeHomepageTour("graphene_tour", [
|
||||
wTourUtils.clickOnSnippet(snippets[4], 'top'),
|
||||
wTourUtils.changeBackgroundColor('left'),
|
||||
wTourUtils.selectColorPalette(),
|
||||
|
||||
wTourUtils.clickOnSave(),
|
||||
]);
|
||||
});
|
||||
|
||||
@@ -45,6 +45,5 @@ wTourUtils.registerThemeHomepageTour("kea_tour", [
|
||||
wTourUtils.goBackToBlocks(),
|
||||
wTourUtils.dragNDrop(snippets[4]),
|
||||
wTourUtils.dragNDrop(snippets[5]),
|
||||
wTourUtils.clickOnSave(),
|
||||
]);
|
||||
});
|
||||
|
||||
@@ -40,6 +40,5 @@ wTourUtils.registerThemeHomepageTour("kiddo_tour", [
|
||||
wTourUtils.changeOption('ContainerWidth', 'we-button-group.o_we_user_value_widget', _t('width')),
|
||||
wTourUtils.goBackToBlocks(),
|
||||
wTourUtils.dragNDrop(snippets[4]),
|
||||
wTourUtils.clickOnSave(),
|
||||
]);
|
||||
});
|
||||
|
||||
@@ -43,6 +43,5 @@ wTourUtils.registerThemeHomepageTour("loftspace_tour", [
|
||||
wTourUtils.clickOnSnippet(snippets[5]),
|
||||
wTourUtils.changeBackgroundColor(),
|
||||
wTourUtils.selectColorPalette(),
|
||||
wTourUtils.clickOnSave(),
|
||||
]);
|
||||
});
|
||||
|
||||
@@ -56,6 +56,5 @@ wTourUtils.registerThemeHomepageTour("monglia_tour", [
|
||||
|
||||
wTourUtils.dragNDrop(snippets[5]),
|
||||
wTourUtils.dragNDrop(snippets[6]),
|
||||
wTourUtils.clickOnSave(),
|
||||
]);
|
||||
});
|
||||
|
||||
@@ -38,6 +38,5 @@ wTourUtils.registerThemeHomepageTour("nano_tour", [
|
||||
wTourUtils.clickOnSnippet(snippets[4], 'top'),
|
||||
wTourUtils.changeBackgroundColor(),
|
||||
wTourUtils.selectColorPalette(),
|
||||
wTourUtils.clickOnSave(),
|
||||
]);
|
||||
});
|
||||
|
||||
@@ -34,6 +34,5 @@ wTourUtils.registerThemeHomepageTour("notes_tour", [
|
||||
wTourUtils.dragNDrop(snippets[3]),
|
||||
wTourUtils.clickOnSnippet(snippets[3]),
|
||||
wTourUtils.changeOption('ContainerWidth', 'we-button-group.o_we_user_value_widget', _t('width')),
|
||||
wTourUtils.clickOnSave(),
|
||||
]);
|
||||
});
|
||||
|
||||
@@ -34,6 +34,5 @@ wTourUtils.registerThemeHomepageTour("odoo_experts_tour", [
|
||||
wTourUtils.dragNDrop(snippets[3]),
|
||||
wTourUtils.clickOnSnippet(snippets[3]),
|
||||
wTourUtils.changeOption('minHeight', 'we-button-group.o_we_user_value_widget', _t('height')),
|
||||
wTourUtils.clickOnSave(),
|
||||
]);
|
||||
});
|
||||
|
||||
@@ -48,6 +48,5 @@ wTourUtils.registerThemeHomepageTour("orchid_tour", [
|
||||
wTourUtils.clickOnSnippet(snippets[5]),
|
||||
wTourUtils.changeBackgroundColor(),
|
||||
wTourUtils.selectColorPalette(),
|
||||
wTourUtils.clickOnSave(),
|
||||
]);
|
||||
});
|
||||
|
||||
@@ -35,6 +35,5 @@ wTourUtils.registerThemeHomepageTour("paptic_tour", [
|
||||
wTourUtils.dragNDrop(snippets[1], 'top'),
|
||||
wTourUtils.dragNDrop(snippets[2], 'top'),
|
||||
wTourUtils.dragNDrop(snippets[3], 'top'),
|
||||
wTourUtils.clickOnSave(),
|
||||
]);
|
||||
});
|
||||
|
||||
@@ -39,6 +39,5 @@ wTourUtils.registerThemeHomepageTour("real_estate_tour", [
|
||||
wTourUtils.selectColorPalette(),
|
||||
wTourUtils.goBackToBlocks(),
|
||||
wTourUtils.dragNDrop(snippets[4]),
|
||||
wTourUtils.clickOnSave(),
|
||||
]);
|
||||
});
|
||||
|
||||
@@ -38,6 +38,5 @@ wTourUtils.registerThemeHomepageTour("treehouse_tour", [
|
||||
wTourUtils.clickOnSnippet(snippets[4], 'top'),
|
||||
wTourUtils.changeBackgroundColor(),
|
||||
wTourUtils.selectColorPalette(),
|
||||
wTourUtils.clickOnSave(),
|
||||
]);
|
||||
});
|
||||
|
||||
@@ -53,7 +53,5 @@ wTourUtils.registerThemeHomepageTour("vehicle_tour", [
|
||||
wTourUtils.clickOnSnippet(snippets[6], 'top'),
|
||||
wTourUtils.changeOption('BackgroundShape', 'we-toggler', _t('Background Shape')),
|
||||
wTourUtils.selectNested('we-select-page', 'BackgroundShape', ':not(.o_we_pager_controls)', _t('Background Shape')),
|
||||
|
||||
wTourUtils.clickOnSave(),
|
||||
]);
|
||||
});
|
||||
|
||||
@@ -44,6 +44,5 @@ wTourUtils.registerThemeHomepageTour("yes_tour", [
|
||||
wTourUtils.dragNDrop(snippets[5]),
|
||||
wTourUtils.clickOnSnippet(snippets[5]),
|
||||
wTourUtils.changeOption('minHeight', 'we-button-group.o_we_user_value_widget', _t('height')),
|
||||
wTourUtils.clickOnSave(),
|
||||
]);
|
||||
});
|
||||
|
||||
@@ -43,6 +43,5 @@ wTourUtils.registerThemeHomepageTour("zap_tour", [
|
||||
wTourUtils.clickOnSnippet(snippets[5], 'top'),
|
||||
wTourUtils.changeBackgroundColor(),
|
||||
wTourUtils.selectColorPalette(),
|
||||
wTourUtils.clickOnSave(),
|
||||
]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user