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)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: davehunt, Assigned: davehunt)

Details

(Whiteboard: [mozmill-addons])

Attachments

(1 file, 2 obsolete files)

Selenium IDE can now be launched via a keyboard shortcut. See http://code.google.com/p/selenium/issues/detail?id=3028
Assignee: nobody → dave.hunt
Attachment #595769 - Flags: review?(hskupin)
Previous patch was missing one test.
Attachment #595769 - Attachment is obsolete: true
Attachment #595769 - Flags: review?(hskupin)
Attachment #595804 - Flags: review?(hskupin)
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-
(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.
Attachment #595804 - Attachment is obsolete: true
Attachment #597789 - Flags: review?(hskupin)
Attachment #597789 - Flags: review?(hskupin) → review+
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]
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: