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
2 changed files with 2 additions and 2 deletions

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