Closed
Bug 716901
Opened 14 years ago
Closed 14 years ago
Add tests for *AlertPresent commands in Selenium IDE
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)
|
24.87 KB,
patch
|
whimboo
:
review+
|
Details | Diff | Splinter Review |
Add tests that check the following commands pass and fail as expected.
assertAlertPresent
assertNotAlertPresent
verifyAlertPresent
verifyNotAlertPresent
| Assignee | ||
Comment 1•14 years ago
|
||
Note that the correct commands are:
assertAlertPresent
assertAlertNotPresent
verifyAlertPresent
verifyAlertNotPresent
I have tested this patch on all branches, however with brasstacks down I'm unable to share the results.
Attachment #587345 -
Flags: review?(hskupin) → review+
| Assignee | ||
Comment 2•14 years ago
|
||
Landed as:
http://hg.mozilla.org/qa/mozmill-tests/rev/ae797b773648 (default)
http://hg.mozilla.org/qa/mozmill-tests/rev/a094ad6f096f (mozilla-aurora)
http://hg.mozilla.org/qa/mozmill-tests/rev/84a8b715fd26 (mozilla-beta)
http://hg.mozilla.org/qa/mozmill-tests/rev/337bb8fa9920 (mozilla-release)
http://hg.mozilla.org/qa/mozmill-tests/rev/d1b7ff83104e (mozilla-1.9.2)
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
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
•