mirror of https://github.com/zulip/zulip.git
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:
parent
a93a3dc90c
commit
d512594382
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue