Closed
Bug 582304
Opened 14 years ago
Closed 14 years ago
[mozmill] Create a local login test page
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect)
Mozilla QA Graveyard
Mozmill Tests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: u279076, Unassigned)
References
()
Details
Attachments
(2 files, 2 obsolete files)
(deleted),
patch
|
u279076
:
review+
whimboo
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
u279076
:
review+
whimboo
:
review+
|
Details | Diff | Splinter Review |
This is a tracking bug for creating a local copy of the remote login test page currently used by several Mozmill tests. This test page does not need to validate credentials; it only needs to serve as a form with "password" to trigger the password manager.
Please place the files here:
litmus-data: firefox/password_manager/login_form.html
mozmill-data: firefox/test-files/password_manager/login_form.html
Remote URL is attached.
Updated•14 years ago
|
Assignee: nobody → aaron.train
Updated•14 years ago
|
Status: NEW → ASSIGNED
Comment 1•14 years ago
|
||
Attachment #460620 -
Flags: review?(anthony.s.hughes)
Comment on attachment 460620 [details] [diff] [review]
local login form
>+ <tr>
>+ <td>Username:</td>
>+ <td><input id='uname'></td>
missing </tr>
>+ <tr>
>+ <td>Password:</td>
>+ <td><input type='password' id='pwd'></td>
>+ </tr>
Attachment #460620 -
Flags: review?(anthony.s.hughes) → review-
Comment 3•14 years ago
|
||
Attachment #460625 -
Flags: review?(anthony.s.hughes)
Updated•14 years ago
|
Attachment #460625 -
Attachment is patch: true
Attachment #460625 -
Attachment mime type: application/octet-stream → text/plain
Comment 4•14 years ago
|
||
Changed different password identifier
Attachment #460620 -
Attachment is obsolete: true
Attachment #460625 -
Attachment is obsolete: true
Attachment #460632 -
Flags: review?(anthony.s.hughes)
Attachment #460625 -
Flags: review?(anthony.s.hughes)
Comment on attachment 460632 [details] [diff] [review]
login form
Looks good to me. Pending Henrik's review, please create a follow up patch for the litmus-data repository.
Attachment #460632 -
Flags: review?(hskupin)
Attachment #460632 -
Flags: review?(anthony.s.hughes)
Attachment #460632 -
Flags: review+
Comment 6•14 years ago
|
||
Attachment #460644 -
Flags: review?(anthony.s.hughes)
Comment on attachment 460644 [details] [diff] [review]
login form (litmus-data)
Looks good. Please wait for Henrik's OK before creating any litmus-data patches in the future. Thanks.
Attachment #460644 -
Flags: review?(hskupin)
Attachment #460644 -
Flags: review?(anthony.s.hughes)
Attachment #460644 -
Flags: review+
Updated•14 years ago
|
Attachment #460632 -
Flags: review?(hskupin) → review+
Comment 8•14 years ago
|
||
Comment on attachment 460644 [details] [diff] [review]
login form (litmus-data)
When do we wanna checkin those pages? Immediately or with the updates tests?
Attachment #460644 -
Flags: review?(hskupin) → review+
Updated•14 years ago
|
Whiteboard: [needs landing]
(In reply to comment #8)
> Comment on attachment 460644 [details] [diff] [review]
> login form (litmus-data)
>
> When do we wanna checkin those pages? Immediately or with the updates tests?
I see no reason to wait :)
Updated•14 years ago
|
Assignee: aaron.train → nobody
Component: Mozmill → Mozmill Tests
QA Contact: mozmill → mozmilltests
Reporter | ||
Comment 10•14 years ago
|
||
Landed on litmus-data:
http://hg.mozilla.org/qa/litmus-data/rev/2bbd7de01a6e
Reporter | ||
Comment 11•14 years ago
|
||
Landed on mozmill-tests:
http://hg.mozilla.org/qa/mozmill-tests/rev/b7c23c35c652 (default)
http://hg.mozilla.org/qa/mozmill-tests/rev/3879afaa8e60 (1.9.2)
http://hg.mozilla.org/qa/mozmill-tests/rev/71d6eb809e55 (1.9.1)
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [needs landing]
Comment 12•14 years ago
|
||
Move of Mozmill Test related project bugs to newly created components. You can
filter out those emails by using "Mozmill-Tests-to-MozillaQA" as criteria.
Product: Testing → Mozilla QA
Updated•5 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
•