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
|
@ -19,7 +19,7 @@ export default {
|
|||
},
|
||||
description:
|
||||
"Discussion about the next-generation open source Discourse forum software",
|
||||
title: "Discourse Meta",
|
||||
title: "QUnit Discourse Tests",
|
||||
locale: "en_US",
|
||||
version: "2.2.0.beta8",
|
||||
https: true,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*jshint maxlen:10000000 */
|
||||
Discourse.SiteSettingsOriginal = {
|
||||
title: "Discourse Meta",
|
||||
title: "QUnit Discourse Tests",
|
||||
site_logo_url: "/assets/logo.png",
|
||||
site_logo_url: "/assets/logo.png",
|
||||
site_logo_small_url: "/assets/logo-single.png",
|
||||
|
|
Loading…
Reference in New Issue