Skip to content

Commit c9c450e

Browse files
committed
Update an example test
1 parent 7e6c486 commit c9c450e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/test_shadow_dom.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def download_tar_file_from_pypi(self, package):
1616
pkg_name = pkg_header.replace(" ", "-")
1717
tar_file = pkg_name + ".tar.gz"
1818
tar_selector = 'div#files a[href$="%s"]' % tar_file
19+
self.delete_downloaded_file_if_present(tar_file)
1920
self.click(tar_selector)
2021
return tar_file
2122

0 commit comments

Comments
 (0)