-
-
Notifications
You must be signed in to change notification settings - Fork 698
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] website_snippet_marginless_gallery: Migration to version 17.0
TT51978
- Loading branch information
1 parent
398329a
commit 9f209c5
Showing
4 changed files
with
45 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
...ippet_marginless_gallery/static/src/tests/tours/website_snippet_marginless_gallery.esm.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
/** @odoo-module */ | ||
|
||
/* Copyright 2015-2017 Tecnativa - Jairo Llopis <[email protected]> | ||
* Copyright 2019 Tecnativa - Cristina Martin R. | ||
* Copyright 2020 Tecnativa - Alexandre D. Díaz | ||
* License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). */ | ||
|
||
import wTourUtils from '@website/js/tours/tour_utils'; | ||
|
||
wTourUtils.registerWebsitePreviewTour( | ||
"marginless_gallery", | ||
{ | ||
test: true, | ||
url: "/", | ||
edition: true, | ||
}, | ||
() => [ | ||
wTourUtils.dragNDrop({id: "s_marginless_gallery", name: "Marginless Gallery"}), | ||
wTourUtils.clickOnSnippet({ | ||
id: "marginless-gallery", | ||
name: "Marginless Gallery", | ||
}), | ||
...wTourUtils.clickOnSave(), | ||
] | ||
); |
35 changes: 0 additions & 35 deletions
35
...e_snippet_marginless_gallery/static/src/tests/tours/website_snippet_marginless_gallery.js
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters