Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #18464 from KevinGrandon/bug_996968_homescreen_boo…
Browse files Browse the repository at this point in the history
…kmark_tests

Bug 996968 - Intermittent gaia-integration TEST-UNEXPECTED-FAIL | Update bookmark on homescreen > Navigate to sample.html and bookmark it on homescreen
  • Loading branch information
KevinGrandon committed Apr 19, 2014
2 parents 56a06e3 + f0fd0ae commit eb97461
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion apps/homescreen/test/marionette/lib/bookmark_editor.js
Expand Up @@ -32,7 +32,7 @@ BookmarkEditor.prototype = {
},

get currentTabFrame() {
return this.client.findElement(
return this.client.helper.waitForElement(
BookmarkEditor.Selectors['mozbrowser']);
},

Expand Down
3 changes: 0 additions & 3 deletions shared/test/integration/tbpl-manifest.json
Expand Up @@ -13,9 +13,6 @@
"apps/email/test/marionette/notification_set_interval_test.js",
"apps/email/test/marionette/reply_imap_email_test.js",
"apps/email/test/marionette/send_imap_email_test.js",
"apps/homescreen/test/marionette/install_bookmark_test.js",
"apps/homescreen/test/marionette/remove_bookmark_test.js",
"apps/homescreen/test/marionette/update_bookmark_test.js",
"apps/search/test/marionette/app_search_test.js",
"apps/search/test/marionette/places_search_test.js",
"apps/system/test/marionette/edges_gesture_test.js",
Expand Down
3 changes: 0 additions & 3 deletions shared/test/integration/travis-manifest.json
Expand Up @@ -12,9 +12,6 @@
"apps/email/test/marionette/notification_set_interval_test.js",
"apps/email/test/marionette/reply_imap_email_test.js",
"apps/email/test/marionette/send_imap_email_test.js",
"apps/homescreen/test/marionette/install_bookmark_test.js",
"apps/homescreen/test/marionette/remove_bookmark_test.js",
"apps/homescreen/test/marionette/update_bookmark_test.js",
"apps/search/test/marionette/app_search_test.js",
"apps/search/test/marionette/places_search_test.js",
"apps/system/test/marionette/rocketbar_test.js"
Expand Down

0 comments on commit eb97461

Please sign in to comment.