1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/website/static/tests/tours/unsplash_beacon.js
2024-12-10 09:04:09 +07:00

14 lines
317 B
JavaScript

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