Closed
Bug 2011693
Opened 6 months ago
Closed 6 months ago
Fix tests tests failing with error message: "AttributeError: 'AboutPrefs' object has no attribute 'expect_element_attribute_is' "
Categories
(Mozilla QA :: STArFox, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tracy, Assigned: tracy)
References
(Blocks 1 open bug)
Details
tests/language_packs/test_language_pack_install_addons.py is failing in 148b5 on all platforms
| Assignee | ||
Comment 1•6 months ago
|
||
tests/preferences/test_notifications_change_set.py is also failing with same error message: "AttributeError: 'AboutPrefs' object has no attribute 'expect_element_attribute_is'
"
Summary: Fix tests/language_packs/test_language_pack_install_addons.py → Fix tests tests failing with error message: "AttributeError: 'AboutPrefs' object has no attribute 'expect_element_attribute_is' "
| Assignee | ||
Comment 3•6 months ago
•
|
||
Even more tests are failing due to this def expect_element_attribute_is being missing from page_base.py. How did it get deleted?
Follow up: found the changes in Ben's basepage refactor.. I;ll post a PR to fix the two tests mentioned here and file a followup for two more tests that have additional problems with those refactor changes.
| Assignee | ||
Updated•6 months ago
|
Assignee: nobody → twalker
Status: NEW → ASSIGNED
| Assignee | ||
Comment 4•6 months ago
|
||
| Assignee | ||
Updated•6 months ago
|
Status: ASSIGNED → RESOLVED
Closed: 6 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•