Closed
Bug 1963396
Opened 1 year ago
Closed 1 year ago
Fix failing bookmarks tests in 139beta run
Categories
(Mozilla QA :: STArFox, defect, P1)
Mozilla QA
STArFox
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tracy, Assigned: tracy)
References
Details
(Whiteboard: [Fx-Desk-Auto])
Four tests failing in Bookmarks:
test_add_new_other_bookmark.py and test_delete_other_bookmarks.py
both fail with Unable to locate element: browser[class='dialogFrame'];
test_edit_bookmark_from_bookmark_menu.py and test_edit_bookmark_via_star_button.py
Both fail in click on Other bookmarks folder on the toolbar. The expected menu doesn't appear so it can't find the expected element by label
panel.get_element("other-bookmarks-toolbar").click()
panel.element_visible("other-bookmarks-by-title", labels=["Mozilla Firefox"])
Each test ends up with "place:parent=unfiled_____&expandQueries=0" in the browser url bar.
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → twalker
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•1 year ago
|
||
3 of 4 in https://github.com/mozilla/fx-desktop-qa-automation/pull/562
last one in https://github.com/mozilla/fx-desktop-qa-automation/pull/566
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•