File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -180,8 +180,8 @@ def test_all_your_base_are_belong_to_us(self):
180180 self .highlight ("#ctitle" , loops = 7 , scroll = False )
181181
182182 self .open ("https://www.nintendo.com/whatsnew/" )
183- self .set_text_content ("h1 " , aybabtu )
184- self .highlight ("h1 " , loops = 10 , scroll = False )
183+ self .set_text_content ("h2 " , aybabtu )
184+ self .highlight ("h2 " , loops = 10 , scroll = False )
185185
186186 if not self .headless :
187187 self .open ("https://support.gog.com/hc/en-us?product=gog" )
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ 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"]' )
25+ self .assert_element ("span #pip-command" )
2626 self .assert_text ("Download files" , "div#files h2.page-title" )
2727 self .assert_text ("Download files" , "a#files-tab" )
2828 pkg_header = self .get_text ("h1.package-header__name" ).strip ()
Original file line number Diff line number Diff line change 66
77class DownloadImages (BaseCase ):
88 def test_download_images_directly (self ):
9- self .open ("seleniumbase.github. io/examples/chart_maker/ReadMe" )
9+ self .open ("seleniumbase.io/examples/chart_maker/ReadMe" )
1010 img_elements_with_src = self .find_elements ("img[src]" )
1111 unique_src_values = []
1212 for img in img_elements_with_src :
@@ -29,7 +29,7 @@ def test_download_images_via_screenshot(self):
2929 self .open ("about:blank" )
3030 print ("Skipping test in Recorder Mode." )
3131 self .skip ("Skipping test in Recorder Mode." )
32- self .open ("seleniumbase.github. io/error_page/" )
32+ self .open ("seleniumbase.io/error_page/" )
3333 img_elements_with_src = self .find_elements ("img[src]" )
3434 unique_src_values = []
3535 for img in img_elements_with_src :
You can’t perform that action at this time.
0 commit comments