Closed
Bug 1132682
Opened 11 years ago
Closed 11 years ago
Convert Mozmill test 'remote/testSecurity/testMixedContentPage.js' to Marionette
Categories
(Testing :: Firefox UI Tests, defect, P1)
Testing
Firefox UI Tests
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla40
People
(Reporter: galgeek, Assigned: galgeek)
References
Details
Attachments
(1 file, 2 obsolete files)
This bug will cover the necessary work to convert the following test into Marionette.
http://hg.mozilla.org/qa/mozmill-tests/file/default/firefox/tests/remote/testSecurity/testMixedContentPage.js
Comment 1•11 years ago
|
||
I have converted this test to marionette. Could you please review this and tell me what changes are necessary?
Attachment #8567248 -
Flags: review?(jmaher)
Comment 2•11 years ago
|
||
Comment on attachment 8567248 [details] [review]
Github Pull request
this passes all tests, the code seems to do what the original test does. If there is some specific code style or way to do something in marionette that I am unaware of, maybe chmanchester can help out.
A great first pull request.
Attachment #8567248 -
Flags: review?(jmaher)
Attachment #8567248 -
Flags: review?(cmanchester)
Attachment #8567248 -
Flags: feedback+
Comment 3•11 years ago
|
||
Comment on attachment 8567248 [details] [review]
Github Pull request
Looking good. I had one more note in github about adding a wait. Please flag me for review again when that's updated so I can have a final look. Thanks!
Attachment #8567248 -
Flags: review?(cmanchester)
Comment 4•11 years ago
|
||
I have added another wait as you have suggested
Attachment #8567376 -
Flags: review?(cmanchester)
Comment 5•11 years ago
|
||
Comment on attachment 8567376 [details] [review]
recreate PR
This looks good. Thanks for your work on this!
Attachment #8567376 -
Flags: review?(cmanchester) → review+
Updated•11 years ago
|
Assignee: nobody → om.bhallamudi
Status: NEW → ASSIGNED
Comment 6•11 years ago
|
||
Comment on attachment 8567248 [details] [review]
Github Pull request
Usually there is no need to re-create a PR. You can fixup your local branch and re-push with the -f (force) option.
Attachment #8567248 -
Attachment is obsolete: true
Comment 7•11 years ago
|
||
I gave some more comments on the PR.
Comment 8•11 years ago
|
||
We have a pull request for this:
https://github.com/mozilla/firefox-ui-tests/pull/99
it is just having issues with a merge conflict! Can we get that resolved or else find someone to get it merging?
Flags: needinfo?(om.bhallamudi)
Comment 9•11 years ago
|
||
I have updated the pull request with the new methods that were introduced recently and removed all merge conflicts.
Flags: needinfo?(om.bhallamudi)
Updated•11 years ago
|
Attachment #8567376 -
Flags: review?(cmanchester)
Attachment #8567376 -
Flags: review+
Attachment #8567376 -
Flags: feedback?(hskupin)
Comment 10•11 years ago
|
||
Comment on attachment 8567376 [details] [review]
recreate PR
I had a question in the PR about something that changed since I last looked at this. Let's have a final review from :whimboo.
Attachment #8567376 -
Flags: review?(hskupin)
Attachment #8567376 -
Flags: review?(cmanchester)
Attachment #8567376 -
Flags: feedback?(hskupin)
Updated•11 years ago
|
Attachment #8567376 -
Flags: review?(hskupin) → review-
| Assignee | ||
Comment 11•11 years ago
|
||
This is mainly Om's work. I had a few minutes to finish it up today, and I don't see any response from Om to a comment I made on github a week or so ago, so Om is likely otherwise occupied.
Attachment #8567376 -
Attachment is obsolete: true
Attachment #8594147 -
Flags: review?(cmanchester)
Comment 12•11 years ago
|
||
Comment on attachment 8594147 [details] [review]
github pull request
Two nits, but looks good, and all the comments from the previous review were addressed.
Attachment #8594147 -
Flags: review?(cmanchester) → review+
Comment 13•11 years ago
|
||
Assignee: om.bhallamudi → galgeek
Target Milestone: --- → Firefox 40
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Mozilla QA → Testing
You need to log in
before you can comment on or make changes to this bug.
Description
•