We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6566d09 commit fb23608Copy full SHA for fb23608
tests/menus/test_frequently_used_context_menu.py
@@ -49,8 +49,6 @@ def key_press_release(key: Key):
49
50
context_menu.click_and_hide_menu("context-menu-save-page-as")
51
52
- downloads_button = nav.get_download_button()
53
-
54
# short sleep to ensure menu is shown
55
sleep(0.5)
56
@@ -75,7 +73,7 @@ def key_press_release(key: Key):
75
73
key_press_release(Key.enter)
76
74
77
# Wait for the animation to complete
78
- nav.wait_for_download_animation_finish(downloads_button)
+ nav.wait_for_download_animation_finish()
79
80
# verify and delete downloaded file
81
saved_image_location = util.get_saved_file_path("Example Domain.html")
0 commit comments