mirror of
https://github.com/discourse/discourse.git
synced 2025-03-16 04:45:40 +08:00
DEV: Update the site title in qunit fixtures (#8959)
This confuses me every time I run qunit tests in the browser. The tab is labelled Meta, but it's not meta! This change has no functional impact on the tests
This commit is contained in:
parent
8eae7d2799
commit
ce588006e3
test/javascripts
@ -19,7 +19,7 @@ export default {
|
|||||||
},
|
},
|
||||||
description:
|
description:
|
||||||
"Discussion about the next-generation open source Discourse forum software",
|
"Discussion about the next-generation open source Discourse forum software",
|
||||||
title: "Discourse Meta",
|
title: "QUnit Discourse Tests",
|
||||||
locale: "en_US",
|
locale: "en_US",
|
||||||
version: "2.2.0.beta8",
|
version: "2.2.0.beta8",
|
||||||
https: true,
|
https: true,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*jshint maxlen:10000000 */
|
/*jshint maxlen:10000000 */
|
||||||
Discourse.SiteSettingsOriginal = {
|
Discourse.SiteSettingsOriginal = {
|
||||||
title: "Discourse Meta",
|
title: "QUnit Discourse Tests",
|
||||||
site_logo_url: "/assets/logo.png",
|
site_logo_url: "/assets/logo.png",
|
||||||
site_logo_url: "/assets/logo.png",
|
site_logo_url: "/assets/logo.png",
|
||||||
site_logo_small_url: "/assets/logo-single.png",
|
site_logo_small_url: "/assets/logo-single.png",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user