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

Commit

Permalink
Bug 1025854 - Remove invalid test. r=kgrandon
Browse files Browse the repository at this point in the history
  • Loading branch information
daleharvey authored and KevinGrandon committed Jun 27, 2014
1 parent 000e4e2 commit 56950d3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions apps/browser/test/marionette/settings_test.js
Expand Up @@ -27,13 +27,6 @@ marionette('Settings', function() {
assert.ok(true, 'Settings is shown');
});

test('No search engine choices', function() {
client.helper.waitForElement('#settings');
var searchEngineSection = client.findElement('#search-engine-section');
assert.ok(!searchEngineSection.displayed(),
'Search engine choices are not shown');
});

});

});

0 comments on commit 56950d3

Please sign in to comment.