website/static/tests/tours/public_user_editor.js

11 lines
248 B
JavaScript
Raw Normal View History

/** @odoo-module **/
import { registry } from "@web/core/registry";
registry.category("web_tour.tours").add('public_user_editor', {
test: true,
steps: () => [{
trigger: '.note-editable',
run: function () {}, // Simple check
}]});