[Pkg-mozext-commits] [requestpolicy] 255/280: [mozmill] no longer show the "scheme notification"

David Prévot taffit at moszumanska.debian.org
Sat May 2 20:30:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository requestpolicy.

commit 160ceb6e13ed08b37b9a9ce7b1b3a160067d8f60
Author: Martin Kimmerle <dev at 256k.de>
Date:   Tue Apr 28 11:10:59 2015 +0200

    [mozmill] no longer show the "scheme notification"
    
    The scheme notification shouldn't be displayed anymore.
---
 .../tests/testPolicy/testSchemeWorkaround/testUnknownScheme.js        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/mozmill/tests/testPolicy/testSchemeWorkaround/testUnknownScheme.js b/tests/mozmill/tests/testPolicy/testSchemeWorkaround/testUnknownScheme.js
index 109a373..cc764fd 100644
--- a/tests/mozmill/tests/testPolicy/testSchemeWorkaround/testUnknownScheme.js
+++ b/tests/mozmill/tests/testPolicy/testSchemeWorkaround/testUnknownScheme.js
@@ -42,6 +42,6 @@ var testUnknownScheme = function() {
   var getPanel = () => tabBrowser.getTabPanelElement(0,
       '/{"value":"requestpolicy-scheme-notification"}');
 
-  controller.waitFor(() => getPanel().exists(),
-                     "The scheme notification has been displayed.");
+  assert.ok(getPanel().exists() === false,
+            "The scheme notification is NOT displayed.");
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/requestpolicy.git



More information about the Pkg-mozext-commits mailing list