Skip to content

Commit

Permalink
[mozmill] no longer show the "scheme notification"
Browse files Browse the repository at this point in the history
The scheme notification shouldn't be displayed anymore.
  • Loading branch information
myrdd committed Apr 28, 2015
1 parent 51245a3 commit 160ceb6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.");
}

0 comments on commit 160ceb6

Please sign in to comment.