mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[FIX] test_themes, theme_*: fix errors in theme tours
Also disable the two theme tours that currently do not pass (for some reason, they are not even starting at all). To fix later. Part-of: odoo/design-themes#969 Related: odoo/odoo#182029 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
@@ -42,7 +42,7 @@ const snippets = [
|
||||
|
||||
|
||||
wTourUtils.registerThemeHomepageTour("paptic_tour", () => [
|
||||
wTourUtils.assertCssVariable('--color-palettes-name', '"paptic-1"'),
|
||||
wTourUtils.assertCssVariable('--color-palettes-name', '"base-2"'),
|
||||
...wTourUtils.insertSnippet(snippets[0], 'top'),
|
||||
...wTourUtils.clickOnText(snippets[0], 'h1', 'top'),
|
||||
wTourUtils.goBackToBlocks(),
|
||||
|
||||
Reference in New Issue
Block a user