summaryrefslogtreecommitdiff
path: root/test/smoke-tests/app-window.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/smoke-tests/app-window.js')
-rw-r--r--test/smoke-tests/app-window.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/smoke-tests/app-window.js b/test/smoke-tests/app-window.js
index ee1bcf6..42381a8 100644
--- a/test/smoke-tests/app-window.js
+++ b/test/smoke-tests/app-window.js
@@ -191,7 +191,7 @@ const TestApplication = new Lang.Class ({
this._pm.add(this._page0, {
name: "page0",
background_uri: CAT_BACKGROUND_PATH,
- custom_toolbox_widget: this._toolbox
+ custom_toolbox_widget: this._toolbox,
left_topbar_widget: this._left_topbar,
center_topbar_widget: this._center_topbar
});