mirror of
https://github.com/discourse/discourse.git
synced 2025-06-17 07:42:31 +08:00
missing a fixture for acceptance test
This commit is contained in:
18
test/javascripts/fixtures/top_referred_topics.js.es6
Normal file
18
test/javascripts/fixtures/top_referred_topics.js.es6
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
export default {
|
||||||
|
"/admin/reports/top_referred_topics": {
|
||||||
|
"report": {
|
||||||
|
"type": "top_referred_topics",
|
||||||
|
"title": "Trending search",
|
||||||
|
"xaxis": "",
|
||||||
|
"yaxis": "",
|
||||||
|
"data": null,
|
||||||
|
"total": null,
|
||||||
|
"start_date": "2018-03-26T00:00:00.000Z",
|
||||||
|
"end_date": "2018-04-25T23:59:59.999Z",
|
||||||
|
"category_id": null,
|
||||||
|
"group_id": null,
|
||||||
|
"prev30Days": null,
|
||||||
|
"labels": ["Topic", "Visits"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
Reference in New Issue
Block a user