Closed Bug 629436 Opened 13 years ago Closed 11 years ago

Update the tab view class (tabview.js) to include a property to set the group box title

Categories

(Mozilla QA Graveyard :: Mozmill Tests, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: aaronmt, Unassigned)

References

Details

(Whiteboard: [lib])

Currently in the shared module: tabview.js, we have a tabview class and are able to retrieve a given group's title. In order to test the editing of a given group, we will need a property that sets the group box's title. I believe this is just setting the 'name' group element.
OS: Mac OS X → All
Hardware: x86 → All
In the meantime, I will simply use something like:

var title = tabView.getGroupTitleBox({group: groups[0]});
var name = "Test Group";
controller.type(title, name);
Component: Mozmill Tests → Mozmill Shared Modules
Component: Mozmill Shared Modules → Mozmill Tests
Whiteboard: [shared-module] → [lib]
Bug 836758 will remove Panorama from Firefox soon and make it available as add-on. That means no new tests are necessary. Closing as WONTFIX.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in before you can comment on or make changes to this bug.