Closed
Bug 1129652
Opened 11 years ago
Closed 11 years ago
Convert Mozmill test 'functional/testTabbedBrowsing/testNewWindow.js' to Marionette
Categories
(Testing :: Firefox UI Tests, defect, P2)
Testing
Firefox UI Tests
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla38
People
(Reporter: whimboo, Assigned: rbillings)
References
Details
Attachments
(1 file)
This bug will cover the necessary work to do to convert the following test into Marionette.
http://hg.mozilla.org/qa/mozmill-tests/file/default/firefox/tests/functional/testTabbedBrowsing/testNewWindow.js
| Reporter | ||
Comment 1•11 years ago
|
||
Here is my feedback after looking at this test:
* The test only covers opening a new window by menu. Our unit tests already make use of shortcuts. So we outreach this test already.
* I don't see a reason why to check for the default home page in that test. It is not related to opening and closing a window.
* Further I don't see why this test is part of the tabbed browsing folder when it is covering windows. This may be a relict from Litmus.
So I would suggest we do not spend time on this test to get it converted, given that we perfectly cover this already in our unit tests:
https://github.com/mozilla/firefox-ui-tests/blob/master/firefox_puppeteer/tests/test_windows.py#L79
https://github.com/mozilla/firefox-ui-tests/blob/master/firefox_puppeteer/tests/test_windows.py#L172
The only thing I see here is that we may have to make it explicit to use the menu and not the default triggering method in line 174 and 177 of the above unit test. Rebecca would you mind to cover that?
| Assignee | ||
Comment 2•11 years ago
|
||
I've added the code here: https://github.com/rbillings/firefox-ui-tests/tree/newwindow
| Assignee | ||
Comment 3•11 years ago
|
||
Updated two instances of open browser to use menu option, per Comment 1
| Reporter | ||
Updated•11 years ago
|
Attachment #8560073 -
Flags: review?(hskupin)
| Reporter | ||
Updated•11 years ago
|
Assignee: nobody → rbillings
Status: NEW → ASSIGNED
| Reporter | ||
Updated•11 years ago
|
Attachment #8560073 -
Flags: review?(hskupin) → review+
| Reporter | ||
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → Firefox 38
| Reporter | ||
Updated•11 years ago
|
Priority: P1 → P2
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
•