node fixtures: Use more realistic data for hotspots.

The only thing the dispatch tests really test here is
that we copy the data verbatim from the event into
page_params.
This commit is contained in:
Steve Howell 2020-08-05 18:03:48 +00:00 committed by Tim Abbott
parent a93a3dc90c
commit d512594382
1 changed files with 14 additions and 1 deletions

View File

@ -117,7 +117,20 @@ exports.fixtures = {
hotspots: {
type: "hotspots",
hotspots: ["nice", "chicken"],
hotspots: [
{
name: "topics",
title: "About topics",
description: "Topics are good.",
delay: 1.5,
},
{
name: "compose",
title: "Compose box",
description: "This is where you compose messages.",
delay: 3.14159,
},
],
},
invites_changed: {