Odoo18-Base/addons/website/static/tests/tours/unsplash_beacon.js
2025-01-06 10:57:38 +07:00

12 lines
278 B
JavaScript

/** @odoo-module **/
import { registry } from "@web/core/registry";
registry.category("web_tour.tours").add("test_unsplash_beacon", {
url: "/",
steps: () => [{
content: "Verify whether beacon was sent.",
trigger: 'img[data-beacon="sent"]',
}],
});