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 56382ae commit 2c45111Copy full SHA for 2c45111
examples/test_download_files.py
@@ -52,9 +52,9 @@ def test_download_files_from_pypi(self):
52
self.download_file(whl_href)
53
self.download_file(tar_href)
54
else:
55
- self.click(whl_selector) # Download the "whl" file
+ self.js_click(whl_selector) # Download the "whl" file
56
self.sleep(0.1)
57
- self.click(tar_selector) # Download the "tar" file
+ self.js_click(tar_selector) # Download the "tar" file
58
59
# Verify that the downloaded files appear in the [Downloads Folder]
60
# (This only guarantees that the exact file name is in the folder.)
0 commit comments