website/static/tests/tours/unsplash_beacon.js

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,
}],
});