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

Commit

Permalink
Revert "Bug 959053 - [settings] add marionette test for battery panel"
Browse files Browse the repository at this point in the history
This reverts commit 75be317.

Reverting due to failing travis linter.
  • Loading branch information
KevinGrandon committed Jan 23, 2014
1 parent c9553ac commit b1047ea
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 106 deletions.
10 changes: 1 addition & 9 deletions apps/settings/test/marionette/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ var Base = require('./base'),
HotspotPanel = require('./regions/hotspot');
HotspotSettingsPanel = require('./regions/hotspot_settings');
SupportPanel = require('./regions/support');
BatteryPanel = require('./regions/battery');

/**
* Abstraction around settings app
Expand All @@ -29,8 +28,7 @@ Settings.Selectors = {
'hotspotMenuItem': '#menuItem-internetSharing',
'hotspotPanel': '#hotspot',
'hotspotSettingsTrigger': '#hotspot-settings-section button',
'supportMenuItem': '#menuItem-help',
'batteryMenuItem': '#menuItem-battery'
'supportMenuItem': '#menuItem-help'
};

Settings.prototype = {
Expand Down Expand Up @@ -65,12 +63,6 @@ Settings.prototype = {
openPanel.call(this, 'supportMenuItem');
return this._supportPanel = this._supportPanel ||
new SupportPanel(this.client);
},

get batteryPanel() {
openPanel.call(this, 'batteryMenuItem');
return this._batteryPanel = this._batteryPanel ||
new BatteryPanel(this.client);
}
};

Expand Down
59 changes: 0 additions & 59 deletions apps/settings/test/marionette/app/regions/battery.js

This file was deleted.

38 changes: 0 additions & 38 deletions apps/settings/test/marionette/tests/battery_settings_test.js

This file was deleted.

0 comments on commit b1047ea

Please sign in to comment.