Closed
Bug 725681
Opened 13 years ago
Closed 13 years ago
Add tests for opening Selenium IDE via the keyboard shortcut
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect)
Mozilla QA Graveyard
Mozmill Tests
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: davehunt, Assigned: davehunt)
Details
(Whiteboard: [mozmill-addons])
Attachments
(1 file, 2 obsolete files)
6.60 KB,
patch
|
whimboo
:
review+
|
Details | Diff | Splinter Review |
Selenium IDE can now be launched via a keyboard shortcut. See http://code.google.com/p/selenium/issues/detail?id=3028
Assignee | ||
Comment 1•13 years ago
|
||
Assignee: nobody → dave.hunt
Attachment #595769 -
Flags: review?(hskupin)
Assignee | ||
Comment 2•13 years ago
|
||
Previous patch was missing one test.
Attachment #595769 -
Attachment is obsolete: true
Attachment #595769 -
Flags: review?(hskupin)
Attachment #595804 -
Flags: review?(hskupin)
Comment 3•13 years ago
|
||
Comment on attachment 595804 [details] [diff] [review]
Add tests for opening Selenium IDE. v1.1
>+ browserController.keypress(null, "S", {ctrlKey: true, altKey: true});
Whenever someone adds another locale this could fail because another letter will be used. Please get the DTD and read in the correct key.
>+ sm.open(controller, {type: "shortcut"});
In the tabs module we have reverted the use of objects and use a simply string for the event type. I would propose you do the same here.
Attachment #595804 -
Flags: review?(hskupin) → review-
Assignee | ||
Comment 4•13 years ago
|
||
(In reply to Henrik Skupin (:whimboo) [away 02/17 - 02/26] from comment #3)
> Comment on attachment 595804 [details] [diff] [review]
> Add tests for opening Selenium IDE. v1.1
>
> >+ browserController.keypress(null, "S", {ctrlKey: true, altKey: true});
>
> Whenever someone adds another locale this could fail because another letter
> will be used. Please get the DTD and read in the correct key.
This is not localized, and not in a DTD. It is currently in http://code.google.com/p/selenium/source/browse/trunk/ide/main/src/content/selenium-ide-overlay.xul#35
> >+ sm.open(controller, {type: "shortcut"});
>
> In the tabs module we have reverted the use of objects and use a simply
> string for the event type. I would propose you do the same here.
Good suggestion. Updated patch coming up.
Assignee | ||
Comment 5•13 years ago
|
||
Attachment #595804 -
Attachment is obsolete: true
Attachment #597789 -
Flags: review?(hskupin)
Updated•13 years ago
|
Attachment #597789 -
Flags: review?(hskupin) → review+
Assignee | ||
Comment 6•13 years ago
|
||
Landed as:
http://hg.mozilla.org/qa/mozmill-tests/rev/394647c17e92 (default)
http://hg.mozilla.org/qa/mozmill-tests/rev/b00ea36b4fbf (mozilla-aurora)
http://hg.mozilla.org/qa/mozmill-tests/rev/3b51d4ace7bf (mozilla-beta)
http://hg.mozilla.org/qa/mozmill-tests/rev/d39ac62eba61 (mozilla-esr10)
http://hg.mozilla.org/qa/mozmill-tests/rev/747a8f53b969 (mozilla-release)
http://hg.mozilla.org/qa/mozmill-tests/rev/361aa2aeb381 (mozilla-1.9.2)
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•13 years ago
|
||
This test was failing on mozilla-1.9.2 due to use of the new assertions module. We don't need it on this branch so I've backed it out: http://hg.mozilla.org/qa/mozmill-tests/rev/9ca1f8ad66e9
No noticeable regressions -- marking verified.
Status: RESOLVED → VERIFIED
Whiteboard: [mozmill-addons]
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
•