Closed
Bug 629436
Opened 14 years ago
Closed 12 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)
Mozilla QA Graveyard
Mozmill Tests
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.
Reporter | ||
Updated•14 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Reporter | ||
Comment 1•14 years ago
|
||
In the meantime, I will simply use something like:
var title = tabView.getGroupTitleBox({group: groups[0]});
var name = "Test Group";
controller.type(title, name);
Updated•14 years ago
|
Component: Mozmill Tests → Mozmill Shared Modules
Updated•13 years ago
|
Component: Mozmill Shared Modules → Mozmill Tests
Updated•13 years ago
|
Whiteboard: [shared-module] → [lib]
Comment 2•12 years ago
|
||
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: 12 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•