Closed
Bug 777242
Opened 11 years ago
Closed 11 years ago
Rename utils.assertElementVisible() to utils.isDisplayed()
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect)
Mozilla QA Graveyard
Mozmill Tests
Tracking
(firefox14 fixed, firefox15 fixed, firefox16 fixed, firefox17 fixed, firefox-esr10 fixed)
People
(Reporter: whimboo, Assigned: whimboo)
Details
Attachments
(2 files)
11.64 KB,
patch
|
davehunt
:
review+
|
Details | Diff | Splinter Review |
11.61 KB,
patch
|
davehunt
:
review+
|
Details | Diff | Splinter Review |
There is no need to assert in this method. We now have the assertions module which gives us way nicer feedback. Also with this change tests could check first if an element is visible before clicking on it.
Assignee | ||
Comment 1•11 years ago
|
||
Actually this patch depends on bug 777237.
Attachment #645662 -
Flags: review?(dave.hunt)
Comment 2•11 years ago
|
||
Comment on attachment 645662 [details] [diff] [review] Patch v1 I like it! Landed as: http://hg.mozilla.org/qa/mozmill-tests/rev/2934fad7bfa2 (default)
Attachment #645662 -
Flags: review?(dave.hunt) → review+
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
status-firefox-esr10:
--- → affected
status-firefox14:
--- → affected
status-firefox15:
--- → affected
status-firefox16:
--- → affected
status-firefox17:
--- → fixed
Resolution: --- → FIXED
Assignee | ||
Comment 3•11 years ago
|
||
Landed on other branches except esr10 which needs another patch: http://hg.mozilla.org/qa/mozmill-tests/rev/b885b966b649 (aurora) http://hg.mozilla.org/qa/mozmill-tests/rev/9a8c5efaf089 (beta) http://hg.mozilla.org/qa/mozmill-tests/rev/3382269187e1 (release)
Assignee | ||
Comment 4•11 years ago
|
||
Attachment #646090 -
Flags: review?(dave.hunt)
Updated•11 years ago
|
Attachment #646090 -
Flags: review?(dave.hunt) → review+
Assignee | ||
Comment 5•11 years ago
|
||
And landed on esr10: http://hg.mozilla.org/qa/mozmill-tests/rev/bd97debc7601
Updated•4 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
•