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:
David Taylor 2020-02-14 11:30:04 +00:00 committed by GitHub
parent 8eae7d2799
commit ce588006e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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",