Skip to content

Commit

Permalink
mig
Browse files Browse the repository at this point in the history
  • Loading branch information
em230418 committed Nov 12, 2024
1 parent 60e1df8 commit 8ad0bb0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions website_event_attendee_fields/static/src/js/test_tour.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/** @odoo-module **/

import { registry } from "@web/core/registry";
registry.category("web_tour.tours").add("website_event_attendee_fields_test_tour_base", {
import {registry} from "@web/core/registry";
registry
.category("web_tour.tours")
.add("website_event_attendee_fields_test_tour_base", {
test: true,
url: "/event",
steps: () => [
Expand Down Expand Up @@ -62,4 +64,3 @@
},
],
});
});

0 comments on commit 8ad0bb0

Please sign in to comment.