summaryrefslogtreecommitdiff
path: root/test/smoke-tests
diff options
context:
space:
mode:
authorFernando Farfan <fernando@endlessm.com>2013-06-11 20:11:54 -0700
committerFernando Farfan <fernando@endlessm.com>2013-06-17 14:19:35 -0700
commite3f2ffb6661cd01f40d96ae4bff992d0185ed0b4 (patch)
tree9fc797cc0304de38e1211bdd800b1ad483c69b3a /test/smoke-tests
parentf1fe5969468f8fb7955dc9f23bcd203cf2bcf4a6 (diff)
Corrected assertion failures.
Modified EosTopbar to remove a handful of assertion failures when adding left/center topbar widgets. [endlessm/eos-sdk#97]
Diffstat (limited to 'test/smoke-tests')
-rw-r--r--test/smoke-tests/app-window.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/smoke-tests/app-window.js b/test/smoke-tests/app-window.js
index 8f1c9a0..ee1bcf6 100644
--- a/test/smoke-tests/app-window.js
+++ b/test/smoke-tests/app-window.js
@@ -192,7 +192,6 @@ const TestApplication = new Lang.Class ({
name: "page0",
background_uri: CAT_BACKGROUND_PATH,
custom_toolbox_widget: this._toolbox
-
left_topbar_widget: this._left_topbar,
center_topbar_widget: this._center_topbar
});
@@ -200,9 +199,9 @@ const TestApplication = new Lang.Class ({
this._pm.add(this._page1, {
name: "page1",
background_uri: DOG_BACKGROUND_PATH,
-
custom_toolbox_widget: this._toolbox,
left_topbar_widget: this._left_topbar,
+ center_topbar_widget: this._center_topbar,
page_actions: true
});