File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ class GoogleTests(BaseCase):
88 def test_google_dot_com (self ):
99 self .open ("https://google.com/ncr" )
1010 self .sleep (0.1 )
11+ self .hide_elements ('iframe[name="callout"]' )
1112 self .save_screenshot_to_logs () # ("./latest_logs" folder)
1213 self .type (HomePage .search_box , "github.com" )
1314 self .assert_element (HomePage .search_button )
Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ def test_download_chromedriver_notes(self):
2222
2323 def test_download_files_from_pypi (self ):
2424 self .open ("https://pypi.org/project/sbvirtualdisplay/#files" )
25+ self .assert_element ('[data-clipboard-target="#pip-command"]' )
26+ self .assert_text ("Download files" , "div#files h2.page-title" )
27+ self .assert_text ("Download files" , "a#files-tab" )
2528 pkg_header = self .get_text ("h1.package-header__name" ).strip ()
2629 pkg_name = pkg_header .replace (" " , "-" )
2730 whl_file = pkg_name + "-py2.py3-none-any.whl"
You can’t perform that action at this time.
0 commit comments