mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user