Closed
Bug 1434980
Opened 7 years ago
Closed 7 years ago
New XCUITest: Drag and Drop tests
Categories
(Firefox for iOS :: Build & Test, enhancement)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| fxios | + | --- |
People
(Reporter: isabel_rios, Assigned: isabel_rios)
References
Details
Attachments
(1 file)
Drag and drop is a new feature implemented in v11.x. There are no XCUITests covering it yet. So far it will only work on iPad.
There would be some scenarios could be covered:
- Rearrange tabs by dragging and dropping
- Drag link into text boxes
- Drag link into the address bar
-....
| Assignee | ||
Comment 1•7 years ago
|
||
Attachment #8948368 -
Flags: review?(npark)
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → irios.mozilla
| Assignee | ||
Comment 2•7 years ago
|
||
This feature is part of v11.x branch. Adding [needsuplift] so that we do not forget to uplift this set of test cases to check the feature in that branch too.
Whiteboard: [needsuplift]
Comment 3•7 years ago
|
||
Comment on attachment 8948368 [details] [review]
Pull Request
added a suggestion to use a method with parameter to reduce the code duplication, but it's up to you. Looks good.
Attachment #8948368 -
Flags: review?(npark) → review+
| Assignee | ||
Comment 4•7 years ago
|
||
All improvements that could help the test to be more readable and that avoid code duplication are welcome! will try to implement that method. Thanks!
| Assignee | ||
Comment 5•7 years ago
|
||
In addition to your suggestion I created another method for dragAndDrop and added two tests covering new features that just landed. Could you please take another look to the new implementation? Thanks!
Flags: needinfo?(npark)
| Assignee | ||
Comment 7•7 years ago
|
||
Merged master: https://github.com/mozilla-mobile/firefox-ios/commit/ed5b9ca23a3d08a9b192b05fc952995a4399990d
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 8•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Whiteboard: [needsuplift]
You need to log in
before you can comment on or make changes to this bug.
Description
•