Fix tests/pdf_viewer/test_add_image_pdf.py
Categories
(Mozilla QA :: STArFox, defect, P1)
Tracking
(Not tracked)
People
(Reporter: tracy, Assigned: benchatt)
References
(Blocks 1 open bug)
Details
tests/pdf_viewer/test_add_image_pdf.py is failing on DevEd due to proper prefs not set to enable alt text, which is enabled by default in Beta/Release. Let's for it to work by setting the follow:
browser.ml.enable: Set to true (to enable local inference engine)
pdfjs.enableUpdatedAddImage: Set to true (to enable updated add image with alt text flow)
Reporter | ||
Comment 1•1 month ago
|
||
Reporter | ||
Comment 2•1 month ago
|
||
Failing again in Fx137Beta9
Reporter | ||
Comment 3•1 month ago
|
||
Reporter | ||
Comment 4•21 days ago
|
||
This is failing again in CI/Beta and local runs
Reporter | ||
Comment 5•12 days ago
|
||
I couldn't figure out why this isn't working. However, I discovered that it's method, using pynput, for entering the location of the image file is leaving the picker dialog with "data" as default directory.. This test should clean up after itself and return default to "Downloads." That said, other tests like the csv export tests shouldn't assume the picker dialog defaults to anything in particular. Instead, those tests should set the location by entering full path, like this add image test does.
Reporter | ||
Comment 6•12 days ago
|
||
Ben made these changes in https://github.com/mozilla/fx-desktop-qa-automation/pull/555
Thank you!
Assignee | ||
Updated•11 days ago
|
Description
•