iris_firefox icon indicating copy to clipboard operation
iris_firefox copied to clipboard

Fix user_is_prompted_when_trying_to_close_the_private_window_while_downloading

Open pavelciapa opened this issue 6 years ago • 3 comments

user_is_prompted_when_trying_to_close_the_private_window_while_downloading - The user is prompted when trying to close the private window mode while downloading files. By: rrobotin

1 | 4:45:01 AM | Private window successfully loaded. - [Actual]: False [Expected]: True

pavelciapa avatar Mar 19 '19 09:03 pavelciapa

Fails against Windows 7 after third step with traceback:

Traceback (most recent call last): << File "c:\iris\iris\test_runner.py", line 69, in run << current.run() << File "c:\iris\iris\tests\download_manager\user_is_prompted_when_trying_to_close_the_private_window_while_downloading.py", line 56, in run << download_file(pattern, DownloadFiles.OK) << File "c:\iris\iris\api\helpers\download_manager_utils.py", line 173, in download_file << raise APIHelperError('The 'Save file' option is not present in the page, aborting.') << APIHelperError: The 'Save file' option is not present in the page, aborting.

yeyartsev avatar May 02 '19 13:05 yeyartsev

Can not reproduce failure after step 4: "Error encountered in test" for Win 7 with the following stacktrace:

File "c:\iris\iris\test_runner.py", line 69, in run
current.run()
File "c:\iris\iris\tests\download_manager\user_is_prompted_when_trying_to_close_the_private_window_while_downloading.py", line 56, in run download_file(pattern, DownloadFiles.OK)
File "c:\iris\iris\api\helpers\download_manager_utils.py", line 173, in download_file
raise APIHelperError('The 'Save file' option is not present in the page, aborting.')
APIHelperError: The 'Save file' option is not present in the page, aborting.

yeyartsev avatar May 03 '19 10:05 yeyartsev

Test fails against win7 after step 4: "Error encountered in test" for Win 7 with the following stacktrace:

    File "c:\iris\iris\test_runner.py", line 69, in run
    current.run()
    File "c:\iris\iris\tests\download_manager\user_is_prompted_when_trying_to_close_the_private_window_while_downloading.py", line 56, in run
    download_file(pattern, DownloadFiles.OK)
    File "c:\iris\iris\api\helpers\download_manager_utils.py", line 173, in download_file
    raise APIHelperError('The 'Save file' option is not present in the page, aborting.')
    APIHelperError: The 'Save file' option is not present in the page, aborting.

yeyartsev avatar May 06 '19 14:05 yeyartsev