Fix handle_os_download_confirmation for Windows and Mac
Categories
(Mozilla QA :: STArFox, defect)
Tracking
(Not tracked)
People
(Reporter: vsangerean, Assigned: vsangerean)
References
(Blocks 1 open bug)
Details
Fix test_save_image_as test and possibly other by handling new OS confirmation.
Updated•5 months ago
|
Comment 2•5 months ago
|
||
This should be fixed now with pyautogui method. However, it still fails for me locally with "pyautogui.ImageNotFoundException". This could very easily be because I have a large screen resolution. Virgil can you give this a go on your local machine?
There is some setup involved like installing pyautogui. pycharm will do it if you tell it too..then there is a system allow dialog to accept.
Comment 3•4 months ago
|
||
also tests/downloads/test_mixed_content_download_via_https.py
Comment 4•4 months ago
|
||
Is this fixed?
| Assignee | ||
Comment 5•4 months ago
|
||
Both mentioned tests seem to be stable with https://github.com/mozilla/fx-desktop-qa-automation/pull/1138. I just need the approval.
| Assignee | ||
Comment 6•4 months ago
|
||
Should be fixed with https://github.com/mozilla/fx-desktop-qa-automation/pull/1138
Description
•